summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 71f9c3e)
raw | patch | inline | side by side (parent: 71f9c3e)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 8 Mar 2011 13:27:41 +0000 (14:27 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 8 Mar 2011 13:27:41 +0000 (14:27 +0100) |
This is no longer handled by the configure script which now uses the
third-party 'AX_WITH_CURSES' macro.
third-party 'AX_WITH_CURSES' macro.
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index d86e820105c2a5ed0810ff35ab5cff232940004f..eecdc980aa3aed0062b77dbe6f40c36b0e0984c8 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- 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 <tokkee@debian.org> Tue, 08 Mar 2011 14:06:55 +0100
+ -- Sebastian Harl <tokkee@debian.org> 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 9666fa17a574fa9d7d61f43abc33a848cc0e5f53..90ca50d6a79222f09427f0a58414c911d91bab76 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