nccl/pkg/debian/rules
Sylvain Jeaugey 1672c85781 Fix packaging scripts.
Issue #1578
2025-01-17 02:06:47 -08:00

17 lines
237 B
Makefile
Executable File

#!/usr/bin/make -f
%:
dh $@ --parallel
override_dh_auto_install:
PREFIX=debian/tmp dh_auto_install
override_dh_auto_test:
# Do not make test
override_dh_auto_clean:
# Do not make clean
override_dh_builddeb:
dh_builddeb -- -Zxz