]> git.sven.stormbind.net Git - sven/exfatprogs.git/commitdiff
Adjust debian/watch to download the release tarball, instead of the auto-generated...
authorSven Hoexter <sven@stormbind.net>
Tue, 23 Jul 2024 17:57:37 +0000 (19:57 +0200)
committerSven Hoexter <sven@stormbind.net>
Tue, 23 Jul 2024 17:57:37 +0000 (19:57 +0200)
debian/changelog
debian/watch

index af1834fd70cbcb1ee88d296469a0c0810e6bafad..38fa501ec1a98d10dfd56c488b7a3681d773009a 100644 (file)
@@ -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 <hoexter@debian.org>  Tue, 23 Jul 2024 19:56:35 +0200
+
 exfatprogs (1.2.4-1) unstable; urgency=medium
 
   * New upstream release.
index 429f27ff74551b62d7d30e2d215d1d6b73374b6d..5b30c4a6475dcef06b6d29d421ab96714602a752 100644 (file)
@@ -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