diff options
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rwxr-xr-x | 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 <rfrancoise@debian.org> Uploaders: David Härdeman <david@hardeman.nu> -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 $@ |