From b792acc7313bebecbda3235af0da0774ba8a3987 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Thu, 17 May 2012 14:01:43 +0200 Subject: [PATCH] * Switch dh compat level from 8 to 9. * Enable all hardening flags via DEB_BUILD_MAINT_OPTIONS. --- debian/changelog | 2 ++ debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 ++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5efaf33..79a15cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ exfat-utils (0.9.7-2) UNRELEASED; urgency=low * Move manual link creation from debian/rules to debian/links and thus make use of dh_link. + * Switch dh compat level from 8 to 9. + * Enable all hardening flags via DEB_BUILD_MAINT_OPTIONS. -- Sven Hoexter Thu, 17 May 2012 13:50:03 +0200 diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index eed41cb..bfb073e 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: exfat-utils Section: otherosfs Priority: optional Maintainer: Sven Hoexter -Build-Depends: debhelper (>= 8), scons +Build-Depends: debhelper (>= 9), scons Standards-Version: 3.9.3 Homepage: http://code.google.com/p/exfat/ Vcs-Git: git://git.sven.stormbind.net/git/sven/exfat-utils.git diff --git a/debian/rules b/debian/rules index dc721ab..a134c90 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh $@ -- 2.39.2