From: Sven Hoexter Date: Tue, 23 May 2023 12:02:26 +0000 (+0200) Subject: Update debian/watch to query the GitHub API for release information. X-Git-Tag: debian/1.2.1-1~2 X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fexfatprogs.git;a=commitdiff_plain;h=d55449a5065eb32b4de032dc773b80bdf5f81ef7 Update debian/watch to query the GitHub API for release information. --- diff --git a/debian/changelog b/debian/changelog index 5e8bf10..f684c9e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ exfatprogs (1.2.1-1) UNRELEASED; urgency=medium * New upstream release. + fsck.exfat improvements + * Update debian/watch to query the GitHub API for release information. -- Sven Hoexter Tue, 23 May 2023 14:01:04 +0200 diff --git a/debian/watch b/debian/watch index 6076b3c..08fea01 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,5 @@ version=4 -opts=pgpsigurlmangle=s/$/.asc/ https://github.com/exfatprogs/exfatprogs/releases .*/exfatprogs-(\d\S*)\.tar\.xz \ No newline at end of file +opts="searchmode=plain,\ +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