]> git.proxmox.com Git - debcargo-conf.git/blame - README.rst
fix a typo
[debcargo-conf.git] / README.rst
CommitLineData
d580884e
XL
1Instructions
2============
3
23db3623
XL
4``cargo install debcargo``, then for each new package:
5
7b976234 6**To package a new crate:**
931eabc0 7
7b976234 8$ ``./new-package.sh <rust-crate-name>`` and follow its instructions.
11fc9801 9
7b976234
SL
10**To update a crate:**
11
12$ ``./update.sh <rust-crate-name>``
13
14Note that new-package.sh is just a symlink to update.sh. This has been created
15to help new comers.
16
17**To package an older version of a crate:**
18
19$ ``./update.sh <rust-crate-name> <old-version>``
20
21To maintain an old version of a crate alongside the latest one, first
999f9269 22make sure the latest version is packaged by doing all of the above, then run
7b976234
SL
23the command above and copy anything relevant from the config directory
24for the latest version, to that for the old version.
999f9269 25
d580884e 26
01f68998
XL
27NEWS
28====
29
95399141
SL
302018-07-06
31----------
32
33Great news, we started to upload packages in the archives. 22 have been accepted
34and about 20 are pending in NEW.
35
36
01f68998
XL
372018-06-20
38----------
39
40We are about to upload a few hundred rust packages to Debian. Do not submit
41ITPs for these, it is unnecessary since we're the only ones uploading, there is
42no chance of conflict, and it is only spam for the bug tracker. Please instead
43co-ordinate uploads on the #debian-rust IRC channel.
44
45
d580884e
XL
46TODO
47====
48
23db3623 49Maybe use ``--copyright-guess-harder``.