From: Sebastian Harl Date: Sat, 11 Oct 2008 14:53:15 +0000 (+0200) Subject: No longer add -I/usr/include/ncursesw to CFLAGS. X-Git-Tag: tig-0.12.1-1~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4dfd793b5cdef060674d90bbc1ae849454f194cd;p=pkg-tig.git No longer add -I/usr/include/ncursesw to CFLAGS. This is now handled by the configure script. --- diff --git a/debian/changelog b/debian/changelog index 1a68867..d4cadeb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,11 +4,13 @@ tig (0.12.1-1) experimental; urgency=low * Uploading to experimental because of Lenny freeze. * debian/rules: - Install upstream NEWS file to /usr/share/doc/tig/. + - No longer add -I/usr/include/ncursesw to CFLAGS - this is now handled by + the configure script. * debian/control: - Depend on git-core >= 1.5.4 - this is required by the new upstream release. - -- Sebastian Harl Sat, 11 Oct 2008 16:41:07 +0200 + -- Sebastian Harl Sat, 11 Oct 2008 16:52:23 +0200 tig (0.11-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index b542f6f..294dcdd 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 -I/usr/include/ncursesw +CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0