summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-08-04 20:40:42 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-08-04 20:40:42 +0200
commit40d7e6fdb93e79f67f4cb4a6600591e7241c6b8c (patch)
tree9b935bd5bce9069721089cfba463f5cd01513655
parent3dfac60913fa38afd598ee4463da93e6fd8916ec (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 92a6173..3ca98c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ dmidecode (3.1-2) UNRELEASED; urgency=medium
* debian/watch:
- Use secure URI.
* Declare compliance with Debian Policy 4.1.5 (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.email> Sat, 04 Aug 2018 20:16:22 +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 86c46e7..530b69d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: dmidecode
Section: utils
Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff.email>
-Build-Depends: debhelper (>= 10)
+Build-Depends: debhelper (>= 11)
Standards-Version: 4.1.5
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/dmidecode.git
Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/dmidecode.git