diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/watch | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8b8a3eb..b2dd2a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ipmitool (1.8.18-7) UNRELEASED; urgency=medium + + * debian/watch: Use tags instead releases. + + -- Jörg Frings-Fürst <debian@jff.email> Sat, 13 Jul 2019 12:52:23 +0200 + ipmitool (1.8.18-6) unstable; urgency=medium * debian/changelog: diff --git a/debian/watch b/debian/watch index f4fe53a..3cb1ca3 100644 --- a/debian/watch +++ b/debian/watch @@ -3,7 +3,7 @@ opts=\ dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/;s/\-/\./g;s/\_/\./g,\ filenamemangle=s/(?:.*?)?(?:rel|v|ipmitool|IPMITOOL)?[\-\_]?(\d\S+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/ipmitool-$1.$2/ \ -https://github.com/ipmitool/ipmitool/releases \ +https://github.com/ipmitool/ipmitool/tags \ (?:.*?/)?(?:rel|v|ipmitool|IPMITOOL)?[\-\_]?(\d\S+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) \ debian uupdate |