From 872f6df82901c2f057bce995c570dc78931a9165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 13 Aug 2023 19:52:36 +0200 Subject: d/rules: Remove ansi mode from override_dh_auto_build --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8f97f56..87fa6ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ dmidecode (3.5-2) UNRELEASED; urgency=medium - debian/patches/0155-use_read_file.patch - debian/patches/0160-HPE_OEM_Firmware_change.patch * Add debian/dmidecode.lintian-overrides for wrong groff-message. + * debian/rules: + - Remove ansi mode from override_dh_auto_build (Closes: #1041611). -- Jörg Frings-Fürst Sat, 15 Jul 2023 13:41:27 +0200 diff --git a/debian/rules b/debian/rules index dd31875..a7e6173 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ endif dh ${@} override_dh_auto_build: - dh_auto_build -- CC=$(CC) CFLAGS="$(CFLAGS) $(CPPFLAGS) -Os -ansi" LDFLAGS="$(LDFLAGS)" + dh_auto_build -- CC=$(CC) CFLAGS="$(CFLAGS) $(CPPFLAGS) -Os" LDFLAGS="$(LDFLAGS)" override_dh_auto_install: dh_auto_install -- prefix=/usr -- cgit v1.2.3