summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 16303b7)
raw | patch | inline | side by side (parent: 16303b7)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 7 Dec 2008 16:15:59 +0000 (17:15 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 7 Dec 2008 16:15:59 +0000 (17:15 +0100) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 211863e88babd865bdecda16dc96eb5dd5878c09..fff5e925676d7c9cd0b9aa63643e002d2dda9cfc 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- Do not ignore "make distclean" errors.
- -I/usr/include/ncursesw is no longer required - it's now handled by the
upstream configure script.
+ - Explicitly enable all features when running the configure script.
* debian/menu:
- Use section "Applications" instead of "Apps".
- -- Sebastian Harl <sh@tokkee.org> Sat, 06 Dec 2008 13:36:04 +0100
+ -- Sebastian Harl <sh@tokkee.org> Sun, 07 Dec 2008 17:15:00 +0100
ncmpc (0.11.1+svn-r3965-2) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 9d4ca7f8f7c36b2eef239614264670ab81cec985..59166c008eca230fd93639e5f504f5707258ea20 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \
--mandir=\$${prefix}/share/man \
- --enable-search-screen --enable-artist-screen
+ --enable-wide \
+ --enable-nls \
+ --enable-colors \
+ --enable-lirc \
+ --enable-help-screen \
+ --enable-mouse \
+ --enable-artist-screen \
+ --enable-search-screen \
+ --enable-song-screen \
+ --enable-key-screen \
+ --enable-lyrics-screen \
+ --with-ncursesw
build: build-stamp