Compare commits

..

7 Commits

6 changed files with 25 additions and 24 deletions

23
debian/changelog vendored
View File

@ -1,17 +1,18 @@
qtxdg-tools (3.9.1-0ubuntu1~ppa1) jammy; urgency=medium qtxdg-tools (3.10.0-0ubuntu1~ppa1) jammy; urgency=medium
* Backport to Jammy. * 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.)
-- Aaron Rainbolt <arraybolt3@gmail.com> Wed, 22 Jun 2022 20:49:32 -0500 -- 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
qtxdg-tools (3.9.1-0ubuntu1) kinetic; urgency=medium qtxdg-tools (3.9.1-0ubuntu1) kinetic; urgency=medium

13
debian/control vendored
View File

@ -4,17 +4,18 @@ 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
Architecture: any Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends} Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends} Pre-Depends: ${misc:Pre-Depends}
Description: User tools for libqtxdg Description: User tools for libqtxdg
LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt

View File

@ -1,5 +0,0 @@
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,6 +2,7 @@
export DH_VERBOSE=1 export DH_VERBOSE=1
export LC_ALL=C.UTF-8 export LC_ALL=C.UTF-8
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%: %:

View File

@ -3,3 +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-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