Compare commits

..

9 Commits

6 changed files with 24 additions and 25 deletions

23
debian/changelog vendored
View File

@ -1,18 +1,17 @@
qtxdg-tools (3.10.0-0ubuntu1~ppa1) jammy; urgency=medium
qtxdg-tools (3.9.1-0ubuntu1~ppa1) jammy; urgency=medium
* Backport to Jammy.
* Removed "-Wl,--as-needed" linker flag.
* Removed Repository-Browser field from debian/upstream/metadata.
* Ignored missing manual page for qtxdg-mat.
* Ignored executable in library package.
- (Reasoning: it makes sense for the package to be a library and have
- an executable in it).
* Ignored wrong changelog file name.
- (Reasoning: The changelog file is very short, named "CHANGELOG" in
- the package, and it would be overkill to try to change the filename.)
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 16 Nov 2022 22:18:30 -0600
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
-- Aaron Rainbolt <arraybolt3@gmail.com> Wed, 22 Jun 2022 20:49:32 -0500
qtxdg-tools (3.9.1-0ubuntu1) kinetic; urgency=medium

13
debian/control vendored
View File

@ -4,18 +4,17 @@ Uploaders: Simon Quigley <tsimonq2@lubuntu.me>
Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 13),
libqt5xdg-dev (>= 3.10.0),
libqt5xdgiconloader-dev (>= 3.10.0),
lxqt-build-tools (>= 0.12.0)
libqt5xdg-dev (>= 3.9.1),
libqt5xdgiconloader-dev (>= 3.9.1),
lxqt-build-tools (>= 0.11.0)
Standards-Version: 4.6.1
Vcs-Browser: https://git.lubuntu.me/Lubuntu/qtxdg-tools-packaging
Vcs-Git: https://git.lubuntu.me/Lubuntu/qtxdg-tools-packaging.gi
Vcs-Browser: https://phab.lubuntu.me/source/liblxqt/
Vcs-Git: https://phab.lubuntu.me/source/liblxqt.git
Homepage: https://github.com/lxqt/qtxdg-tools
Package: qtxdg-tools
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: User tools for libqtxdg
LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt

5
debian/lintian-overrides vendored Normal file
View File

@ -0,0 +1,5 @@
qtxdg-tools: no-manual-page usr/bin/qtxdg-mat
qtxdg-tools: application-in-library-section libs usr/bin/qtxdg-mat
# The changelog file is named "CHANGELOG", and it would require modifying the package to fix this, so ignore it.
qtxdg-tools: wrong-name-for-upstream-changelog usr/share/doc/qtxdg-tools/CHANGELOG

1
debian/rules vendored
View File

@ -2,7 +2,6 @@
export DH_VERBOSE=1
export LC_ALL=C.UTF-8
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:

View File

@ -3,4 +3,3 @@ 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-Browse: https://github.com/lxqt/qtxdg-tools

6
debian/watch vendored
View File

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