From ba48073925e51d0e35b4cafc234e9b90f85526e8 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Sun, 28 Feb 2010 21:54:08 +0100 Subject: disable mpd plugin. According to bugreports, it makes lcd4linux unusable for non-mpd users. Please consider co-maintaining the package if you want to see it coming back. Closes: #500068, #499055 --- debian/changelog | 5 ++++- debian/control | 3 +-- debian/rules | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8c85ee4..4424c07 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,11 @@ lcd4linux (0.10.1~rc2-3) unstable; urgency=low * update ac_python_devel.m4 from autoconf-archive package. This allows to build with python2.6. Closes: #571493 * update config.guess && config.sub, Closes: #542077 + * disable mpd plugin. According to bugreports, it makes lcd4linux + unusable for non-mpd users. Please consider co-maintaining the package + if you want to see it coming back. Closes: #500068, #499055 - -- Reinhard Tartler Sun, 28 Feb 2010 21:11:54 +0100 + -- Reinhard Tartler Sun, 28 Feb 2010 21:53:56 +0100 lcd4linux (0.10.1~rc2-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index 966d152..d5fc41a 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,7 @@ Build-Depends: debhelper (>= 4.0.0), libncurses5-dev, libusb-dev, libgd2-noxpm-dev, - libxt-dev, - libmpd-dev + libxt-dev Standards-Version: 3.7.3 Vcs-Bzr: http://bazaar.launchpad.net/~siretart/lcd4linux/debian Homepage: http://ssl.bulix.org/projects/lcd4linux/ diff --git a/debian/rules b/debian/rules index 1b8002d..c16323c 100755 --- a/debian/rules +++ b/debian/rules @@ -31,6 +31,7 @@ config.status: configure --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info \ --bindir=/usr/sbin \ + --without-mpd --with-python # call this target to update config.sub and config.guess -- cgit v1.2.3