From 203e691f46d591a2cc8acdfd850fa9f5b0fb8a98 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sat, 4 Jan 2020 21:11:01 +0100 Subject: 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. --- nitrocli/doc/packaging.md | 12 +++++++++--- 1 file 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 -- cgit v1.2.1