Get the watch file to work with GitHub.

ubuntu/mantic
Aaron Rainbolt 1 year ago
parent 8c365c422f
commit e9c05f6895

1
debian/changelog vendored

@ -5,6 +5,7 @@ obconf-qt (0.16.2-2ubuntu1) lunar; urgency=medium
* Bumped Standards-Version to 4.6.2, no changes necessary.
* Added 'Rules-Requires-Root: no' to debian/control.
* Changed binary-without-manpage to no-manual-page in lintian-overrides.
* Updated debian/watch file to work with GitHub again.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 09 Feb 2023 23:08:44 -0600

6
debian/watch vendored

@ -1,3 +1,5 @@
version=4
opts="pgpsigurlmangle=s/$/.asc/" \
https://github.com/lxqt/obconf-qt/releases .*/obconf-qt-([\d\.]+).tar.xz
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

Loading…
Cancel
Save