diff --git a/debian/changelog b/debian/changelog index 84028db..d6c86c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-zstandard (0.11.1-1.deb8moz1) jessie; urgency=low + + * Remove build dependencies so package builds on jessie. + + -- Mike Hommey Thu, 25 Jul 2019 14:43:17 +0900 + python-zstandard (0.9.1-1) unstable; urgency=low * Initial Debian packaging definition. diff --git a/debian/control b/debian/control index 43bbd46..720082f 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,6 @@ Build-Depends: dh-python, python-all-dev, python3-all-dev, - python-hypothesis, - python3-hypothesis, python-nose, python3-nose, python-setuptools,