From: Sebastian Harl Date: Sun, 27 Apr 2014 12:05:28 +0000 (+0200) Subject: rules: Do not install leoslyrics plugins. X-Git-Tag: ncmpc-0.21-1~1 X-Git-Url: https://git.tokkee.org/?p=pkg-ncmpc.git;a=commitdiff_plain;h=81defd61188d00d0e9446968ba97194341f12e01 rules: Do not install leoslyrics plugins. Leo's Lyrics's API seems to be done. Thanks to Thorsten Sperber for reporting this. Closes: #654243 --- diff --git a/debian/changelog b/debian/changelog index 6db48ed..9170cb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,8 @@ ncmpc (0.21-1) UNRELEASED; urgency=low - Enable chat-screen feature. - Split build target into build-arch and build-indep. - Use dpkg-buildflags to get CPPFLAGS, CFLAGS, and LDFLAGS. + - Do not install leoslyrics plugins; Leo's Lyrics's API seems to be done; + thanks to Thorsten Sperber for reporting this (Closes: #654243). * debian/control, debian/rules: - Enable documentation and build-depend on doxygen. * debian/patches, debian/control: diff --git a/debian/rules b/debian/rules index 042e001..56a9065 100755 --- a/debian/rules +++ b/debian/rules @@ -78,6 +78,8 @@ install-indep: mkdir -p debian/ncmpc-lyrics/usr/lib/ncmpc/lyrics/ cp lyrics/* debian/ncmpc-lyrics/usr/lib/ncmpc/lyrics/ + # Leo's Lyrics's API seems to be down; https://bugs.debian.org/654243 + rm -f debian/ncmpc-lyrics/usr/lib/ncmpc/lyrics/*leoslyrics* install-arch: build dh_testdir