From: Jakob Haufe Date: Thu, 29 Dec 2022 13:08:54 +0000 (+0100) Subject: Update watchfile to use Github API X-Git-Url: https://git.sur5r.net/?p=fstl;a=commitdiff_plain;h=HEAD;hp=13f6f91ba707ddbe77b05f5df930bd5c3ba06601 Update watchfile to use Github API --- diff --git a/debian/changelog b/debian/changelog index 905467e..22d64b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +fstl (0.10.0-1) unstable; urgency=medium + + * New upstream version 0.10.0 + * Point Vcs-* to salsa + * Drop -Wl,--as-needed + * Update watchfile + * Update copyright dates + * Bump Standards-Version + * Fix FTBFS on armhf + + -- Jakob Haufe Wed, 29 Jun 2022 20:59:34 +0000 + fstl (0.9.4-1) unstable; urgency=medium * New upstream version diff --git a/debian/watch b/debian/watch index 29c3b48..91e57db 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,4 @@ version=4 -https://github.com/fstl-app/fstl/releases .*/v?(\d\S*)\.tar\.gz +opts=searchmode=plain \ + https://api.github.com/repos/fstl-app/@PACKAGE@/releases \ + https://api.github.com/repos/fstl-app/@PACKAGE@/tarball/v@ANY_VERSION@