Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
91a98ec
Maintaining Rust: Remove specific example for tarball renaming
maxgmr Dec 11, 2025
9cafd3e
Maintaining Rust: Remove outdated vendor prune list reset
maxgmr Dec 11, 2025
9e7df30
Maintaining Rust: Update changelog section for new version string format
maxgmr Dec 11, 2025
9e46449
Maintaining Rust: Add new section for temporary vendored deps inclusion
maxgmr Dec 11, 2025
6baecdf
Maintaining Rust: Update uscan step context
maxgmr Dec 11, 2025
7ae372b
Maintaining Rust: Update gbp step
maxgmr Dec 11, 2025
5336ac0
Maintaining Rust: Replace manual dep pruning with cargo-vendor-filterer
maxgmr Dec 11, 2025
83ffb11
Maintaining Rust: Update vendored C lib pruning steps
maxgmr Dec 11, 2025
f985db5
Maintaining Rust: Update source tree refresh steps
maxgmr Dec 11, 2025
d15c86c
Maintaining Rust: Update change verification step
maxgmr Dec 11, 2025
0929674
Maintaining Rust: Add step for updating versioned package refs
maxgmr Dec 11, 2025
eae4930
Maintaining Rust: Remove reference to obsolete pruning patch
maxgmr Dec 11, 2025
ef8fde6
Maintaining Rust: Remove references to d/control.in
maxgmr Dec 11, 2025
bd35c42
Maintaining Rust: Make outdated toolchain issues a note
maxgmr Dec 11, 2025
88ee3ad
Maintaining Rust: Include extra pruned dep verification step
maxgmr Dec 11, 2025
474d107
Maintaining Rust: Remove steps for generating a venv
maxgmr Dec 11, 2025
5fe0a1c
Maintaining Rust: Add section on stubbed crate Lintian overrides
maxgmr Dec 11, 2025
19334dc
Maintaining Rust: Move Lintian report to own section
maxgmr Dec 11, 2025
049f845
Maintaining Rust: Add section on cleaning up unused Lintian overrides
maxgmr Dec 11, 2025
354aa2f
Maintaining Rust: Re-include missing copyright stanza check
maxgmr Dec 11, 2025
f84e8a8
Maintaining Rust: Add common build issues section with dep pinning
maxgmr Dec 11, 2025
110e22b
Maintaining Rust: Fix title order of "Updating debian/copyright"
maxgmr Dec 11, 2025
78140dc
spellcheck: Update custom wordlist
maxgmr Dec 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/.custom_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ apport
auditable
autobuilders
autofill
autogenerated
autopkgtests
autosync
backgrounding
Expand Down Expand Up @@ -188,6 +189,7 @@ unapplied
unapply
uncompress
unpatched
unpruned
unshareable
unstaged
untracked
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ $ uscan --download-version <X.Y.Z> -v 2>&1 | tee <path_to_log_output>

This process can take a while. Once it is complete, you will find a file with an `.orig.tar.xz` suffix in your parent `rustc` directory. That is your orig tarball. It contains the new upstream source code for the new Rust version.

You must then rename the orig tarball to match the first part of your package version number, i.e., `rustc-<X.Y>_<X.Y.Z>+dfsg0ubuntu0`.
You must then rename the orig tarball to match the first part of your package version number.
Loading