summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>2016-05-26 16:04:26 +0100
committerManuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>2016-05-26 16:04:26 +0100
commitc614181fdd1f43b724b6093f3595b30e9994426d (patch)
treeb10c30a704eb699da2e05209df3f20164731ac1a
parentc84235f068e9099e678c1388e1dc04d2be4ec9ef (diff)
debian/watch: Improve to match versions numbers and not "latest"
-rw-r--r--debian/changelog1
-rw-r--r--debian/watch3
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 2c8e798..05b55d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libunistring (0.9.3-5.3) UNRELEASED; urgency=medium
- use dpkg triggers for ldconfig, section 8.1.1 (from previous versions)
* debian/compat: set level 9
* Update Vcs-* URLs
+ * debian/watch: Improve to match versions numbers and not "latest"
-- Manuel A. Fernandez Montecelo <mafm@debian.org> Thu, 26 May 2016 15:21:07 +0100
diff --git a/debian/watch b/debian/watch
index 0cdbd76..037df50 100644
--- a/debian/watch
+++ b/debian/watch
@@ -6,4 +6,5 @@
# Compulsory line, this is a version 3 file
version=3
-http://ftp.gnu.org/gnu/libunistring/libunistring-(.*)\.tar\.gz
+opts=dversionmangle=s/.dfsg\d+$//,pgpsigurlmangle=s/$/.sig/ \
+ http://ftp.gnu.org/gnu/libunistring/libunistring-([\d.]+)\.tar\.(?:gz|bz2|xz|lzma)