summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Rivera <stefanor@debian.org>2018-08-26 20:20:22 +0100
committerStefano Rivera <stefanor@debian.org>2018-08-26 20:20:22 +0100
commit7af48e1b3e253ccb766c03142249537622cf8e60 (patch)
tree3bba22feb9b0700a7e2b70fdaecaae21cc7a2b27
parent286ccb23cda8f9f9503d7b6d1359781ae5eb565b (diff)
Bump debhelper compat level to 11.
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index c870f9b..4ed49b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ python-launchpadlib (1.10.6-2) UNRELEASED; urgency=medium
[ Stefano Rivera ]
* Bump Standards-Version to 4.2.0, no changes needed.
* Bump copyright years.
+ * Bump debhelper compat level to 11.
-- Ondřej Nový <onovy@debian.org> Tue, 17 Apr 2018 13:19:38 +0200
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index 97bb2dc..6b47670 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Stefano Rivera <stefanor@debian.org>
Uploaders:
Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 11),
dh-python,
python-all (>= 2.6.6-3~),
python-keyring (>= 0.5),