From a59420f7890359bf33b0c546ab3425007aa49b87 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Feb 2025 22:25:43 +0100 Subject: [PATCH] Applying patch from Helmut Grohne to fix FTBFS when cross-compiling (Closes: #902704). Signed-off-by: Daniel Baumann --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index 4777a52..5120477 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,13 @@ #!/usr/bin/make -f +-include /usr/share/dpkg/buildtools.mk + %: dh ${@} +override_dh_auto_configure: + dh_auto_configure -- 'CC=$(CC)' + override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/lunzip