Update debian packaging.

This commit is contained in:
Dain Nilsson 2018-03-19 12:29:30 +01:00
parent 9404d99107
commit 3afb0b0ab4
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
4 changed files with 5 additions and 3 deletions

1
debian/control vendored
View File

@ -7,6 +7,7 @@ Section: python
Priority: optional
Standards-Version: 3.9.7
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python3-all,
python-cryptography,

1
debian/python-fido-host.pydist vendored Normal file
View File

@ -0,0 +1 @@
fido_host python-fido-host; PEP386

1
debian/python3-fido-host.pydist vendored Normal file
View File

@ -0,0 +1 @@
fido_host python-fido-host; PEP386

5
debian/rules vendored
View File

@ -1,7 +1,6 @@
#!/usr/bin/make -f
export PYBUILD_DISABLE=test
%:
dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_test:
-dh_auto_test