diff options
author | B Stack <bgstack15@gmail.com> | 2019-09-01 02:14:11 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-09-01 02:14:11 +0000 |
commit | 0548d1e3a1ec18d103f319d02672472fa849a5eb (patch) | |
tree | be4fb9b28bd531e3679a1e011c5dcf23c24a0efd /mines-of-titan/debian/rules | |
parent | Merge branch 'waterfox-bump' into 'master' (diff) | |
parent | add mines-of-titan (diff) | |
download | stackrpms-0548d1e3a1ec18d103f319d02672472fa849a5eb.tar.gz stackrpms-0548d1e3a1ec18d103f319d02672472fa849a5eb.tar.bz2 stackrpms-0548d1e3a1ec18d103f319d02672472fa849a5eb.zip |
Merge branch 'mot-bump' into 'master'
add mines-of-titan dpkg
See merge request bgstack15/stackrpms!81
Diffstat (limited to 'mines-of-titan/debian/rules')
-rwxr-xr-x | mines-of-titan/debian/rules | 19 |
1 files changed, 19 insertions, 0 deletions
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 |