summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 869cabc)
raw | patch | inline | side by side (parent: 869cabc)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 31 Mar 2008 10:58:06 +0000 (12:58 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 31 Mar 2008 10:58:06 +0000 (12:58 +0200) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 998d978723e53dc18fcc20fa9177089d786724c0..bcbe3b987487d5e6940496866e14069f7e07d450 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
(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
diff --git a/debian/rules b/debian/rules
index c8dfb93d7ef64f694037f6dba8530460dd266862..f76af1df1704b7e17d1e78aa5b6a33d28cfe4994 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
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