From d55449a5065eb32b4de032dc773b80bdf5f81ef7 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Tue, 23 May 2023 14:02:26 +0200 Subject: [PATCH] Update debian/watch to query the GitHub API for release information. --- debian/changelog | 1 + debian/watch | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2