aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2016-04-13 19:07:43 +0200
committerDaniel Lange <DLange@git.local>2016-04-13 19:07:43 +0200
commitcc33ba997851d1fc90ca2417cd86af125bfb539f (patch)
treeaf8d960c2d9207733f60200a56da309cb5f24494
parentb24ff8c69840ff17c2536af4d7b5d20aa230e1f9 (diff)
downloaddebian_htop-cc33ba997851d1fc90ca2417cd86af125bfb539f.tar.gz
debian_htop-cc33ba997851d1fc90ca2417cd86af125bfb539f.tar.bz2
debian_htop-cc33ba997851d1fc90ca2417cd86af125bfb539f.zip
Add hardening flags
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules5
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index d10eff0..048b863 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Daniel Lange <dl.ml1@usrlocal.de>
Uploaders: Eugene V. Lyubimkin <jackyf@debian.org>,
Graham Inggs <ginggs@debian.org>
Build-Depends: debhelper (>= 9), libncurses5-dev, libncursesw5-dev,
- dh-autoreconf
+ dh-autoreconf, dpkg-dev (>= 1.16.1.1)
Standards-Version: 3.9.7
Homepage: http://hisham.hm/htop/
diff --git a/debian/rules b/debian/rules
index 430c8fb..b104406 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,9 @@
#!/usr/bin/make -f
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+
%:
dh $@ --with autoreconf

© 2014-2024 Faster IT GmbH | imprint | privacy policy