From 0e1f6d65bec111228b67bab7eddbb173aab2a319 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Tue, 6 Mar 2018 19:34:51 -0500 Subject: Package xcwd --- debian/rules | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..510ccc2 --- /dev/null +++ b/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +%: + dh $@ + +# Do the installation manually. +.PHONY: override_dh_auto_install +override_dh_auto_install: ; -- cgit v1.2.3