diff --git a/debian/control b/debian/control index a36f60f..ebb5a53 100644 --- a/debian/control +++ b/debian/control @@ -5,16 +5,6 @@ Priority: optional Build-Depends: debhelper (>= 9), dh-python, flake8, - python-all, - python-coverage, - python-cryptography, - python-http-ece, - python-mock, - python-nose, - python-py-vapid, - python-requests, - python-setuptools, - python-flake8, python3-all, python3-coverage, python3-cryptography, @@ -28,11 +18,6 @@ Build-Depends: debhelper (>= 9), Standards-Version: 3.9.6 Homepage: https://github.com/web-push-libs/pywebpush -Package: python-pywebpush -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Description: WebPush publication library - Python 2 - Package: python3-pywebpush Architecture: all Depends: ${misc:Depends}, ${python3:Depends} diff --git a/debian/rules b/debian/rules index 04a56f7..30e1042 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,9 @@ #!/usr/bin/make -f -# This file was automatically generated by stdeb 0.8.5 at -# Sun, 04 Nov 2018 14:59:26 +0100 export PYBUILD_NAME=pywebpush + %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_install: dh_auto_install