1
0
Fork 0
nvme-stas/debian/rules
Daniel Baumann eca35794d7
Moving systemd units to /usr (Closes: #1059429).
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-16 12:56:50 +01:00

10 lines
181 B
Makefile
Executable file

#!/usr/bin/make -f
%:
dh ${@} --buildsystem=meson+ninja --with python3
override_dh_auto_configure:
dh_auto_configure -- -Dman=true
override_dh_auto_test:
dh_auto_test || true