diff options
author | B. Stack <bgstack15@gmail.com> | 2021-03-21 22:00:54 +0000 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-03-21 22:00:54 +0000 |
commit | 93666a563b1d096c78b82f5e19260e53b2dc32e0 (patch) | |
tree | bc705952f1ade3908f1bbaf74c560a85cb2622e0 /xpipe/debian/rules | |
parent | add nm xpi file to spec (diff) | |
parent | add xpipe (diff) | |
download | stackrpms-93666a563b1d096c78b82f5e19260e53b2dc32e0.tar.gz stackrpms-93666a563b1d096c78b82f5e19260e53b2dc32e0.tar.bz2 stackrpms-93666a563b1d096c78b82f5e19260e53b2dc32e0.zip |
Merge branch 'xpipe-bump' into 'master'
add xpipe
See merge request bgstack15/stackrpms!227
Diffstat (limited to 'xpipe/debian/rules')
-rwxr-xr-x | xpipe/debian/rules | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/xpipe/debian/rules b/xpipe/debian/rules new file mode 100755 index 0000000..d266db4 --- /dev/null +++ b/xpipe/debian/rules @@ -0,0 +1,17 @@ +#!/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 + +export PREFIX=debian/xpipe/usr + +%: + dh $@ + +#override_dh_auto_install: +# dh_auto_install -- PREFIX=${PREFIX} + +#override_dh_install: +# dh_install --list-missing -X.pyc -X.pyo |