From 6d1ddde8e7247400a1d52340106a03827ebb4794 Mon Sep 17 00:00:00 2001 From: Nicolas Schier Date: Wed, 26 Nov 2014 07:32:40 +0100 Subject: [PATCH] Set debhelper compat to 9. This also fixes lintian's hardening-no-relro tag. Signed-off-by: Nicolas Schier --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 3 +++ 3 files changed, 5 insertions(+), 2 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 a64b8e6..d83df79 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: moreutils Section: utils Priority: optional -Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.9.0), docbook-xml, docbook-xsl, libxml2-utils, xsltproc +Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.9.0), docbook-xml, docbook-xsl, libxml2-utils, xsltproc Maintainer: Debian QA Group Standards-Version: 3.9.5 Vcs-Git: git://git.kitenet.net/moreutils diff --git a/debian/rules b/debian/rules index cc50779..e38a83e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,8 @@ #!/usr/bin/make -f +DPKG_EXPORT_BUILDFLAGS=1 +include /usr/share/dpkg/buildflags.mk + # Prevent the makefile from stripping, in case it's being built in # unstripped mode. export INSTALL_BIN=install -- 2.11.4.GIT