Files
python3-damaris/debian/rules
T
markusro 27466fe2d6
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
cleanup build scripts
2026-03-23 14:59:00 +01:00

20 lines
414 B
Makefile
Executable File

#!/usr/bin/make -f
# Achim Gaedke
# May 2007
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
PYVERS=$(shell py3versions -vr)
PACKAGE_NAME=python3-damaris
PYBUILD_NAME=python3-damaris
MODULE_NAME=damaris3
PYBASE=$(CURDIR)/debian/${PACKAGE_NAME}
DH_ALWAYS_EXCLUDE=CVS:.git:venv:.venv:*.h5
%:
dh $@ --buildsystem=pybuild
override_dh_auto_test:
PYBUILD_TEST_ARGS="-v $(CURDIR)/tests" dh_auto_test