diff -Nru seqprep-1.3.2/debian/changelog seqprep-1.3.2/debian/changelog --- seqprep-1.3.2/debian/changelog 2021-10-01 14:09:25.000000000 +0000 +++ seqprep-1.3.2/debian/changelog 2022-12-06 14:59:49.000000000 +0000 @@ -1,3 +1,11 @@ +seqprep (1.3.2-8) unstable; urgency=medium + + * Fix watch file + * Standards-Version: 4.6.1 (routine-update) + * lintian-overrides (see lintian bug #1017966) + + -- Andreas Tille Tue, 06 Dec 2022 15:59:49 +0100 + seqprep (1.3.2-7) unstable; urgency=medium * Fix watchfile to detect new versions on github diff -Nru seqprep-1.3.2/debian/control seqprep-1.3.2/debian/control --- seqprep-1.3.2/debian/control 2021-10-01 14:09:25.000000000 +0000 +++ seqprep-1.3.2/debian/control 2022-12-06 14:59:49.000000000 +0000 @@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 13), python3 , zlib1g-dev -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/med-team/seqprep Vcs-Git: https://salsa.debian.org/med-team/seqprep.git Homepage: http://seqanswers.com/wiki/SeqPrep diff -Nru seqprep-1.3.2/debian/source/lintian-overrides seqprep-1.3.2/debian/source/lintian-overrides --- seqprep-1.3.2/debian/source/lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ seqprep-1.3.2/debian/source/lintian-overrides 2022-12-06 14:59:49.000000000 +0000 @@ -0,0 +1,2 @@ +# See lintian bug #1017966 +seqprep source: source-is-missing [debian/README.html] diff -Nru seqprep-1.3.2/debian/watch seqprep-1.3.2/debian/watch --- seqprep-1.3.2/debian/watch 2021-10-01 14:09:25.000000000 +0000 +++ seqprep-1.3.2/debian/watch 2022-12-06 14:59:49.000000000 +0000 @@ -1,3 +1,4 @@ version=4 -https://github.com/jstjohn/SeqPrep/releases .*/v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) +opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ + https://github.com/jstjohn/SeqPrep/tags .*/v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)