Compare commits
9 Commits
ubuntu/que
...
backports/
Author | SHA1 | Date | |
---|---|---|---|
7f5244edc8 | |||
536ab42138 | |||
0201c9838c | |||
ef9d202880 | |||
14ddc24c3b | |||
e01a34445e | |||
a5c6be06e2 | |||
097867118a | |||
4e9f4d6482 |
15
debian/changelog
vendored
15
debian/changelog
vendored
@ -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
|
qtxdg-tools (3.9.1-0ubuntu1) kinetic; urgency=medium
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -14,8 +14,7 @@ Homepage: https://github.com/lxqt/qtxdg-tools
|
|||||||
|
|
||||||
Package: qtxdg-tools
|
Package: qtxdg-tools
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends},
|
Depends: ${misc:Depends}, ${shlibs: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
|
||||||
|
5
debian/lintian-overrides
vendored
Normal file
5
debian/lintian-overrides
vendored
Normal 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
1
debian/rules
vendored
@ -2,7 +2,6 @@
|
|||||||
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
|
||||||
|
|
||||||
%:
|
%:
|
||||||
|
1
debian/upstream/metadata
vendored
1
debian/upstream/metadata
vendored
@ -3,4 +3,3 @@ 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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user