summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat1
-rw-r--r--debian/control2
3 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 9e71a72b..06b42a4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ python-phonenumbers (8.9.10-2) UNRELEASED; urgency=medium
* Bump debhelper from old 9 to 12.
* Drop Python 2 support.
* Run wrap-and-sort -bast.
+ * Use debhelper-compat instead of debian/compat.
-- Ondřej Nový <onovy@debian.org> Mon, 01 Oct 2018 09:38:01 +0200
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 48082f72..00000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-12
diff --git a/debian/control b/debian/control
index 5aea42c3..1fc47b0b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
Andrej Shadura <andrewsh@debian.org>,
Rules-Requires-Root: no
Build-Depends:
- debhelper (>= 12~),
+ debhelper-compat (= 12),
dh-python,
python3-all,
python3-setuptools (>= 0.6.24),