diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2020-01-04 21:11:01 +0100 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2020-01-04 14:26:28 -0800 |
commit | 203e691f46d591a2cc8acdfd850fa9f5b0fb8a98 (patch) | |
tree | d19e4975ca5f9d33986c3a83f55f6a3d2af8bc27 | |
parent | c8a22ef85f68b38f51b498d846c41fb0ba07619f (diff) | |
download | nitrocli-203e691f46d591a2cc8acdfd850fa9f5b0fb8a98.tar.gz nitrocli-203e691f46d591a2cc8acdfd850fa9f5b0fb8a98.tar.bz2 |
Update packaging instruction for Debian and Ubuntu
This patch updates the packaging instruction for Debian: Instead of
updating the TODO.rst file, we now have to create a RFS file in the
source directory.
This patch also adds links to the trackers for the Debian and Ubuntu
packages.
-rw-r--r-- | nitrocli/doc/packaging.md | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/nitrocli/doc/packaging.md b/nitrocli/doc/packaging.md index 7ed302a..5ff4089 100644 --- a/nitrocli/doc/packaging.md +++ b/nitrocli/doc/packaging.md @@ -38,8 +38,8 @@ Debian described in the `README.rst` file.) 5. Inspect the generated package by running `dpkg-deb --info` and `dpkg-deb --contents` on it. -6. If you have push access to the repository, update the `TODO.rst` file to - indicate that `nitrocli` can be updated. +6. If you have push access to the repository, create the + `src/nitrocli/debian/RFS` file to indicate that `nitrocli` can be updated. 7. Add and commit your changes. If you have push access, push them. Otherwise create a merge request and indicate that `nitrocli` is ready for upload in its description. @@ -47,12 +47,18 @@ Debian For more information, see the [Teams/RustPackaging][] page in the Debian Wiki and the [README.rst file][] in the debcargo-conf repository. +For detailed information on the status of the Debian package, check the [Debian +Package Tracker][]. + Ubuntu ------ The `nitrocli` package for Ubuntu is automatically generated from the Debian -package. +package. For detailed information on the status of the Ubuntu package, check +[Launchpad][]. [Arch User Repository]: https://wiki.archlinux.org/index.php/Arch_User_Repository [Teams/RustPackaging]: https://wiki.debian.org/Teams/RustPackaging [README.rst file]: https://salsa.debian.org/rust-team/debcargo-conf/blob/master/README.rst +[Debian Package Tracker]: https://tracker.debian.org/pkg/rust-nitrocli +[Launchpad]: https://launchpad.net/ubuntu/+source/rust-nitrocli |