From 1b70b9ad20093d8ee08121b58096d205095d60de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 18 Jul 2019 16:26:44 +0200 Subject: Migrate to debhelper 12 --- debian/changelog | 3 +++ debian/compat | 2 +- debian/control | 2 +- debian/watch | 2 +- 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 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 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 + -- cgit v1.2.3