diff --git a/debian/control b/debian/control index 3b6e220..60ab8b6 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,12 +15,6 @@ Build-Depends: debhelper (>= 9), Standards-Version: 3.9.6 Homepage: https://github.com/martinthomson/encrypted-content-encoding -Package: python-http-ece -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Description: Encrypted Content Encoding for HTTP - Python 2 - Encipher HTTP Messages - Package: python3-http-ece Architecture: all Depends: ${misc:Depends}, ${python:Depends} diff --git a/debian/rules b/debian/rules index d6bed92..db64ab2 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,7 @@ #!/usr/bin/make -f -# This file was automatically generated by stdeb 0.8.5 at -# Sun, 04 Nov 2018 15:36:43 +0100 export PYBUILD_NAME=http-ece -%: - dh $@ --with python2,python3 --buildsystem=pybuild +export PYBUILD_DISABLE=test +%: + dh $@ --with python3 --buildsystem=pybuild