From 332c8effb2942c6c57d02d42bc214c861203a076 Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 13 Jan 2020 09:12:28 -0500 Subject: add systemdtl 0.0.1 --- systemdtl/debian/rules | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 systemdtl/debian/rules (limited to 'systemdtl/debian/rules') diff --git a/systemdtl/debian/rules b/systemdtl/debian/rules new file mode 100755 index 0000000..299286d --- /dev/null +++ b/systemdtl/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f +# You must remove unused comment lines for the released package. +#export DH_VERBOSE = 1 +#export DEB_BUILD_MAINT_OPTIONS = hardening=+all +#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic +#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed + +%: + dh $@ + +override_dh_auto_install: + dh_auto_install -- prefix=/usr + +#override_dh_install: +# dh_install --list-missing -X.pyc -X.pyo -- cgit