diff -Nru civetweb-1.15+dfsg/debian/changelog civetweb-1.15+dfsg/debian/changelog --- civetweb-1.15+dfsg/debian/changelog 2021-12-07 15:25:40.000000000 +0000 +++ civetweb-1.15+dfsg/debian/changelog 2022-11-01 19:04:28.000000000 +0000 @@ -1,3 +1,10 @@ +civetweb (1.15+dfsg-4) unstable; urgency=medium + + * Fix watch file + * Standards-Version: 4.6.1 (routine-update) + + -- Andreas Tille Tue, 01 Nov 2022 20:04:28 +0100 + civetweb (1.15+dfsg-3) unstable; urgency=medium * Provide symbols for amd64 architecture only to reduce burden of diff -Nru civetweb-1.15+dfsg/debian/control civetweb-1.15+dfsg/debian/control --- civetweb-1.15+dfsg/debian/control 2021-12-07 15:25:40.000000000 +0000 +++ civetweb-1.15+dfsg/debian/control 2022-11-01 19:04:28.000000000 +0000 @@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 13), cmake, libjs-jquery (>= 3.5.1+dfsg+~3.5.5-7) -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/med-team/civetweb Vcs-Git: https://salsa.debian.org/med-team/civetweb.git Homepage: https://github.com/civetweb/civetweb/ diff -Nru civetweb-1.15+dfsg/debian/watch civetweb-1.15+dfsg/debian/watch --- civetweb-1.15+dfsg/debian/watch 2021-12-07 15:25:40.000000000 +0000 +++ civetweb-1.15+dfsg/debian/watch 2022-11-01 19:04:28.000000000 +0000 @@ -1,4 +1,4 @@ version=4 opts="repacksuffix=+dfsg,dversionmangle=auto,repack,compression=xz,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ -https://github.com/civetweb/civetweb/releases .*/v?@ANY_VERSION@\.tar\.gz +https://github.com/civetweb/civetweb/tags .*/v?@ANY_VERSION@\.tar\.gz