From 15d4e8895374f95c5a615de14dacf3158da24361 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 8 Mar 2011 14:27:41 +0100 Subject: [PATCH] rules: (Again) pass -I/usr/include/ncursesw to CFLAGS. This is no longer handled by the configure script which now uses the third-party 'AX_WITH_CURSES' macro. --- debian/changelog | 6 +++++- debian/rules | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d86e820..eecdc98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,12 @@ tig (0.17-1) unstable; urgency=low - Enabled revision graph rendering by default; thanks to Paul Wise for reporting this (Closes: #611876). * Uploading to unstable -- Squeeze has been released \o/ + * debian/rules: + - (Again) pass -I/usr/include/ncursesw to CFLAGS; this is no longer + handled by the configure script which now uses the third-party + 'AX_WITH_CURSES' macro. - -- Sebastian Harl Tue, 08 Mar 2011 14:06:55 +0100 + -- Sebastian Harl Tue, 08 Mar 2011 14:26:55 +0100 tig (0.16.2-1) experimental; urgency=low diff --git a/debian/rules b/debian/rules index 9666fa1..90ca50d 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -CFLAGS = -Wall -g +CFLAGS = -Wall -g -I/usr/include/ncursesw ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 -- 2.30.2