Actually, more than jamendo is affected, so I needed to turn off a bunch
more stuff:
diff --git a/debian/rules b/debian/rules
index 5797a8a..470ceb8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,12 @@ DEB_DH_STRIP_ARGS:=--dbg-package=$(DBG_NAME)
dh $@ --with autoreconf
override_dh_auto_configure:
- dh_auto_configure -- --disable-lyricwiki
+ dh_auto_configure -- \
+ --disable-lyricwiki \
+ --disable-jamendo \
+ --disable-magnatune \
+ --disable-tagedit \
+ --disable-albumview
override_dh_strip:
dh_strip $(DEB_DH_STRIP_ARGS)
Obviously, the proper fix would be to actually fix those warnings, but
that seems like a fair workaround since some modules still work
(e.g. shout, IMHO the most useful) and could be shipped already.
A.
--
The future is already here – it's just not very evenly distributed.
- William Gibson