From c614181fdd1f43b724b6093f3595b30e9994426d Mon Sep 17 00:00:00 2001 From: "Manuel A. Fernandez Montecelo" Date: Thu, 26 May 2016 16:04:26 +0100 Subject: debian/watch: Improve to match versions numbers and not "latest" --- debian/changelog | 1 + debian/watch | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 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) -- cgit v1.2.3