From 4a54b883d04964f4d0a399dbcd4e8193b09337cc Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 11 Oct 2008 16:55:24 +0200 Subject: [PATCH] No longer pass LIBS="-lncursesw" to configure. This is now handled by the configure script. --- debian/changelog | 4 +++- debian/rules | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d4cadeb..b3e7722 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,11 +6,13 @@ tig (0.12.1-1) experimental; urgency=low - 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 Sat, 11 Oct 2008 16:52:23 +0200 + -- Sebastian Harl Sat, 11 Oct 2008 16:54:49 +0200 tig (0.11-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 294dcdd..92ff929 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,7 @@ config.status: configure 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 -- 2.30.2