summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2016-08-26 09:35:42 +0200
committerDavid Kalnischkies <david@kalnischkies.de>2016-08-26 09:35:42 +0200
commitea2de30794af69d5936dcfae033f80ca94299095 (patch)
tree9f9dde23a2aa1cdc8b292085d1617b06c1519a97 /debian/rules
parent921faf9c3970b09a2cc2cd5aae6fd4eb4b6a4442 (diff)
parenta907e8c65f67936cfc0504e796d7f266f62cec5e (diff)
Merge remote-tracking branch 'origin/debian'
The future "upstream" is APT itself, which leaves the packaging as the new master branch of this repository. The merge just ensures we keep all of the history straight rather than renaming branches.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..63844c9
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+%:
+ dh $@ --with autoreconf