From: Sebastian Harl Date: Mon, 31 Mar 2008 10:58:06 +0000 (+0200) Subject: Added -I/usr/include/ncursesw to CFLAGS. X-Git-Tag: tig-0.10.1-1^0 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a80d4c8c531d047fbcea99e1501535c7051505bd;p=pkg-tig.git Added -I/usr/include/ncursesw to CFLAGS. --- diff --git a/debian/changelog b/debian/changelog index 998d978..bcbe3b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,12 +9,13 @@ tig (0.10.1-1) unstable; urgency=low (Closes: #457068): - Build-depend on libncursesw5-dev instead of libncurses5-dev. - Pass "LIBS=-lncursesw" to configure. + - Added -I/usr/include/ncursesw to CFLAGS. * Fixed a typo in debian/rules, preventing CFLAGS from being used, thanks to Cyril Brulebois for the patch. * Use the configure script provided by upstream. * Updated standards-version to 3.7.3 - no changes. - -- Sebastian Harl Sun, 30 Mar 2008 14:40:14 +0200 + -- Sebastian Harl Mon, 31 Mar 2008 12:57:05 +0200 tig (0.9.1-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index c8dfb93..f76af1d 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