summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2019-08-01 15:38:20 +0200
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2019-08-01 15:41:27 +0200
commitf58acb9346fba5fcfb23c1096526308d2ea113cb (patch)
tree2bb7049217139a92d3741e969eda323e7b80e9e4
parentaef05d3fc6f8a5f758cdc08e9bd623f37ab5e4be (diff)
Bump debhelper from old 9 to 12.
Fixes lintian: package-uses-old-debhelper-compat-version See https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html for more details.
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
3 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 4240758f..bb1eb5f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
python-phonenumbers (8.9.10-2) UNRELEASED; urgency=medium
+ [ Ondřej Nový ]
* d/control: Remove ancient X-Python-Version field
* d/copyright: Use https protocol in Format field
* d/watch: Use https protocol
+ [ Andrej Shadura ]
+ * Maintain in the team.
+ * Bump debhelper from old 9 to 12.
+
-- Ondřej Nový <onovy@debian.org> Mon, 01 Oct 2018 09:38:01 +0200
python-phonenumbers (8.9.10-1) unstable; urgency=medium
diff --git a/debian/compat b/debian/compat
index ec635144..48082f72 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+12
diff --git a/debian/control b/debian/control
index ce9dcada..b4f8c4b5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.
Uploaders: Andrej Shadura <andrewsh@debian.org>
Rules-Requires-Root: no
Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 12~),
dh-python,
python-all (>= 2.6.6-3),
python-setuptools (>= 0.6.24),