1
0
Fork 0
zmodemjs/debian/rules
Daniel Baumann 52a570656f
Updating comment in rules about not running dh_auto_build.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-22 16:51:16 +02:00

10 lines
163 B
Makefile
Executable file

#!/usr/bin/make -f
%:
dh ${@} --with nodejs
override_dh_auto_build:
# disable webpack bundling
override_dh_auto_test:
# requires node-crc-32 (!= node-crc32)