cleanup build scripts
This commit is contained in:
Vendored
+1
-1
@@ -2,7 +2,7 @@ Source: python3-damaris
|
||||
Section: science
|
||||
Priority: optional
|
||||
Maintainer: Markus Rosenstihl <markus.rosenstihl@pkm.tu-darmstadt.de>
|
||||
Build-Depends: python3, debhelper, python3-dev, dh-sequence-python3, dpkg-dev
|
||||
Build-Depends: python3, debhelper, python3-dev, dh-sequence-python3, dpkg-dev, pybuild-plugin-pyproject
|
||||
Standards-Version: 3.7.3
|
||||
X-Python3-Version: >= 3.5
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
python3-damaris_0.19_all.deb science optional
|
||||
python3-damaris_0.19_amd64.buildinfo science optional
|
||||
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