diff --git a/debian/control b/debian/control index bab2913..a1ec304 100644 --- a/debian/control +++ b/debian/control @@ -5,13 +5,6 @@ Priority: optional Build-Depends: debhelper (>= 9), dh-python, flake8, - python-all, - python-coverage, - python-cryptography, - python-flake8, - python-mock, - python-nose, - python-setuptools, python3-all, python3-coverage, python3-cryptography, @@ -22,22 +15,6 @@ Build-Depends: debhelper (>= 9), Standards-Version: 3.9.6 Homepage: https://github.com/mozilla-services/vapid -Package: python-py-vapid -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Description: Simple VAPID header generation library - Python 2 - This minimal library contains the minimal set of functions you need to - generate a VAPID key set and get the headers you'll need to sign a - WebPush subscription update. - . - VAPID is a voluntary standard for WebPush subscription providers (sites - that send WebPush updates to remote customers) to self-identify to Push - Servers (the servers that convey the push notifications). - . - The VAPID "claims" are a set of JSON keys and values. There are two - required fields, one semi-optional and several optional additional - fields. - Package: python3-py-vapid Architecture: all Depends: ${misc:Depends}, ${python:Depends} diff --git a/debian/rules b/debian/rules index b74363a..5e7e669 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,10 @@ #!/usr/bin/make -f -# This file was automatically generated by stdeb 0.8.5 at -# Sun, 04 Nov 2018 15:04:54 +0100 export PYBUILD_NAME=py-vapid +export PYBUILD_DISABLE=test + %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_install: dh_auto_install