cleanup build scripts
This commit is contained in:
Vendored
+4
-1
@@ -10,7 +10,10 @@ PACKAGE_NAME=python3-damaris
|
||||
PYBUILD_NAME=python3-damaris
|
||||
MODULE_NAME=damaris3
|
||||
PYBASE=$(CURDIR)/debian/${PACKAGE_NAME}
|
||||
DH_ALWAYS_EXCLUDE=CVS:.git:venv
|
||||
DH_ALWAYS_EXCLUDE=CVS:.git:venv:.venv:*.h5
|
||||
|
||||
%:
|
||||
dh $@ --buildsystem=pybuild
|
||||
|
||||
override_dh_auto_test:
|
||||
PYBUILD_TEST_ARGS="-v $(CURDIR)/tests" dh_auto_test
|
||||
|
||||
Reference in New Issue
Block a user