diff options
author | B. Stack <bgstack15@gmail.com> | 2024-04-08 09:03:08 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-04-08 09:03:08 -0400 |
commit | acb35c1a5bcc94d3069d99de5041ae19ca600208 (patch) | |
tree | 0126333b3e5b5dccb82c249ac491b8b22527d9e5 /debian/rules | |
download | python3-tkstackrpms-acb35c1a5bcc94d3069d99de5041ae19ca600208.tar.gz python3-tkstackrpms-acb35c1a5bcc94d3069d99de5041ae19ca600208.tar.bz2 python3-tkstackrpms-acb35c1a5bcc94d3069d99de5041ae19ca600208.zip |
initial commit
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..7da282f --- /dev/null +++ b/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f +# You must remove unused comment lines for the released package. +#export DH_VERBOSE = 1 +#export PYBUILD_NAME = tkstackrpms + +%: + dh $@ --with python3 --buildsystem pybuild + +execute_after_dh_auto_clean: + rm -rf build/ .pybuild/ src/*.egg-info dist/ |