summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-01-14 21:15:55 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-01-14 21:15:55 +0100
commit3f1704a372bd1ba9e90603e7236edd80faf24dcc (patch)
treebf007c4e7b009e7a4d846c8b626b7239f6039062 /debian
parent63fd5a99126bfe6eab7c286794cae4980fdeb1d6 (diff)
Migrate to debhelper 11
Diffstat (limited to 'debian')
-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 e4fada5..e3e7e48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ ipmiutil (3.0.8-1) UNRELEASED; urgency=medium
- debian/control,
- debian/copyright
* 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.email> Sun, 14 Jan 2018 19:53:04 +0100
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 ee16ba1..742f5cd 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),
libfreeipmi-dev (>= 1.1.5) | libopenipmi-dev (>=2.0.18),
libssl-dev,
libtool-bin,