Make Lintian happy
This commit is contained in:
parent
2c5d43b68c
commit
b5c115ce20
12
debian/control
vendored
12
debian/control
vendored
@ -1,6 +1,6 @@
|
|||||||
Source: qps
|
Source: qps
|
||||||
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
|
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>,
|
Uploaders: Alf Gaida <agaida@siduction.org>,
|
||||||
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
|
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
|
||||||
Andrew Lee (李健秋) <ajqlee@debian.org>,
|
Andrew Lee (李健秋) <ajqlee@debian.org>,
|
||||||
@ -16,8 +16,8 @@ Build-Depends: cmake,
|
|||||||
Standards-Version: 4.7.0
|
Standards-Version: 4.7.0
|
||||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/qps-packaging
|
Vcs-Browser: https://git.lubuntu.me/Lubuntu/qps-packaging
|
||||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/qps-packaging.git
|
Vcs-Git: https://git.lubuntu.me/Lubuntu/qps-packaging.git
|
||||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/qps
|
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/qps
|
||||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/qps.git
|
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/qps.git
|
||||||
Homepage: https://github.com/lxqt/qps
|
Homepage: https://github.com/lxqt/qps
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
@ -25,4 +25,8 @@ Package: qps
|
|||||||
Architecture: linux-any
|
Architecture: linux-any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||||
Description: Qt process manager
|
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
1
debian/qps.lintian-overrides
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
qps: desktop-entry-lacks-keywords-entry [usr/share/applications/*.desktop]
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -10,3 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure -- \
|
dh_auto_configure -- \
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
|
|
||||||
|
override_dh_auto_install:
|
||||||
|
dh_auto_install
|
||||||
|
rm -rf debian/qps/usr/share/metainfo/
|
||||||
|
1
debian/upstream/metadata
vendored
1
debian/upstream/metadata
vendored
@ -4,4 +4,3 @@ Bug-Submit: https://github.com/lxqt/qps/issues/new
|
|||||||
Changelog: https://github.com/lxqt/qps/blob/master/CHANGELOG
|
Changelog: https://github.com/lxqt/qps/blob/master/CHANGELOG
|
||||||
Repository: https://github.com/lxqt/qps
|
Repository: https://github.com/lxqt/qps
|
||||||
Repository-Browse: https://github.com/lxqt/qps
|
Repository-Browse: https://github.com/lxqt/qps
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user