summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2019-08-10 15:58:53 +0200
committerJörg Frings-Fürst <debian@jff.email>2019-08-10 15:58:53 +0200
commita03f5f46c2189176ba152a8bd27eca3b359bf476 (patch)
tree140f500f3fe3ea81fab58a10b087946386184d58
parent05425539f8f939ea2edc03c1e011e41952612836 (diff)
Migrate to debhelper 12
-rw-r--r--debian/changelog9
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
3 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index a1491b5..a84123b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ipmiutil (3.1.4-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ * 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> Sat, 10 Aug 2019 12:04:16 +0200
+
ipmiutil (3.1.3-1) unstable; urgency=medium
* New upstream release.
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 69b3de2..bd375e7 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 (>= 11),
+ debhelper (>= 12),
libfreeipmi-dev (>= 1.1.5) | libopenipmi-dev (>=2.0.18),
libssl-dev,
libtool-bin,