summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2019-07-18 16:26:44 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2019-07-18 16:26:44 +0200
commit1b70b9ad20093d8ee08121b58096d205095d60de (patch)
treea4e1deef5608f40f6ef26b2fca8df620097520f7
parent89131db982af23120b1d9598771fa0f9a72723ce (diff)
Migrate to debhelper 12
-rw-r--r--debian/changelog3
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
-rw-r--r--debian/watch2
4 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index b2dd2a0..449a829 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
ipmitool (1.8.18-7) UNRELEASED; urgency=medium
* debian/watch: Use tags instead releases.
+ * 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, 13 Jul 2019 12:52:23 +0200
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 2b6d4c3..ac0b119 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),
libncurses-dev,
libfreeipmi-dev [!hurd-i386],
libreadline-dev,
diff --git a/debian/watch b/debian/watch
index 3cb1ca3..616229c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -5,5 +5,5 @@ uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/;
filenamemangle=s/(?:.*?)?(?:rel|v|ipmitool|IPMITOOL)?[\-\_]?(\d\S+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/ipmitool-$1.$2/ \
https://github.com/ipmitool/ipmitool/tags \
(?:.*?/)?(?:rel|v|ipmitool|IPMITOOL)?[\-\_]?(\d\S+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) \
-debian uupdate
+