summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-12-28 09:40:13 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-12-28 09:40:13 +0100
commit0a7a1d4657468b906d0bd543ecf12e00b38290e3 (patch)
tree3261f4b7b03d2f76122c2fbd0f203f3fd415d2a1
parent2549dee23da71d77505261c232ecabb86418598d (diff)
Migrate to debhelper 11
-rw-r--r--debian/changelog3
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
3 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 23643a0..4270fb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ xsane (0.999-6) UNRELEASED; urgency=medium
- Correct typo (Closes: #862972).
* New README.source to explain the branching model used.
* Declare compliance with Debian Policy 4.1.3 (No changes needed).
+ * Migrate to debhelper 11:
+ - Change debian/compat to 11.
+ - Bump minimum debhelper version in debian/control to >= 11.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Fri, 19 May 2017 18:24:37 +0200
diff --git a/debian/compat b/debian/compat
index f599e28..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
diff --git a/debian/control b/debian/control
index f2d8a15..f33e079 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
Standards-Version: 4.1.3
Build-Depends:
- debhelper (>= 10),
+ debhelper (>= 11),
dh-autoreconf,
gettext,
libgimp2.0-dev,