Compare commits

...

6 Commits

6 changed files with 86 additions and 61 deletions

19
debian/changelog vendored
View File

@ -1,3 +1,22 @@
lxqt-powermanagement (2.1.0-0ubuntu3) plucky; urgency=medium
* Update Standards-Version to 4.7.1, no changes needed.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 21 Feb 2025 16:37:50 -0600
lxqt-powermanagement (2.1.0-0ubuntu2) plucky; urgency=medium
* No-change rebuild for lxqt-build-tools C++17 -> C++20.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 03 Jan 2025 03:58:19 -0600
lxqt-powermanagement (2.1.0-0ubuntu1) plucky; urgency=medium
* New upstream release.
- Bump build dependencies.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 15 Nov 2024 15:33:02 -0600
lxqt-powermanagement (2.0.0-0ubuntu1) oracular; urgency=medium
* New upstream release.

18
debian/control vendored
View File

@ -1,6 +1,6 @@
Source: lxqt-powermanagement
Maintainer: Lubuntu Developers <lubuntu-devel@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>
@ -10,19 +10,19 @@ Build-Depends: debhelper-compat (= 13),
libkf6idletime-dev,
libkf6solid-dev,
libkf6windowsystem-dev,
liblxqt-globalkeys-ui2-dev (>= 2.0.0),
liblxqt-globalkeys2-dev (>= 2.0.0),
liblxqt2-dev (>= 2.0.0),
liblxqt-globalkeys-ui2-dev (>= 2.1.0),
liblxqt-globalkeys2-dev (>= 2.1.0),
liblxqt2-dev (>= 2.1.0),
libx11-dev,
libxcb-dpms0-dev,
libxcb-screensaver0-dev,
qt6-base-private-dev,
qt6-svg-dev
Standards-Version: 4.7.0
qt6-base-private-dev (>= 6.6.0),
qt6-svg-dev (>= 6.6.0)
Standards-Version: 4.7.1
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-powermanagement-packaging
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-powermanagement-packaging.git
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-powermanagement
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-powermanagement.git
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-powermanagement
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-powermanagement.git
Rules-Requires-Root: no
Homepage: https://github.com/lxqt/lxqt-powermanagement

2
debian/copyright vendored
View File

@ -24,7 +24,7 @@ Copyright: 2013, Alec Moskvin <alecm@gmx.com>
License: LGPL-2.1+
Files: debian/*
Copyright: 2021-2024, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
Copyright: 2021-2025, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
2014-2019, Alf Gaida <agaida@siduction.org>
2015, Andrew Lee (李健秋) <ajqlee@debian.org>
License: LGPL-2.1+

View File

@ -0,0 +1,4 @@
# This is expected
lxqt-powermanagement: desktop-entry-lacks-keywords-entry [usr/share/applications/lxqt-config-powermanagement.desktop]
lxqt-powermanagement: desktop-entry-invalid-category LXQt [usr/share/applications/lxqt-config-powermanagement.desktop]
lxqt-powermanagement: no-manual-page *

2
debian/source/lintian-overrides vendored Normal file
View File

@ -0,0 +1,2 @@
# We won't be forwarding this patch upstream
lxqt-powermanagement source: patch-not-forwarded-upstream [debian/patches/revert-dpms-changes.patch]