summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-08-05 09:13:11 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-08-05 09:13:11 +0200
commit5c9ad37eb34bd6763b823a0e81ec196cd869f59b (patch)
tree453eb99425912ebf64ba7145784273bb66a52014
parente4b4a1f74f7622e4a66146099ee4294b93c05e68 (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 26bd578..16bdc02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ ipmitool (1.8.18-6) UNRELEASED; urgency=medium
* debian/copyright:
- Change to my new email address.
* 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> Sun, 05 Aug 2018 08:28:10 +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 d64f83a..79beeeb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: utils
Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Build-Depends:
- debhelper (>> 10),
+ debhelper (>> 11),
libncurses-dev,
libfreeipmi-dev [!hurd-i386],
libreadline-dev,