From: Sebastian Harl Date: Sat, 6 Dec 2008 12:36:52 +0000 (+0100) Subject: rules: -I/usr/include/ncursesw is no longer required. X-Git-Tag: ncmpc-0.12-1~4 X-Git-Url: https://git.tokkee.org/?p=pkg-ncmpc.git;a=commitdiff_plain;h=16303b772b1f85c1ed488102556c6678789b464b rules: -I/usr/include/ncursesw is no longer required. This is now handled by the upstream configure script. --- diff --git a/debian/changelog b/debian/changelog index bbf5481..211863e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,10 +26,12 @@ ncmpc (0.12-1) experimental; urgency=low - Do not try to install upstream ChangeLog and TODO files - they no longer exist. - Do not ignore "make distclean" errors. + - -I/usr/include/ncursesw is no longer required - it's now handled by the + upstream configure script. * debian/menu: - Use section "Applications" instead of "Apps". - -- Sebastian Harl Sat, 06 Dec 2008 11:59:58 +0100 + -- Sebastian Harl Sat, 06 Dec 2008 13:36:04 +0100 ncmpc (0.11.1+svn-r3965-2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index b26cb65..9d4ca7f 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ 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