[Pkg-mpd-commits] [gmpc-plugins] 10/15: disable lyricwiki plugin

Etienne Millon emillon-guest at alioth.debian.org
Thu Oct 10 10:05:55 UTC 2013


This is an automated email from the git hooks/post-receive script.

emillon-guest pushed a commit to branch mentors
in repository gmpc-plugins.

commit 2997fab2091aeab0784c001ca1d9fe163040a859
Author: Etienne Millon <me at emillon.org>
Date:   Wed Oct 9 16:15:58 2013 +0200

    disable lyricwiki plugin
---
 debian/changelog |    1 +
 debian/rules     |    3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6a5ad74..ea64910 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 gmpc-plugins (11.8.16-2) UNRELEASED; urgency=low
 
+  * Disable LyricWiki plugin (Closes: #539821)
   * Rename build-dep from libwebkit-dev to libwebkitgtk-dev
   * Bump debhelper compat level to 9
     - Use multi-arch directories
diff --git a/debian/rules b/debian/rules
index bdad2a5..482f74a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,9 @@ DEB_DH_STRIP_ARGS:=--dbg-package=$(DBG_NAME)
 %:
 	dh $@ --with autoreconf
 
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-lyricwiki
+
 override_dh_strip:
 	dh_strip $(DEB_DH_STRIP_ARGS)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/gmpc-plugins.git



More information about the Pkg-mpd-commits mailing list