summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Nový <onovy@debian.org>2019-08-09 08:27:05 +0200
committerOndřej Nový <onovy@debian.org>2019-08-09 08:27:05 +0200
commit90694a5ee3e938d1aef00eaa900711f7acd96aeb (patch)
tree103a1d07bb2261af9cf43767de1c2f8050ea3f1c
parent01135e03e4101f485d7f2b69a55319ea1f66db7d (diff)
Bump debhelper compat level to 12.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 07be145..4a93288 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ python-wheezy.template (0.1.167-2) UNRELEASED; urgency=medium
* d/control: Set Vcs-* to salsa.debian.org.
* Drop Python 2 support.
* Enable autopkgtest-pkg-python testsuite.
+ * Bump debhelper compat level to 12.
-- Ondřej Nový <onovy@debian.org> Fri, 09 Aug 2019 08:22:11 +0200
diff --git a/debian/control b/debian/control
index b01c3db..8b9b991 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: Andrew Shadura <andrewsh@debian.org>
Build-Depends: cython3,
- debhelper-compat (= 10),
+ debhelper-compat (= 12),
dh-python,
python3-all-dev,
python3-requests,