1
0
Fork 0

Fix FTBFS: Don't run webpack. (Closes: #1005454)

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Helmut Grohne 2025-04-22 05:34:27 +02:00 committed by Daniel Baumann
parent 9191f62c58
commit b764f0814f
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

3
debian/rules vendored
View file

@ -3,5 +3,8 @@
%:
dh ${@} --with nodejs
# Avoid running webpack as that's not needed.
override_dh_auto_build:
override_dh_auto_test:
# requires node-crc-32 (!= node-crc32)