]> git.proxmox.com Git - cargo.git/commitdiff
Some more documentation
authorXimin Luo <infinity0@debian.org>
Tue, 11 Apr 2017 18:05:01 +0000 (20:05 +0200)
committerXimin Luo <infinity0@debian.org>
Tue, 11 Apr 2017 18:05:01 +0000 (20:05 +0200)
debian/README.source

index 2a5c5da68ba886930d518ec7861ae22dcbb45ea0..1c6a4d66925b5bc1e70cfc2291e4290b5942d6a9 100644 (file)
@@ -1,3 +1,19 @@
+Updating the package
+====================
+
+1. Run d/make_orig_multi.sh.
+2. Verify the -deps component tarball to make sure it looks good.
+   If not, edit d/make_orig_multi.sh and the surrounding files (such as patches
+   and exclude files) and repeat the above until it looks good.
+3. $ git fetch upstream
+   You might have to first run:
+   $ git remote add upstream https://github.com/rust-lang/cargo
+4. $ gbp import-orig ../cargo_0.16.0.orig.tar.gz
+   If you get errors, check the extra default flags in d/gbp.conf
+
+General info
+============
+
 Current packaging of cargo is sub-optimal due to the fact that
 both the language (Rust) and its package manager (Cargo)
 are involved into self-dependency loops to bootstrap.