pmg-log-tracker/debian/rules
Thomas Lamprecht 986457203c update debian/control and check in debian/rules
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-02-26 20:23:15 +01:00

12 lines
159 B
Makefile
Executable File

#!/usr/bin/make -f
%:
dh $@ --buildsystem cargo
override_dh_auto_test:
dh_auto_test -- test --all
override_dh_install:
ls -la ./
realpath ./
dh_install