From acf09b199e2198c0e2af77df382cc4eacaf976be Mon Sep 17 00:00:00 2001 From: Andrej Shadura Date: Thu, 1 Aug 2019 15:42:38 +0200 Subject: Use debhelper-compat instead of debian/compat --- debian/changelog | 1 + debian/compat | 1 - debian/control | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 debian/compat 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ý 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 , Rules-Requires-Root: no Build-Depends: - debhelper (>= 12~), + debhelper-compat (= 12), dh-python, python3-all, python3-setuptools (>= 0.6.24), -- cgit v1.2.3