summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 7b87d87..b5ab002 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ py-macaroon-bakery (1.3.1-2) UNRELEASED; urgency=medium
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
+ [ Debian Janitor ]
+ * Bump debhelper from old 12 to 13.
+
-- Debian Janitor <janitor@jelmer.uk> Fri, 13 Mar 2020 18:22:43 +0000
py-macaroon-bakery (1.3.1-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 11a87ff..0e61016 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Colin Watson <cjwatson@debian.org>
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-fixtures,