Code

Added -I/usr/include/ncursesw to CFLAGS. tig-0.10.1-1
authorSebastian Harl <sh@tokkee.org>
Mon, 31 Mar 2008 10:58:06 +0000 (12:58 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 31 Mar 2008 10:58:06 +0000 (12:58 +0200)
debian/changelog
debian/rules

index 998d978723e53dc18fcc20fa9177089d786724c0..bcbe3b987487d5e6940496866e14069f7e07d450 100644 (file)
@@ -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 <sh@tokkee.org>  Sun, 30 Mar 2008 14:40:14 +0200
+ -- Sebastian Harl <sh@tokkee.org>  Mon, 31 Mar 2008 12:57:05 +0200
 
 tig (0.9.1-1) unstable; urgency=low
 
index c8dfb93d7ef64f694037f6dba8530460dd266862..f76af1df1704b7e17d1e78aa5b6a33d28cfe4994 100755 (executable)
@@ -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