Add packaging instructions specific to Debian based distributions

This commit is contained in:
Emil Lundberg 2018-01-24 17:45:07 +01:00
parent 402127cd77
commit a303c1eef7
No known key found for this signature in database
GPG Key ID: 5B9688125FF0B636

View File

@ -74,3 +74,18 @@ For example, these installation paths are likely to work:
- `/usr/bin/yubioath-desktop`
- `/usr/share/applications/yubioath-desktop.desktop`
- `/usr/share/pixmaps/yubioath.png`
==== Debian based distributions
On Debian based distributions, it might be enough to use the included package
definition files for Ubuntu:
$ debuild -us -uc
If your distribution does not provide a package with the YubiKey Manager Python
library, you can build that as well from the bundled dependency:
$ cd vendor/yubikey-manager
$ debuild -us -uc
$ sudo dpkg -i ../python3-yubikey-manager_VERSION_all.deb