summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 388b6e8..c5c90f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pykwalify (1.7.0-3) UNRELEASED; urgency=medium
+
+ * Use debhelper-compat instead of debian/compat.
+
+ -- Ondřej Nový <onovy@debian.org> Fri, 19 Jul 2019 23:38:57 +0200
+
pykwalify (1.7.0-2) unstable; urgency=medium
* Set LC_ALL to C.UTF-8 to make tests more reproducible
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 9104173..78006da 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: Johan Fleury <jfleury@arcaik.net>
Build-Depends:
- debhelper (>= 11),
+ debhelper-compat (= 11),
dh-python,
python3-all,
python3-setuptools,