summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2019-07-25 17:43:08 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2019-07-25 17:43:08 +0200
commit4785df42505eae08a7a7f16b3a5fff89c0d70f3a (patch)
tree62f482c3db4de340ba5dc3571aa1852478b7041b
parent37620dc892ebcd3821c1458ed69a3815fef2fb45 (diff)
Migrate to debhelper 12
-rw-r--r--debian/changelog8
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
3 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 54e1a15..f69bd62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xsane (0.999-7) UNRELEASED; urgency=medium
+
+ * Migrate to debhelper 12:
+ - Change debian/compat to 12.
+ - Bump minimum debhelper version in debian/control to >= 12.
+
+ -- Jörg Frings-Fürst <debian@jff.email> Thu, 25 Jul 2019 17:37:17 +0200
+
xsane (0.999-6) unstable; urgency=medium
* new debian/patches/0915-i18n_typo_geometrie.patch:
diff --git a/debian/compat b/debian/compat
index b4de394..48082f7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-11
+12
diff --git a/debian/control b/debian/control
index b615d82..e410b77 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Standards-Version: 4.2.1
Build-Depends:
- debhelper (>= 11),
+ debhelper (>= 12),
gettext,
libgimp2.0-dev,
libgtk2.0-dev,