summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3b6b21e)
raw | patch | inline | side by side (parent: 3b6b21e)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 11 Oct 2008 14:53:15 +0000 (16:53 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 11 Oct 2008 14:53:15 +0000 (16:53 +0200) |
This is now handled by the configure script.
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 1a6886713cdb920c2450033120ad0524cfb433f1..d4cadeb6ddb737dc73b8e1b0405a9be8a6fd918f 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* 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 <sh@tokkee.org> Sat, 11 Oct 2008 16:41:07 +0200
+ -- Sebastian Harl <sh@tokkee.org> Sat, 11 Oct 2008 16:52:23 +0200
tig (0.11-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index b542f6f9477e897016266c5de308a9ac05209f70..294dcdd4255394a5030f8effd1d16e04683522b8 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 -I/usr/include/ncursesw
+CFLAGS = -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0