summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDebian Janitor <janitor@jelmer.uk>2020-03-13 18:22:55 +0000
committerDebian Janitor <janitor@jelmer.uk>2020-03-13 18:22:55 +0000
commitbf3e78902e2187912b55866c694689c6e31ad6fd (patch)
treed90184fe9453d677bef3a5507d94d9011a5cc294 /debian
parent084a33452aef5e42ff1114c4d421013ecd18adac (diff)
Bump debhelper from old 9 to 12.
Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 5d71a31..e316b78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+py-macaroon-bakery (1.3.1-2) UNRELEASED; urgency=medium
+
+ * Bump debhelper from old 9 to 12.
+
+ -- Debian Janitor <janitor@jelmer.uk> Fri, 13 Mar 2020 18:22:43 +0000
+
py-macaroon-bakery (1.3.1-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index d104c15..46632b5 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-compat (= 9),
+Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-fixtures,