Compare commits
9 Commits
ubuntu/que
...
ubuntu/1.2
Author | SHA1 | Date | |
---|---|---|---|
|
8675e68828 | ||
|
e4659de2ea | ||
|
fa767b01bd | ||
|
6d2ad0eb58 | ||
|
9782bc8457 | ||
|
3ab34f6231 | ||
|
651c761a52 | ||
|
ffe93987d4 | ||
|
b7e3aa77f7 |
15
debian/changelog
vendored
15
debian/changelog
vendored
@ -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
3
debian/control
vendored
@ -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
31
debian/copyright
vendored
@ -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
4
debian/rules
vendored
@ -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\
|
||||
|
3
debian/upstream/metadata
vendored
3
debian/upstream/metadata
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user