Compare commits
3 Commits
7d1c4d9c28
...
b5c115ce20
Author | SHA1 | Date | |
---|---|---|---|
b5c115ce20 | |||
2c5d43b68c | |||
067ecfb6df |
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
qps (2.10.0-0ubuntu1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
- Bump upstream dependencies.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 05 Nov 2024 19:40:35 -0600
|
||||||
|
|
||||||
qps (2.9.0-0ubuntu1) oracular; urgency=medium
|
qps (2.9.0-0ubuntu1) oracular; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
16
debian/control
vendored
16
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>,
|
||||||
@ -10,14 +10,14 @@ Priority: optional
|
|||||||
Build-Depends: cmake,
|
Build-Depends: cmake,
|
||||||
debhelper-compat (= 13),
|
debhelper-compat (= 13),
|
||||||
libkf6windowsystem-dev,
|
libkf6windowsystem-dev,
|
||||||
liblxqt2-dev (>= 2.0.0),
|
liblxqt2-dev (>= 2.1.0),
|
||||||
libxrender-dev,
|
libxrender-dev,
|
||||||
lxqt-build-tools (>= 2.0.0)
|
lxqt-build-tools (>= 2.1.0)
|
||||||
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