Compare commits

...

9 Commits

Author SHA1 Message Date
Aaron Rainbolt
8675e68828 Removed trailing whitespace from changelog. 2023-02-20 01:20:35 -06:00
Aaron Rainbolt
e4659de2ea Fixed 'Repository-Browse' field in upstream metadata. 2023-02-20 01:20:00 -06:00
Aaron Rainbolt
fa767b01bd Updated copyright file. 2023-02-20 01:12:03 -06:00
Aaron Rainbolt
6d2ad0eb58 Removed obsolete override_dh_missing section. 2023-02-20 00:18:29 -06:00
Aaron Rainbolt
9782bc8457 Removed obsolete linker flag. 2023-02-20 00:17:44 -06:00
Aaron Rainbolt
3ab34f6231 Added 'Rules-Requires-Root: no'. 2023-02-20 00:16:33 -06:00
Aaron Rainbolt
651c761a52 Bumped Standards-Version. 2023-02-20 00:15:23 -06:00
Aaron Rainbolt
ffe93987d4 Revert a sync from Debian.
This reverts commit b7e3aa77f798d91a170030a127c71b84282d1fb6.
2023-02-19 23:45:23 -06:00
Aaron Rainbolt
b7e3aa77f7 Sync with archive. 2023-02-19 23:43:32 -06:00
5 changed files with 27 additions and 29 deletions

15
debian/changelog vendored
View File

@ -1,3 +1,17 @@
lxqt-powermanagement (1.2.0-1ubuntu1) lunar; urgency=medium
* Revert a sync from Debian.
* Bumped Standards-Version to 4.6.2, no changes necessary.
* Added 'Rules-Requires-Root: no' to debian/control.
* Removed obsolete '-Wl,--as-needed' linker flag.
* Removed obsolete override_dh_missing section from debian/rules.
* Updated copyright file.
* Changed 'Repository-Browser' to 'Repository-Browse' in the upstream
metadata.
* Removed trailing whitespace from changelog.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Sun, 19 Feb 2023 23:43:57 -0600
lxqt-powermanagement (1.2.0-0ubuntu1) lunar; urgency=medium
* New upstream release.
@ -283,4 +297,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

3
debian/control vendored
View File

@ -17,12 +17,13 @@ Build-Depends: debhelper-compat (= 13),
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
Homepage: https://github.com/lxqt/lxqt-powermanagement
Rules-Requires-Root: no
Package: lxqt-powermanagement
Architecture: any

31
debian/copyright vendored
View File

@ -3,30 +3,19 @@ Upstream-Name: lxqt-powermanagement
Source: https://github.com/lxqt/lxqt-powermanagement
Files: *
Copyright: 2013-2020, LXQt team
2011-2012, Razor team
License: LGPL-2.1+
Files: config/helpers.h
src/batteryinfodialog.cpp
src/batteryinfodialog.h
src/iconproducer.cpp
src/iconproducer.h
src/powermanagementd.h
src/watcher.h
Copyright: 2014-2015, Christian Surlykke <christian@surlykke.dk>
2014-2015, Paulo Lieuthier
License: LGPL-2.1+
Files: src/idlenesswatcher.cpp
src/idlenesswatcher.h
Copyright: 2013, Alec Moskvin <alecm@gmx.com>
Copyright: 2013-2022 LXQt team
2020 Pedro L. Lucas <selairi@gmail.com>
2014-2015 Paulo Lieuthier
2014-2015 Paulo Lieuthier
2013 Alec Moskvin <alecm@gmx.com>
2011-2015 Christian Surlykke <christian@surlykke.dk>
2011-2012 Razor team
License: LGPL-2.1+
Files: debian/*
Copyright: 2021, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
2014-2019, Alf Gaida <agaida@siduction.org>
2015, Andrew Lee (李健秋) <ajqlee@debian.org>
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+
License: LGPL-2.1+

4
debian/rules vendored
View File

@ -2,15 +2,11 @@
# 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
%:
dh ${@} --buildsystem cmake
override_dh_missing:
dh_missing --fail-missing
override_dh_auto_configure:
dh_auto_configure -- \
-DPULL_TRANSLATIONS=OFF\

View File

@ -3,5 +3,4 @@ Bug-Database: https://github.com/lxqt/lxqt-powermanagement/issues
Bug-Submit: https://github.com/lxqt/lxqt-powermanagement/issues/new
Changelog: https://github.com/lxqt/lxqt-powermanagement/blob/master/CHANGELOG
Repository: https://github.com/lxqt/lxqt-powermanagement
Repository-Browser: https://github.com/lxqt/lxqt-powermanagement
Repository-Browse: https://github.com/lxqt/lxqt-powermanagement