From 0cfa802d9155817d307617b60726949e2efe3b11 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Wed, 30 Jan 2019 12:57:20 +0100 Subject: Initial Debian packaging. --- debian/rules | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..ddd8443 --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE = 1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +%: + dh $@ --buildsystem=cmake --builddirectory=build -- cgit v1.2.3