Make Lintian happy

This commit is contained in:
Simon Quigley 2024-11-05 21:13:51 -06:00
parent 2c5d43b68c
commit b5c115ce20
4 changed files with 13 additions and 5 deletions

12
debian/control vendored
View File

@ -1,6 +1,6 @@
Source: qps
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
Uploaders: Alf Gaida <agaida@siduction.org>,
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
Andrew Lee (李健秋) <ajqlee@debian.org>,
@ -16,8 +16,8 @@ Build-Depends: cmake,
Standards-Version: 4.7.0
Vcs-Browser: https://git.lubuntu.me/Lubuntu/qps-packaging
Vcs-Git: https://git.lubuntu.me/Lubuntu/qps-packaging.git
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/qps
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/qps.git
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/qps
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/qps.git
Homepage: https://github.com/lxqt/qps
Rules-Requires-Root: no
@ -25,4 +25,8 @@ Package: qps
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt process manager
Qt process manager ported to Qt5
qps is a monitor that displays the status of the processes currently in
existence, much like top or ps.
.
The user interface uses the Qt toolkit, and most operations should be fairly
intuitive.

1
debian/qps.lintian-overrides vendored Normal file
View File

@ -0,0 +1 @@
qps: desktop-entry-lacks-keywords-entry [usr/share/applications/*.desktop]

4
debian/rules vendored
View File

@ -10,3 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_BUILD_TYPE=RelWithDebInfo
override_dh_auto_install:
dh_auto_install
rm -rf debian/qps/usr/share/metainfo/

View File

@ -4,4 +4,3 @@ Bug-Submit: https://github.com/lxqt/qps/issues/new
Changelog: https://github.com/lxqt/qps/blob/master/CHANGELOG
Repository: https://github.com/lxqt/qps
Repository-Browse: https://github.com/lxqt/qps