summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4dfd793)
raw | patch | inline | side by side (parent: 4dfd793)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 11 Oct 2008 14:55:24 +0000 (16:55 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 11 Oct 2008 14:55:24 +0000 (16:55 +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 d4cadeb6ddb737dc73b8e1b0405a9be8a6fd918f..b3e7722791368f7053936770969f5f5efa8748d0 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- 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.
+ - No longer pass LIBS="-lncursesw" to configure - 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:52:23 +0200
+ -- Sebastian Harl <sh@tokkee.org> Sat, 11 Oct 2008 16:54:49 +0200
tig (0.11-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 294dcdd4255394a5030f8effd1d16e04683522b8..92ff9293e6e83db9f794134ea7219f4507e91bb8 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
dh_testdir
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr --mandir=\$${prefix}/share/man --sysconfdir=/etc \
- CFLAGS="$(CFLAGS)" LIBS="-lncursesw"
+ CFLAGS="$(CFLAGS)"
build: build-stamp