Some fixes
Bump Standards to 3.9.8, no changes needed Fixed VCS fields, using https and plain /git/ and point to the right branch Fixed copyright Format field Exported LC_ALL=C.UTF-8, make builds reproducible Added hardening options
This commit is contained in:
parent
c88dd99bc9
commit
3bbc190e69
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -1,3 +1,14 @@
|
||||
lxqt-policykit (0.10.0-4) unstable; urgency=medium
|
||||
|
||||
* Bump Standards to 3.9.8, no changes needed
|
||||
* Fixed VCS fields, using https and plain /git/ and point to the
|
||||
right branch
|
||||
* Fixed copyright Format field
|
||||
* Exported LC_ALL=C.UTF-8, make builds reproducible
|
||||
* Added hardening options
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Wed, 20 Jul 2016 16:31:07 +0200
|
||||
|
||||
lxqt-policykit (0.10.0-3) unstable; urgency=medium
|
||||
|
||||
* Remove dbg package in favor of dbgsym.
|
||||
|
8
debian/control
vendored
8
debian/control
vendored
@ -10,17 +10,17 @@ Build-Depends: debhelper (>= 9),
|
||||
cmake (>= 3.0.2),
|
||||
libpolkit-agent-1-dev,
|
||||
libx11-dev,
|
||||
pkg-config,
|
||||
libkf5windowsystem-dev,
|
||||
liblxqt0-dev (>= 0.10.0),
|
||||
libpolkit-qt5-1-dev,
|
||||
libqt5x11extras5-dev,
|
||||
libqt5xdg-dev (>= 1.3.0),
|
||||
pkg-config,
|
||||
qttools5-dev,
|
||||
qttools5-dev-tools
|
||||
Standards-Version: 3.9.6
|
||||
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-policykit.git
|
||||
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-policykit.git
|
||||
Standards-Version: 3.9.8
|
||||
Vcs-Browser: http://anonscm.debian.org/git/pkg-lxqt/lxqt-policykit.git/?h=debian/sid
|
||||
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-policykit.git -b debian/sid
|
||||
Homepage: https://github.com/lxde/lxqt-policykit
|
||||
|
||||
Package: lxqt-policykit
|
||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -1,4 +1,4 @@
|
||||
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-policykit
|
||||
Source: https://github.com/lxde/lxqt-policykit
|
||||
|
||||
@ -8,7 +8,7 @@ Copyright: 2012-2015 LXQt team
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2014-2015 Alf Gaida <agaida@siduction.org>
|
||||
Copyright: 2014-2016 Alf Gaida <agaida@siduction.org>
|
||||
2015 Yukiharu YABUKI <yyabuki@debian.org>
|
||||
License: LGPL-2.1+
|
||||
|
||||
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -1,8 +1,10 @@
|
||||
#!/usr/bin/make -f
|
||||
#export DH_VERBOSE=1
|
||||
# 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 \
|
||||
dh ${@} --buildsystem cmake\
|
||||
--parallel
|
||||
|
Loading…
x
Reference in New Issue
Block a user