summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2018-04-15 13:36:56 +0100
committerJelmer Vernooij <jelmer@jelmer.uk>2018-04-15 13:36:56 +0100
commit98dc5387d6e19433d443d68efb08e44ff88149e0 (patch)
treec1eba7170f311f0278888d75cc33e55a889635ed
parent0f89037141581e2ad2f6cbbaf84da5af3679640b (diff)
downloadpython-fastimport-git-98dc5387d6e19433d443d68efb08e44ff88149e0.tar.gz
Bump debhelper version to 9.
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
4 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 1ba90dc..4f8a1f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ python-fastimport (0.9.8-1) UNRELEASED; urgency=medium
* New upstream release.
+ Drop Cope_with_bytestirngs_in_utf8_bytes_string.patch, which is now
included upstream.
+ * Bump debhelper version to 9.
-- Jelmer Vernooij <jelmer@debian.org> Sun, 15 Apr 2018 13:33:51 +0100
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index d71edb4..049e505 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), debhelper (>= 7.0.50~), python-testtools (>= 0.9.2), pypy, dh-python
+Build-Depends: python-all (>= 2.6.6-3), python3-all (>= 3.4), debhelper (>= 9), python-testtools (>= 0.9.2), pypy, dh-python
Standards-Version: 3.9.7
X-Python-Version: >= 2.4
X-Python3-Version: >= 3.4
diff --git a/debian/rules b/debian/rules
index 3f36c65..1e239ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh --with python2,python3,pypy --buildsystem=python_distutils $*
+ dh $* --with python2,python3,pypy --buildsystem=python_distutils
override_dh_auto_build:
dh_auto_build --buildsystem=python_distutils -- --executable=/usr/bin/python