From 42435a9e239aae526cd4e81f73614b78b4580888 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Fri, 17 Oct 2014 21:09:01 +0200 Subject: [PATCH] - bump to current standards 3.9.6 - set hardening=+all - set min Qt version to 5.3.2 --- debian/changelog | 8 ++++++++ debian/control | 6 +++--- debian/rules | 1 + 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index a1c5344..6b27057 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 17 Oct 2014 21:08:38 +0200 + libsysstat (0.1.0-2) unstable; urgency=medium * make rules less verbose diff --git a/debian/control b/debian/control index 42f6b36..78e6c6d 100644 --- a/debian/control +++ b/debian/control @@ -6,9 +6,9 @@ Build-Depends: cmake, debhelper (>= 9), pkg-config, - qttools5-dev (>= 5.3.0), - qttools5-dev-tools (>= 5.3.0), -Standards-Version: 3.9.5 + qttools5-dev (>= 5.3.2), + qttools5-dev-tools (>= 5.3.2), +Standards-Version: 3.9.6 Homepage: https://github.com/lxde/libsysstat #Vcs-Git: git://anonscm.debian.org/collab-maint/libsysstat.git #Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/libsysstat.git;a=summary diff --git a/debian/rules b/debian/rules index f66cd75..cd14185 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,7 @@ #export DH_VERBOSE=1 export USE_QT5=1 +export DEB_BUILD_MAINT_OPTIONS := hardening=+all DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)