From: Sebastian Harl Date: Sat, 11 Oct 2008 14:55:24 +0000 (+0200) Subject: No longer pass LIBS="-lncursesw" to configure. X-Git-Tag: tig-0.12.1-1~2 X-Git-Url: https://git.tokkee.org/?p=pkg-tig.git;a=commitdiff_plain;h=4a54b883d04964f4d0a399dbcd4e8193b09337cc No longer pass LIBS="-lncursesw" to configure. This is now handled by the configure script. --- 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