From 40535472db398560e7c433268eda3fe5ced8518a Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Tue, 23 Jul 2024 19:57:37 +0200 Subject: [PATCH] Adjust debian/watch to download the release tarball, instead of the auto-generated GitHub source tarball. Patch by Alessandro Astone. (Closes: #1076722) --- debian/changelog | 8 ++++++++ debian/watch | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 -- 2.39.5