Compare commits
No commits in common. "06c44daa1b79fabfe8969a9d6d2f4d428107ed3e" and "1133ed199036832e87c5929da44625c8e3f7779f" have entirely different histories.
06c44daa1b
...
1133ed1990
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -1,14 +1,3 @@
|
|||||||
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
|
lxqt-powermanagement (1.2.0-0ubuntu1) lunar; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
@ -294,3 +283,4 @@ lxqt-powermanagement (0.9.0+20150807-1) unstable; urgency=medium
|
|||||||
* Merging upstream version 0.9.0+20150807.
|
* Merging upstream version 0.9.0+20150807.
|
||||||
|
|
||||||
-- Andrew Lee (李健秋) <ajqlee@debian.org> Sun, 16 Aug 2015 19:19:12 +0800
|
-- Andrew Lee (李健秋) <ajqlee@debian.org> Sun, 16 Aug 2015 19:19:12 +0800
|
||||||
|
|
||||||
|
9
debian/control
vendored
9
debian/control
vendored
@ -10,19 +10,18 @@ Build-Depends: debhelper-compat (= 13),
|
|||||||
libkf5idletime-dev,
|
libkf5idletime-dev,
|
||||||
libkf5solid-dev,
|
libkf5solid-dev,
|
||||||
libkf5windowsystem-dev,
|
libkf5windowsystem-dev,
|
||||||
liblxqt1-dev (>= 1.3.0),
|
liblxqt1-dev (>= 1.2.0),
|
||||||
liblxqt-globalkeys1-dev (>= 1.3.0),
|
liblxqt-globalkeys1-dev (>= 1.2.0),
|
||||||
liblxqt-globalkeys-ui1-dev (>= 1.3.0),
|
liblxqt-globalkeys-ui1-dev (>= 1.2.0),
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
libqt5x11extras5-dev,
|
libqt5x11extras5-dev,
|
||||||
libx11-dev,
|
libx11-dev,
|
||||||
qtbase5-private-dev
|
qtbase5-private-dev
|
||||||
Standards-Version: 4.6.2
|
Standards-Version: 4.6.1
|
||||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-powermanagement-packaging
|
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-powermanagement-packaging
|
||||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-powermanagement-packaging.git
|
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-Browser: https://salsa.debian.org/lxqt-team/lxqt-powermanagement
|
||||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-powermanagement.git
|
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-powermanagement.git
|
||||||
Rules-Requires-Root: no
|
|
||||||
Homepage: https://github.com/lxqt/lxqt-powermanagement
|
Homepage: https://github.com/lxqt/lxqt-powermanagement
|
||||||
|
|
||||||
Package: lxqt-powermanagement
|
Package: lxqt-powermanagement
|
||||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -3,7 +3,7 @@ Upstream-Name: lxqt-powermanagement
|
|||||||
Source: https://github.com/lxqt/lxqt-powermanagement
|
Source: https://github.com/lxqt/lxqt-powermanagement
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2013-2023, LXQt team
|
Copyright: 2013-2020, LXQt team
|
||||||
2011-2012, Razor team
|
2011-2012, Razor team
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ Copyright: 2013, Alec Moskvin <alecm@gmx.com>
|
|||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2021-2023, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
Copyright: 2021, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||||
2014-2019, Alf Gaida <agaida@siduction.org>
|
2014-2019, Alf Gaida <agaida@siduction.org>
|
||||||
2015, Andrew Lee (李健秋) <ajqlee@debian.org>
|
2015, Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -2,6 +2,7 @@
|
|||||||
# export DH_VERBOSE=1
|
# export DH_VERBOSE=1
|
||||||
|
|
||||||
export LC_ALL=C.UTF-8
|
export LC_ALL=C.UTF-8
|
||||||
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
|
|
||||||
%:
|
%:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user