Codebase list rust-bzip2 / 86e10bd
Update docs, more fmt Ximin Luo 5 years ago
1 changed file(s) with 6 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
66
77 | $ ``./new-package.sh <rust-crate-name>``, or
88 | $ ``./update.sh <rust-crate-name>``
9
910
1011 and follow its instructions.
1112
1920 | $ ``./new-package.sh <rust-crate-name> <old-version>``, or
2021 | $ ``./update.sh <rust-crate-name> <old-version>``
2122
23
2224 and follow its instructions. To make this easier, you can start by copying
2325 anything relevant from ``src/<rust-crate-name>`` to
2426 ``src/<rust-crate-name>-<old-version>``, then adapting it as needed.
2729
2830 | $ ``./release.sh <rust-crate-name>``
2931
30 This will prepare the necessary Debian files in ``build/``. It will also create
31 a git branch to manage the packaging until it is accepted in Debian itself.
32
33 This prepares the necessary Debian files in ``build/``. It also creates a git
34 branch to manage the packaging until it is accepted in Debian itself. More
35 specific instructions are given to you, when you run the script.
3236
3337
3438 NEWS