summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2019-08-01 15:42:38 +0200
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2019-08-01 15:44:14 +0200
commitacf09b199e2198c0e2af77df382cc4eacaf976be (patch)
tree918310749fc2faecc8a4fdbd44f82b33aa3d93fc
parentdab15ecea98ced8fd7b429cb632ecfe8d60167b6 (diff)
Use debhelper-compat instead of debian/compat
-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),