gecko-dev/build/debian-packages/python-zstandard-wheezy.diff
Gregory Szorc fb21a1e517 Bug 1466746 - Debian packages for python-zstandard; r=glandium
python-zstandard's 0.9.1 source distribution contains a debian/
directory.

On Squeeze, producing a Debian package is straightforward.

On Wheezy, we need to hack up Build-Depends because Wheezy doesn't
have a package for the Hypothesis fuzzing library. This package is
only used for testing and our package building disables testing,
so we don't even need to further hack up the packaging to disable
tests.

MozReview-Commit-ID: 6raXjdzggCH

--HG--
extra : rebase_source : 672492a40d65df8430eb17ba033bcb1c0890b7df
2018-06-04 23:10:59 -07:00

28 lines
730 B
Diff

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.9.1-1.deb7moz1) unstable; urgency=low
+
+ * Remove build dependencies so package builds on Wheezy.
+
+ -- Gregory Szorc <gps@mozilla.com> Mon, 04 Jun 2018 22:35:00 -0700
+
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,