From 3bbd35c6458ae9e2486fc06f31aed3338ec3c03d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Feb 2025 22:27:58 +0100 Subject: [PATCH] Readding dh_auto_configure override, it is still needed. Signed-off-by: Daniel Baumann --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index b889a88..3abc43d 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,9 @@ %: dh ${@} +override_dh_auto_configure: + dh_auto_configure -- 'CC=$(CC) -g' + override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/lunzip