Compare commits

...

9 Commits

5 changed files with 21 additions and 4 deletions

15
debian/changelog vendored
View File

@ -1,3 +1,18 @@
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.)
-- Aaron Rainbolt <arraybolt3@gmail.com> Wed, 22 Jun 2022 20:49:32 -0500
qtxdg-tools (3.9.1-0ubuntu1) kinetic; urgency=medium
* Initial release.

3
debian/control vendored
View File

@ -14,8 +14,7 @@ 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-Browser: https://github.com/lxqt/qtxdg-tools