From c9d758f28bd4b53828a354f478f602cd7471f4ef Mon Sep 17 00:00:00 2001 From: B Stack Date: Sat, 31 Aug 2019 18:08:35 -0400 Subject: add mines-of-titan --- mines-of-titan/debian/rules | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 mines-of-titan/debian/rules (limited to 'mines-of-titan/debian/rules') diff --git a/mines-of-titan/debian/rules b/mines-of-titan/debian/rules new file mode 100755 index 0000000..882e64b --- /dev/null +++ b/mines-of-titan/debian/rules @@ -0,0 +1,19 @@ +#!/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 + +override_dh_auto_clean: + #dh_auto_clean + rm -rf debian/mines-of-titan -- cgit