cleanup build scripts
Build Debian Packages / build (bookworm, debian12) (push) Failing after 7m30s
Build Debian Packages / build (bullseye, debian11) (push) Failing after 6m22s
Build Debian Packages / build (trixie, debian13) (push) Failing after 8m42s

This commit is contained in:
2026-03-23 14:59:00 +01:00
parent 5e37c1baa3
commit 27466fe2d6
14 changed files with 2362 additions and 166 deletions
+4 -1
View File
@@ -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