From b764f0814f54aee4d82750983636a11684e61c71 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Tue, 22 Apr 2025 05:34:27 +0200 Subject: [PATCH] Fix FTBFS: Don't run webpack. (Closes: #1005454) Signed-off-by: Daniel Baumann --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index a0304bb..a556ff5 100755 --- a/debian/rules +++ b/debian/rules @@ -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)