From: Rogério Brito Date: Wed, 30 Nov 2016 20:25:45 +0000 (-0200) Subject: debian/watch: Reenable signature checking. X-Git-Url: https://git.rapsys.eu/youtubedl/commitdiff_plain/eb315943b48443a3fe1fbabb0c0bab91f96f5b82 debian/watch: Reenable signature checking. The problem here were the particular places where github put the tarballs and their respective signatures, which were out-of-sync. --- diff --git a/debian/watch b/debian/watch index 78bd69c..7fdcd02 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=4 -opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%youtube-dl-$1.tar.gz%,dversionmangle=s/\+dfsg\d*$//" \ +opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%youtube-dl-$1.tar.gz%,dversionmangle=s/\+dfsg\d*$//,pgpsigurlmangle=s/archive\/(\d\S+)\.tar\.gz/releases\/download\/$1\/youtube-dl-$1\.tar\.gz\.sig/" \ https://github.com/rg3/youtube-dl/releases \ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate