From 9007dad0d9b240f16c31ae226efb7e5f89e70058 Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Tue, 18 Nov 2025 13:17:01 -0600 Subject: [PATCH] Use debian/watch version 5 (taken from Debian's packages) --- debian/copyright | 2 +- debian/watch | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/copyright b/debian/copyright index 455572b..e8e11c0 100644 --- a/debian/copyright +++ b/debian/copyright @@ -44,13 +44,13 @@ License: GPL-2.0+ Files: debian/* Copyright: 2015 Andrew Lee 2015 Shih-Yuan Lee (FourDollars) - 2014-2016 ChangZhuo Chen 2016 Yuan CHAO 2014-2019 Alf Gaida 2021 apt-ghetto 2021-2022 Rik Mills 2019-2025 Simon Quigley 2023-2025 Aaron Rainbolt + 2014-2025 ChangZhuo Chen License: GPL-2.0+ License: GPL-2.0 diff --git a/debian/watch b/debian/watch index a544020..4070de7 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,6 @@ -version=4 -opts="searchmode=plain, \ -pgpsigurlmangle=s/$/.asc/, \ -uversionmangle=s/(\d+\.\d+\.\d+).*/$1/" \ - https://api.github.com/repos/lxqt/@PACKAGE@/releases https:\/\/github.com\/lxqt\/@PACKAGE@\/releases\/download\/@ANY_VERSION@\/@PACKAGE@-@ANY_VERSION@.tar.xz +Version: 5 +Template: GitHub +Owner: lxqt +Project: @PACKAGE@ +Download-Url-Mangle: s%https://api.github.com/repos/([^/]+)/@PACKAGE@/git/refs/tags/@ANY_VERSION@%https://github.com/$1/@PACKAGE@/releases/download/$2/@PACKAGE@-$2.tar.xz%g +Pgp-Mode: auto