reduce verbosity of package building
Change-Id: I917aa3e93eeb4802a93ce86dcfa8aecc952b248a
This commit is contained in:
5
debian/rules
vendored
5
debian/rules
vendored
@ -2,17 +2,14 @@
|
|||||||
# -*- makefile -*-
|
# -*- makefile -*-
|
||||||
|
|
||||||
# Uncomment this to turn on verbose mode.
|
# Uncomment this to turn on verbose mode.
|
||||||
export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
|
|
||||||
export PYBUILD_DESTDIR_python3=debian/tmp/
|
|
||||||
export PYBUILD_NAME=secop
|
export PYBUILD_NAME=secop
|
||||||
export PYBUILD_TEST_PYTEST=1
|
export PYBUILD_TEST_PYTEST=1
|
||||||
|
|
||||||
override_dh_install:
|
override_dh_install:
|
||||||
rmdir debian/tmp
|
rmdir debian/tmp
|
||||||
mv debian/python3-secop debian/tmp
|
mv debian/python3-secop debian/tmp
|
||||||
#find debian/tmp -depth -name __pycache__ -type d -exec rm -r \{\} \;
|
|
||||||
|
|
||||||
dh_install -i -O--buildsystem=pybuild
|
dh_install -i -O--buildsystem=pybuild
|
||||||
dh_missing --fail-missing
|
dh_missing --fail-missing
|
||||||
|
Reference in New Issue
Block a user