summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Nový <onovy@debian.org>2019-07-19 23:46:13 +0200
committerOndřej Nový <onovy@debian.org>2019-07-19 23:46:13 +0200
commit990ea3917b6c8e0b610ae7f999ee64e4a1c185ea (patch)
treeb36de66d206a2c999da7e3163da4db0a30539e57
parent4733760dd080aab5897113ec39f823e81099f517 (diff)
Use debhelper-compat instead of debian/compat
-rw-r--r--debian/changelog6
-rw-r--r--debian/compat1
-rw-r--r--debian/control2
3 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 47a76ce..e29bdf4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-tblib (1.4.0-2) UNRELEASED; urgency=medium
+
+ * Use debhelper-compat instead of debian/compat.
+
+ -- Ondřej Nový <onovy@debian.org> Fri, 19 Jul 2019 23:46:13 +0200
+
python-tblib (1.4.0-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index c13f3a4..156e162 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: Colin Watson <cjwatson@debian.org>
Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 9~), dh-python, python (>= 2.6.6-3~), python-all, python3 (>= 3.1.2-8~), python3-all, python-setuptools, python3-setuptools, python-six, python3-six, python-pytest, python3-pytest
+Build-Depends: debhelper-compat (= 9), dh-python, python (>= 2.6.6-3~), python-all, python3 (>= 3.1.2-8~), python3-all, python-setuptools, python3-setuptools, python-six, python3-six, python-pytest, python3-pytest
Homepage: https://github.com/ionelmc/python-tblib
Vcs-Git: https://salsa.debian.org/python-team/modules/python-tblib.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-tblib