summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2015-07-24 15:47:51 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2015-07-24 15:48:53 +0200
commit02f3e7b5a525c84735504bce4d4a7ea7e60ea9a1 (patch)
tree3ea2c9a8ea5f693725c62b2c142cf1d67764ea74 /debian/rules
parentd705fd7445bc880cc56bcf7bea7180457d688431 (diff)
Fixed d/rules
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules10
1 files changed, 4 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules
index 02aad08..5c00532 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,12 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
%:
dh $@