Cosmetically updating rules file.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
abe248972a
commit
28de72152e
1 changed files with 1 additions and 3 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -1,14 +1,12 @@
|
|||
#!/usr/bin/make -f
|
||||
#export DH_VERBOSE = 1
|
||||
|
||||
export PYBUILD_NAME=colorclass
|
||||
|
||||
export PYBUILD_BEFORE_TEST=cp example.py {build_dir}
|
||||
export PYBUILD_AFTER_TEST=rm {build_dir}/example.py
|
||||
|
||||
|
||||
%:
|
||||
dh $@ --with python3 --buildsystem pybuild
|
||||
dh ${@} --buildsystem pybuild --with python3
|
||||
|
||||
override_dh_compress:
|
||||
dh_compress -X example.py
|
||||
|
|
Loading…
Add table
Reference in a new issue