summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--debian/compat1
-rw-r--r--debian/control3
3 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index a7f8010..10d6d03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+py-macaroon-bakery (1.2.3-2) unstable; urgency=medium
+
+ [ Ondřej Nový ]
+ * Use debhelper-compat instead of debian/compat.
+ * d/control: Remove ancient X-Python3-Version field.
+
+ -- Colin Watson <cjwatson@debian.org> Thu, 26 Dec 2019 02:13:31 +0000
+
py-macaroon-bakery (1.2.3-1) unstable; urgency=medium
[ Ondřej Nový ]
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index 445bb38..12c23f1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Colin Watson <cjwatson@debian.org>
-Build-Depends: debhelper (>= 9~),
+Build-Depends: debhelper-compat (= 9),
dh-python,
python3-all,
python3-httmock,
@@ -17,7 +17,6 @@ Build-Depends: debhelper (>= 9~),
python3-setuptools,
python3-six (>= 1.11.0),
Standards-Version: 4.1.1
-X-Python3-Version: >= 3.5
Vcs-Git: https://salsa.debian.org/python-team/modules/py-macaroon-bakery.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/py-macaroon-bakery
Homepage: https://github.com/go-macaroon-bakery/py-macaroon-bakery