Compare commits
6 Commits
88f3367539
...
88b37a1de6
Author | SHA1 | Date | |
---|---|---|---|
88b37a1de6 | |||
27f19c91d0 | |||
87ceb8dbd3 | |||
138bf16371 | |||
6e4c1d2a25 | |||
d2f4a64719 |
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -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
|
||||
|
||||
* Initial release.
|
||||
|
10
debian/control
vendored
10
debian/control
vendored
@ -4,12 +4,12 @@ Uploaders: Simon Quigley <tsimonq2@lubuntu.me>
|
||||
Section: libs
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
libqt5xdg-dev (>= 3.9.1),
|
||||
libqt5xdgiconloader-dev (>= 3.9.1),
|
||||
lxqt-build-tools (>= 0.11.0)
|
||||
libqt5xdg-dev (>= 3.10.0),
|
||||
libqt5xdgiconloader-dev (>= 3.10.0),
|
||||
lxqt-build-tools (>= 0.12.0)
|
||||
Standards-Version: 4.6.1
|
||||
Vcs-Browser: https://phab.lubuntu.me/source/liblxqt/
|
||||
Vcs-Git: https://phab.lubuntu.me/source/liblxqt.git
|
||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/qtxdg-tools-packaging
|
||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/qtxdg-tools-packaging.gi
|
||||
Homepage: https://github.com/lxqt/qtxdg-tools
|
||||
|
||||
Package: qtxdg-tools
|
||||
|
2
debian/upstream/metadata
vendored
2
debian/upstream/metadata
vendored
@ -3,4 +3,4 @@ Bug-Database: https://github.com/lxqt/qtxdg-tools/issues
|
||||
Bug-Submit: https://github.com/lxqt/qtxdg-tools/issues/new
|
||||
Changelog: https://github.com/lxqt/qtxdg-tools/blob/master/CHANGELOG
|
||||
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
6
debian/watch
vendored
@ -1,3 +1,5 @@
|
||||
version=4
|
||||
opts="pgpsigurlmangle=s/$/.asc/" \
|
||||
https://github.com/lxqt/qtxdg-tools/releases .*/qtxdg-tools-([\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…
x
Reference in New Issue
Block a user