]> git.proxmox.com Git - debcargo-conf.git/blame - README.rst
explain why log hasn't been uploaded yet
[debcargo-conf.git] / README.rst
CommitLineData
d580884e
XL
1Instructions
2============
3
23db3623
XL
4``cargo install debcargo``, then for each new package:
5
11fc9801 6Run ``./update.sh <rust-crate-name>`` and follow its instructions.
931eabc0
XL
7
8(The above applies even for new Rust Debian packages.)
11fc9801 9
999f9269
XL
10If you must maintain an old version of a crate alongside the latest one, first
11make sure the latest version is packaged by doing all of the above, then run
12``./update.sh <rust-crate-name> <old-version>``, then copy anything relevant
13from the config directory for the latest version, to that for the old version.
14
d580884e 15
01f68998
XL
16NEWS
17====
18
192018-06-20
20----------
21
22We are about to upload a few hundred rust packages to Debian. Do not submit
23ITPs for these, it is unnecessary since we're the only ones uploading, there is
24no chance of conflict, and it is only spam for the bug tracker. Please instead
25co-ordinate uploads on the #debian-rust IRC channel.
26
27
d580884e
XL
28TODO
29====
30
23db3623 31Maybe use ``--copyright-guess-harder``.