- bump to current standards 3.9.6
- set hardening=+all - set min Qt version to 5.3.2
This commit is contained in:
parent
2e0f098ddb
commit
42435a9e23
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
libsysstat (0.1.0-3) unstable; urgency=medium
|
||||||
|
|
||||||
|
* bump to current standards 3.9.6
|
||||||
|
* set hardening=+all
|
||||||
|
* set min Qt version to 5.3.2
|
||||||
|
|
||||||
|
-- Alf Gaida <agaida@siduction.org> Fri, 17 Oct 2014 21:08:38 +0200
|
||||||
|
|
||||||
libsysstat (0.1.0-2) unstable; urgency=medium
|
libsysstat (0.1.0-2) unstable; urgency=medium
|
||||||
|
|
||||||
* make rules less verbose
|
* make rules less verbose
|
||||||
|
6
debian/control
vendored
6
debian/control
vendored
@ -6,9 +6,9 @@ Build-Depends:
|
|||||||
cmake,
|
cmake,
|
||||||
debhelper (>= 9),
|
debhelper (>= 9),
|
||||||
pkg-config,
|
pkg-config,
|
||||||
qttools5-dev (>= 5.3.0),
|
qttools5-dev (>= 5.3.2),
|
||||||
qttools5-dev-tools (>= 5.3.0),
|
qttools5-dev-tools (>= 5.3.2),
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.6
|
||||||
Homepage: https://github.com/lxde/libsysstat
|
Homepage: https://github.com/lxde/libsysstat
|
||||||
#Vcs-Git: git://anonscm.debian.org/collab-maint/libsysstat.git
|
#Vcs-Git: git://anonscm.debian.org/collab-maint/libsysstat.git
|
||||||
#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/libsysstat.git;a=summary
|
#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/libsysstat.git;a=summary
|
||||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -3,6 +3,7 @@
|
|||||||
#export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
export USE_QT5=1
|
export USE_QT5=1
|
||||||
|
|
||||||
|
export DEB_BUILD_MAINT_OPTIONS := hardening=+all
|
||||||
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user