aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2010-02-28 21:54:08 +0100
committerReinhard Tartler <siretart@tauware.de>2010-02-28 21:54:08 +0100
commitba48073925e51d0e35b4cafc234e9b90f85526e8 (patch)
tree01d3f2c770e6c68462aca4f076b56529627c55e4
parentdaf7abfb18c188baf2af9f78965bdf694f6bec35 (diff)
downloadlcd4linux-ba48073925e51d0e35b4cafc234e9b90f85526e8.tar.gz
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
-rw-r--r--debian/changelog5
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules1
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 <siretart@tauware.de> Sun, 28 Feb 2010 21:11:54 +0100
+ -- Reinhard Tartler <siretart@tauware.de> 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