aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-12-21 17:57:40 +0100
committerHarald Welte <laforge@gnumonks.org>2016-12-22 14:10:07 +0000
commit7716860845b2426d94eadbc652034a91bc5d7dd1 (patch)
tree8d5fb17af7fbf1203c1c208b49d0a78a00f0b3a7 /debian/rules
parentd37b80a6d22f4af56d93602b9e41da710846bc70 (diff)
Integrate Debian packaging changes
debian/control: * restructure to make it easier to incorporate further changes * update package descriptions * update project URL debian/rules: * use proper hardening syntax * remove useless comment debian/copyright: update to match Debian format Change-Id: Ia7f0a3a583ad63f5c6e5cf5e5de2ff7dd9eed8a9 Related: OS#1694
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules12
1 files changed, 1 insertions, 11 deletions
diff --git a/debian/rules b/debian/rules
index 62f5236..5562909 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,21 +1,11 @@
#!/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.
-#
-# Modified to make a template file for a multi-binary package with separated
-# build-arch and build-indep targets by Bill Allombert 2001
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
# This has to be exported to make some magic below work.
#export DH_OPTIONS
-export DEB_BUILD_HARDENING=1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --with autoreconf