summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
3 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index cb62c79..34761ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
python-service-identity (16.0.0-3) UNRELEASED; urgency=medium
+ [ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* Convert git repository from git-dpm to gbp layout
+ [ Andrej Shadura ]
+ * Bump debhelper from old 9 to 10.
+
-- Ondřej Nový <onovy@debian.org> Tue, 13 Feb 2018 10:03:03 +0100
python-service-identity (16.0.0-2) unstable; urgency=medium
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index c78a372..4b64237 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Tristan Seligmann <mithrandi@debian.org>
Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 10~),
dh-python,
python-all,
python-attr,