diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-02-02 17:18:58 +0100 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2019-02-02 09:10:48 -0800 |
commit | 49fa7c5924e22bad4077d376f158e0468d0b6cf4 (patch) | |
tree | 43489b616a59b6af2a17e554dcfb5794d99b62fc | |
parent | 73d48b35269bf297d66b2333040b296f26b403a1 (diff) | |
download | nitrocli-49fa7c5924e22bad4077d376f158e0468d0b6cf4.tar.gz nitrocli-49fa7c5924e22bad4077d376f158e0468d0b6cf4.tar.bz2 |
Add Ubuntu package to README and doc/packaging.md
-rw-r--r-- | nitrocli/README.md | 2 | ||||
-rw-r--r-- | nitrocli/doc/packaging.md | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/nitrocli/README.md b/nitrocli/README.md index e9a7812..515e06a 100644 --- a/nitrocli/README.md +++ b/nitrocli/README.md @@ -93,6 +93,7 @@ Packages are available for: - Arch Linux: [`nitrocli`][nitrocli-arch] in the Arch User Repository - Debian: [`nitrocli`][nitrocli-debian] (since Debian Buster) - Gentoo Linux: [`app-crypt/nitrocli`][nitrocli-gentoo] ebuild +- Ubuntu: [`nitrocli`][nitrocli-ubuntu] (since Ubuntu 19.04) #### From Crates.io **nitrocli** is [published][nitrocli-cratesio] on crates.io and can @@ -158,5 +159,6 @@ the full text of the license. [nitrocli-cratesio]: https://crates.io/crates/nitrocli [nitrocli-debian]: https://packages.debian.org/buster/nitrocli [nitrocli-gentoo]: https://packages.gentoo.org/packages/app-crypt/nitrocli +[nitrocli-ubuntu]: https://packages.ubuntu.com/disco/nitrocli [gplv3-tldr]: https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3) [libnitrokey#32]: https://github.com/Nitrokey/libnitrokey/issues/32 diff --git a/nitrocli/doc/packaging.md b/nitrocli/doc/packaging.md index 24b1664..7ed302a 100644 --- a/nitrocli/doc/packaging.md +++ b/nitrocli/doc/packaging.md @@ -47,6 +47,12 @@ Debian For more information, see the [Teams/RustPackaging][] page in the Debian Wiki and the [README.rst file][] in the debcargo-conf repository. +Ubuntu +------ + +The `nitrocli` package for Ubuntu is automatically generated from the Debian +package. + [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 |