Source: exfatprogs
Version: 1.2.4-1
Severity: normal

Dear Maintainer,

The debian/watch file of exfatprogs would download the tarball that GitHub automatically generates for every release instead of the dist tarball generated by the maintainer through Automake, which I can see is what you're actually using for your uploads.

Below I'm proposing a diff to fix the debian/watch file to actually download the tarball that you want.



*** ../exfatprogs.watch.diff
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@-@[email protected]
\ No newline at end of file


-- System Information:
Debian Release: trixie/sid
APT prefers noble-updates
APT policy: (500, 'noble-updates'), (500, 'noble-security'), (500, 'noble'), (100, 'noble-proposed'), (100, 'noble-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.8.0-40-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Reply via email to