Compare commits
7 Commits
7f5244edc8
...
39a28c4627
Author | SHA1 | Date | |
---|---|---|---|
39a28c4627 | |||
88b37a1de6 | |||
27f19c91d0 | |||
87ceb8dbd3 | |||
138bf16371 | |||
6e4c1d2a25 | |||
d2f4a64719 |
23
debian/changelog
vendored
23
debian/changelog
vendored
@ -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.
|
||||
* 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
|
||||
|
||||
|
13
debian/control
vendored
13
debian/control
vendored
@ -4,17 +4,18 @@ 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
|
||||
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
5
debian/lintian-overrides
vendored
@ -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
1
debian/rules
vendored
@ -2,6 +2,7 @@
|
||||
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
|
||||
|
||||
%:
|
||||
|
1
debian/upstream/metadata
vendored
1
debian/upstream/metadata
vendored
@ -3,3 +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-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