Compare commits

...

8 Commits

4 changed files with 24 additions and 8 deletions

18
debian/changelog vendored
View File

@ -1,3 +1,20 @@
lxqt-powermanagement (1.3.0-0ubuntu1~ppa1) jammy; urgency=medium
* Backport to Jammy.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 11 Aug 2023 14:21:02 -0500
lxqt-powermanagement (1.3.0-0ubuntu1) mantic; urgency=medium
* New upstream release.
* Bump build dependencies.
* Remove redundant hardening rule.
* Bump Standards-Version to 4.6.2, no changes needed.
* I guess we don't require root to build, do we?
* Update copyright years.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 11 Aug 2023 12:50:06 -0500
lxqt-powermanagement (1.2.0-0ubuntu1) lunar; urgency=medium
* New upstream release.
@ -283,4 +300,3 @@ lxqt-powermanagement (0.9.0+20150807-1) unstable; urgency=medium
* Merging upstream version 0.9.0+20150807.
-- Andrew Lee (李健秋) <ajqlee@debian.org> Sun, 16 Aug 2015 19:19:12 +0800

9
debian/control vendored
View File

@ -10,18 +10,19 @@ Build-Depends: debhelper-compat (= 13),
libkf5idletime-dev,
libkf5solid-dev,
libkf5windowsystem-dev,
liblxqt1-dev (>= 1.2.0),
liblxqt-globalkeys1-dev (>= 1.2.0),
liblxqt-globalkeys-ui1-dev (>= 1.2.0),
liblxqt1-dev (>= 1.3.0),
liblxqt-globalkeys1-dev (>= 1.3.0),
liblxqt-globalkeys-ui1-dev (>= 1.3.0),
libqt5svg5-dev,
libqt5x11extras5-dev,
libx11-dev,
qtbase5-private-dev
Standards-Version: 4.6.1
Standards-Version: 4.6.2
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
Rules-Requires-Root: no
Homepage: https://github.com/lxqt/lxqt-powermanagement
Package: lxqt-powermanagement

4
debian/copyright vendored
View File

@ -3,7 +3,7 @@ Upstream-Name: lxqt-powermanagement
Source: https://github.com/lxqt/lxqt-powermanagement
Files: *
Copyright: 2013-2020, LXQt team
Copyright: 2013-2023, LXQt team
2011-2012, Razor team
License: LGPL-2.1+
@ -24,7 +24,7 @@ Copyright: 2013, Alec Moskvin <alecm@gmx.com>
License: LGPL-2.1+
Files: debian/*
Copyright: 2021, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
Copyright: 2021-2023, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
2014-2019, Alf Gaida <agaida@siduction.org>
2015, Andrew Lee (李健秋) <ajqlee@debian.org>
License: LGPL-2.1+

1
debian/rules vendored
View File

@ -2,7 +2,6 @@
# export DH_VERBOSE=1
export LC_ALL=C.UTF-8
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%: