diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-03-11 06:03:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-03-11 06:03:56 +0000 |
commit | cb45e2d95077e831d03beb96bd83cec0ca131524 (patch) | |
tree | b7ea9afd38f77c5d44f67529a583d2deed526137 | |
parent | Releasing debian version 1.13-1. (diff) | |
download | lunzip-cb45e2d95077e831d03beb96bd83cec0ca131524.tar.xz lunzip-cb45e2d95077e831d03beb96bd83cec0ca131524.zip |
Handling pre/rc versions in watch file.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/watch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/watch b/debian/watch index a737db3..3e60ec4 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 -opts="pgpmode=auto" \ +opts="pgpmode=auto" uversionmangle=s/(\d)\-?((pre|rc)\d*)$/$1~$2/" \ https://download.savannah.gnu.org/releases/lzip/lunzip/@PACKAGE@@ANY_VERSION@\.tar\.lz |