diff -Nru mpd-0.17.5/debian/changelog mpd-0.17.5/debian/changelog --- mpd-0.17.5/debian/changelog 2013-08-09 12:37:32.000000000 +0000 +++ mpd-0.17.5/debian/changelog 2013-10-10 20:07:19.000000000 +0000 @@ -1,3 +1,9 @@ +mpd (0.17.5-1+rpi1) jessie-staging; urgency=low + + * Use libmodplug/modplug.h (closes: 725535) + + -- Peter Michael Green Thu, 10 Oct 2013 20:06:53 +0000 + mpd (0.17.5-1) unstable; urgency=low [ Florian Schlichting ] diff -Nru mpd-0.17.5/debian/patches/fix-modplug-include mpd-0.17.5/debian/patches/fix-modplug-include --- mpd-0.17.5/debian/patches/fix-modplug-include 1970-01-01 00:00:00.000000000 +0000 +++ mpd-0.17.5/debian/patches/fix-modplug-include 2013-10-10 20:11:02.000000000 +0000 @@ -0,0 +1,15 @@ +Description: Use libmodplug/modplug.h +Author: Peter Michael Green +Bug-Debian: http://bugs.debian.org/725535 + +--- mpd-0.17.5.orig/src/decoder/modplug_decoder_plugin.c ++++ mpd-0.17.5/src/decoder/modplug_decoder_plugin.c +@@ -22,7 +22,7 @@ + #include "tag_handler.h" + + #include +-#include ++#include + #include + + #undef G_LOG_DOMAIN diff -Nru mpd-0.17.5/debian/patches/series mpd-0.17.5/debian/patches/series --- mpd-0.17.5/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ mpd-0.17.5/debian/patches/series 2013-10-10 20:10:13.000000000 +0000 @@ -0,0 +1 @@ +fix-modplug-include