Harmonizing rules file.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
98703d1765
commit
4e6d8cce0d
1 changed files with 1 additions and 2 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -1,5 +1,4 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
#export DH_VERBOSE = 1
|
|
||||||
|
|
||||||
export PYBUILD_NAME=terminaltables
|
export PYBUILD_NAME=terminaltables
|
||||||
|
|
||||||
|
@ -7,7 +6,7 @@ export PYBUILD_BEFORE_TEST=cp example*.py {build_dir}
|
||||||
export PYBUILD_AFTER_TEST=rm {build_dir}/example*.py
|
export PYBUILD_AFTER_TEST=rm {build_dir}/example*.py
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with python3,sphinxdoc --buildsystem pybuild
|
dh ${@} --buildsystem pybuild --with python3,sphinxdoc
|
||||||
|
|
||||||
override_dh_sphinxdoc: export http_proxy=127.0.0.1:9
|
override_dh_sphinxdoc: export http_proxy=127.0.0.1:9
|
||||||
override_dh_sphinxdoc: export https_proxy=127.0.0.1:9
|
override_dh_sphinxdoc: export https_proxy=127.0.0.1:9
|
||||||
|
|
Loading…
Add table
Reference in a new issue