From: Sven Hoexter Date: Tue, 23 Jul 2024 17:57:37 +0000 (+0200) Subject: Adjust debian/watch to download the release tarball, instead of the auto-generated... X-Git-Tag: debian/1.2.4-2~5 X-Git-Url: https://git.sven.stormbind.net/?a=commitdiff_plain;h=40535472db398560e7c433268eda3fe5ced8518a;p=sven%2Fexfatprogs.git Adjust debian/watch to download the release tarball, instead of the auto-generated GitHub source tarball. Patch by Alessandro Astone. (Closes: #1076722) --- diff --git a/debian/changelog b/debian/changelog index af1834f..38fa501 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +exfatprogs (1.2.4-2) UNRELEASED; urgency=medium + + * Adjust debian/watch to download the release tarball, + instead of the auto-generated GitHub source tarball. + Patch by Alessandro Astone. (Closes: #1076722) + + -- Sven Hoexter Tue, 23 Jul 2024 19:56:35 +0200 + exfatprogs (1.2.4-1) unstable; urgency=medium * New upstream release. diff --git a/debian/watch b/debian/watch index 429f27f..5b30c4a 100644 --- a/debian/watch +++ b/debian/watch @@ -2,4 +2,4 @@ version=4 opts="searchmode=plain,pgpmode=auto,\ filenamemangle=s%v?@ANY_VERSION@%@PACKAGE@-$1.tar.xz%" \ https://api.github.com/repos/exfatprogs/exfatprogs/releases?per_page=50 \ -https://api.github.com/repos/[^/]+/[^/]+/tarball/v?@ANY_VERSION@ \ No newline at end of file +https://github.com/[^/]+/[^/]+/releases/download/(?:[\d\.]+)/@PACKAGE@-@ANY_VERSION@.tar.xz \ No newline at end of file