Compare commits

..

6 Commits

4 changed files with 20 additions and 8 deletions

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
qtxdg-tools (3.10.0-0ubuntu1) lunar; urgency=medium
* New upstream release.
* Fix the watch file, for real this time.
* Lubuntuify the package slightly, to make debhelper happy.
* Bump build dependencies to the latest upstream LXQt versions.
* Fix typo in the upstream metadata.
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 16 Nov 2022 19:05:55 -0600
qtxdg-tools (3.9.1-0ubuntu1) kinetic; urgency=medium qtxdg-tools (3.9.1-0ubuntu1) kinetic; urgency=medium
* Initial release. * Initial release.

10
debian/control vendored
View File

@ -4,12 +4,12 @@ Uploaders: Simon Quigley <tsimonq2@lubuntu.me>
Section: libs Section: libs
Priority: optional Priority: optional
Build-Depends: debhelper-compat (= 13), Build-Depends: debhelper-compat (= 13),
libqt5xdg-dev (>= 3.9.1), libqt5xdg-dev (>= 3.10.0),
libqt5xdgiconloader-dev (>= 3.9.1), libqt5xdgiconloader-dev (>= 3.10.0),
lxqt-build-tools (>= 0.11.0) lxqt-build-tools (>= 0.12.0)
Standards-Version: 4.6.1 Standards-Version: 4.6.1
Vcs-Browser: https://phab.lubuntu.me/source/liblxqt/ Vcs-Browser: https://git.lubuntu.me/Lubuntu/qtxdg-tools-packaging
Vcs-Git: https://phab.lubuntu.me/source/liblxqt.git Vcs-Git: https://git.lubuntu.me/Lubuntu/qtxdg-tools-packaging.gi
Homepage: https://github.com/lxqt/qtxdg-tools Homepage: https://github.com/lxqt/qtxdg-tools
Package: qtxdg-tools Package: qtxdg-tools

View File

@ -3,4 +3,4 @@ Bug-Database: https://github.com/lxqt/qtxdg-tools/issues
Bug-Submit: https://github.com/lxqt/qtxdg-tools/issues/new Bug-Submit: https://github.com/lxqt/qtxdg-tools/issues/new
Changelog: https://github.com/lxqt/qtxdg-tools/blob/master/CHANGELOG Changelog: https://github.com/lxqt/qtxdg-tools/blob/master/CHANGELOG
Repository: https://github.com/lxqt/qtxdg-tools Repository: https://github.com/lxqt/qtxdg-tools
Repository-Browser: https://github.com/lxqt/qtxdg-tools Repository-Browse: https://github.com/lxqt/qtxdg-tools

6
debian/watch vendored
View File

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