Compare commits

..

No commits in common. "b5c115ce206fd7d0bea631a891f7c882672a0d0f" and "7d1c4d9c28de64b533b284df8c752030eb64174b" have entirely different histories.

5 changed files with 7 additions and 22 deletions

7
debian/changelog vendored
View File

@ -1,10 +1,3 @@
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
View File

@ -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>
Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org> XSBC-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.1.0), liblxqt2-dev (>= 2.0.0),
libxrender-dev, libxrender-dev,
lxqt-build-tools (>= 2.1.0) lxqt-build-tools (>= 2.0.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
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/qps XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/qps
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/qps.git XS-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,8 +25,4 @@ 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
qps is a monitor that displays the status of the processes currently in Qt process manager ported to Qt5
existence, much like top or ps.
.
The user interface uses the Qt toolkit, and most operations should be fairly
intuitive.

View File

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

4
debian/rules vendored
View File

@ -10,7 +10,3 @@ 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/

View File

@ -4,3 +4,4 @@ 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