From 9d56f4a31f5d809e28394592c274eca5a315dc81 Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Sun, 10 Jun 2012 17:42:59 +0200 Subject: Merge debian/ changes from Debian. * Switch to debhelper compat level 9. * Enable all hardening options. * Don't overwrite environment CFLAGS, use CPPFLAGS. * Bump Standards-Version to 3.9.3, no changes needed. --- debian/compat | 2 +- debian/control | 4 ++-- debian/rules | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 6be8f49..bf637d4 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: misc Priority: optional Maintainer: Romain Francoise Uploaders: David Härdeman -Build-Depends: debhelper (>= 7), libattr1-dev -Standards-Version: 3.9.1 +Build-Depends: debhelper (>= 9), libattr1-dev +Standards-Version: 3.9.3 Homepage: http://david.hardeman.nu/software.php Package: metastore diff --git a/debian/rules b/debian/rules index cbe925d..d8309f6 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,6 @@ #!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh $@ -- cgit v1.2.1