Skip to content

Commit

Permalink
Update packaging instruction for Debian and Ubuntu
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
robinkrahl authored and d-e-s-o committed Jan 4, 2020
1 parent c8a22ef commit 203e691
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions nitrocli/doc/packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,27 @@ 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.

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

0 comments on commit 203e691

Please sign in to comment.