Compare commits

...

1 Commits

Author SHA1 Message Date
Aaron Rainbolt
b08eff1d2c
Use debian/watch version 5 (taken from Debian's packages) 2025-11-18 13:16:57 -06:00
2 changed files with 7 additions and 5 deletions

1
debian/copyright vendored
View File

@ -9,6 +9,7 @@ License: LGPL-2.1
Files: debian/* Files: debian/*
Copyright: 2023-2025 Simon Quigley <tsimonq2@ubuntu.com> Copyright: 2023-2025 Simon Quigley <tsimonq2@ubuntu.com>
2024-2025 Aaron Rainbolt <arraybolt3@ubuntu.com> 2024-2025 Aaron Rainbolt <arraybolt3@ubuntu.com>
2025 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
License: LGPL-2.1 License: LGPL-2.1
License: LGPL-2.1 License: LGPL-2.1

11
debian/watch vendored
View File

@ -1,5 +1,6 @@
version=4 Version: 5
opts="searchmode=plain, \ Template: GitHub
pgpsigurlmangle=s/$/.asc/, \ Owner: lxqt
uversionmangle=s/(\d+\.\d+\.\d+).*/$1/" \ Project: @PACKAGE@
https://api.github.com/repos/lxqt/@PACKAGE@/releases https:\/\/github.com\/lxqt\/@PACKAGE@\/releases\/download\/@ANY_VERSION@\/@PACKAGE@-@ANY_VERSION@.tar.xz 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