summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2019-09-16 07:46:40 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2019-09-16 07:47:54 +0000
commite5390d3dd77fb2e109775ecafd521b91f5519fe0 (patch)
treeedc61bd32ec03e9b176076418769d07c72fb0f66
parentf9e0f6ef0fc7e80da69ff73435803330d8f63859 (diff)
downloadpython-fastimport-git-e5390d3dd77fb2e109775ecafd521b91f5519fe0.tar.gz
Drop unused python-testtools build-dependency.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 353089f..695f7e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ python-fastimport (0.9.8-3) UNRELEASED; urgency=medium
* Bump debhelper from old 9 to 12.
* Re-export upstream signing key without extra signatures.
* Remove obsolete fields Name, Contact from debian/upstream/metadata.
+ * Drop unused python-testtools build-dependency.
-- Jelmer Vernooij <jelmer@debian.org> Sun, 09 Sep 2018 15:08:55 +0100
diff --git a/debian/control b/debian/control
index 65c3921..c8ad1b3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Homepage: https://github.com/jelmer/python-fastimport
-Build-Depends: python-all (>= 2.6.6-3), python3-all (>= 3.4), python-testtools (>= 0.9.2), pypy, dh-python, debhelper-compat (= 12)
+Build-Depends: python-all (>= 2.6.6-3), python3-all (>= 3.4), pypy, dh-python, debhelper-compat (= 12)
Standards-Version: 3.9.7
Vcs-Git: https://salsa.debian.org/python-team/modules/python-fastimport.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-fastimport
diff --git a/debian/rules b/debian/rules
index 18963a7..ae6ae58 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
dh $* --with python2,python3,pypy --buildsystem=pybuild
override_dh_auto_build:
- dh_auto_build --buildsystem=pybuild -- --executable=/usr/bin/python
+ dh_auto_build --buildsystem=pybuild
pypy setup.py build --debug
override_dh_auto_install: