Code

rules: Do not install leoslyrics plugins.
authorSebastian Harl <sh@tokkee.org>
Sun, 27 Apr 2014 12:05:28 +0000 (14:05 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 27 Apr 2014 12:05:28 +0000 (14:05 +0200)
Leo's Lyrics's API seems to be done.

Thanks to Thorsten Sperber for reporting this.
Closes: #654243
debian/changelog
debian/rules

index 6db48ed18ab7caf294f572cc05929f596f1373c2..9170cb4c7e8db2eb3e07b8285556f906270dbdfb 100644 (file)
@@ -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:
index 042e001a95056c29fe03b619e3bc9ac79d91178e..56a9065319950a6f224d533522c0907b5a2caf15 100755 (executable)
@@ -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