diff -Nru fastqc-0.11.9+dfsg/debian/changelog fastqc-0.11.9+dfsg/debian/changelog --- fastqc-0.11.9+dfsg/debian/changelog 2021-10-14 06:46:09.000000000 +0000 +++ fastqc-0.11.9+dfsg/debian/changelog 2022-11-03 13:05:51.000000000 +0000 @@ -1,3 +1,10 @@ +fastqc (0.11.9+dfsg-6) unstable; urgency=medium + + * Fix watch file + * Standards-Version: 4.6.1 (routine-update) + + -- Andreas Tille Thu, 03 Nov 2022 14:05:51 +0100 + fastqc (0.11.9+dfsg-5) unstable; urgency=medium * Fix watchfile to detect new versions on github diff -Nru fastqc-0.11.9+dfsg/debian/control fastqc-0.11.9+dfsg/debian/control --- fastqc-0.11.9+dfsg/debian/control 2021-10-14 06:46:09.000000000 +0000 +++ fastqc-0.11.9+dfsg/debian/control 2022-11-03 13:05:51.000000000 +0000 @@ -13,7 +13,7 @@ libjbzip2-java, libcommons-math3-java, libsis-jhdf5-java -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/med-team/fastqc Vcs-Git: https://salsa.debian.org/med-team/fastqc.git Homepage: https://www.bioinformatics.babraham.ac.uk/projects/fastqc/ diff -Nru fastqc-0.11.9+dfsg/debian/watch fastqc-0.11.9+dfsg/debian/watch --- fastqc-0.11.9+dfsg/debian/watch 2021-10-14 06:46:09.000000000 +0000 +++ fastqc-0.11.9+dfsg/debian/watch 2022-11-03 13:05:51.000000000 +0000 @@ -1,3 +1,3 @@ version=4 -opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \ - https://github.com/s-andrews/FastQC/releases .*/v@ANY_VERSION@@ARCHIVE_EXT@ +opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ + https://github.com/s-andrews/FastQC/tags .*/v@ANY_VERSION@@ARCHIVE_EXT@