Added Recommends: upower (Closes: #828697)
Thanks to Martin Küttler <martin.kuettler@os.inf.tu-dresden.de> Bump Standards to 3.9.8, no changes needed Bump years in copyright Changed VCS-fields to use https Fixed copyright Format field Add hardening=+all to debian/rules
This commit is contained in:
parent
0c4973005b
commit
59b51e5bcc
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -1,3 +1,15 @@
|
|||||||
|
lxqt-powermanagement (0.10.0-4) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Added Recommends: upower (Closes: #828697)
|
||||||
|
Thanks to Martin Küttler <martin.kuettler@os.inf.tu-dresden.de>
|
||||||
|
* Bump Standards to 3.9.8, no changes needed
|
||||||
|
* Bump years in copyright
|
||||||
|
* Changed VCS-fields to use https
|
||||||
|
* Fixed copyright Format field
|
||||||
|
* Add hardening=+all to debian/rules
|
||||||
|
|
||||||
|
-- Alf Gaida <agaida@siduction.org> Sat, 09 Jul 2016 11:05:07 +0200
|
||||||
|
|
||||||
lxqt-powermanagement (0.10.0-3) unstable; urgency=medium
|
lxqt-powermanagement (0.10.0-3) unstable; urgency=medium
|
||||||
|
|
||||||
* Remove dbg package in favor of dbgsym.
|
* Remove dbg package in favor of dbgsym.
|
||||||
|
7
debian/control
vendored
7
debian/control
vendored
@ -21,15 +21,16 @@ Build-Depends: debhelper (>= 9),
|
|||||||
qtbase5-private-dev,
|
qtbase5-private-dev,
|
||||||
qttools5-dev,
|
qttools5-dev,
|
||||||
qttools5-dev-tools
|
qttools5-dev-tools
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.8
|
||||||
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-powermanagement.git/?h=debian/sid
|
Vcs-Browser: https://anonscm.debian.org/git/pkg-lxqt/lxqt-powermanagement.git/?h=debian/sid
|
||||||
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-powermanagement.git -b debian/sid
|
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-powermanagement.git -b debian/sid
|
||||||
Homepage: https://github.com/lxde/lxqt-powermanagement
|
Homepage: https://github.com/lxde/lxqt-powermanagement
|
||||||
|
|
||||||
Package: lxqt-powermanagement
|
Package: lxqt-powermanagement
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends},
|
Depends: ${misc:Depends},
|
||||||
${shlibs:Depends}
|
${shlibs:Depends}
|
||||||
|
Recommends: upower
|
||||||
Description: power management module for LXQt
|
Description: power management module for LXQt
|
||||||
The Power management module for LXQt.
|
The Power management module for LXQt.
|
||||||
.
|
.
|
||||||
|
6
debian/copyright
vendored
6
debian/copyright
vendored
@ -1,13 +1,13 @@
|
|||||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Name: lxqt-powermanagement
|
Upstream-Name: lxqt-powermanagement
|
||||||
Source: https://github.com/lxde/lxqt-openssh-askpass
|
Source: https://github.com/lxde/lxqt-openssh-askpass
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2013-2015 LXQt team
|
Copyright: 2013-2016 LXQt team
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2014-2015 Alf Gaida <agaida@siduction.org>
|
Copyright: 2014-2016 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
@ -1,6 +1,7 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
#export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||||
|
|
||||||
%:
|
%:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user