Followup-For: Bug #518429 Fixed in stretch with the attached patch.
Andreas
diff -u libmpd-0.20.0/debian/changelog libmpd-0.20.0/debian/changelog --- libmpd-0.20.0/debian/changelog +++ libmpd-0.20.0/debian/changelog @@ -1,3 +1,19 @@ +libmpd (0.20.0-2~deb9u1) stretch; urgency=medium + + * QA upload. + * Rebuild for stretch. + + -- Andreas Beckmann <a...@debian.org> Mon, 27 Nov 2017 04:35:59 +0100 + +libmpd (0.20.0-2) unstable; urgency=medium + + * QA upload. + * Set maintainer to Debian QA Group. (see #876951) + * libmpd-dev: Add the missing dependency on libglib2.0-dev. + (Closes: #518429) + + -- Adrian Bunk <b...@debian.org> Sun, 01 Oct 2017 20:27:24 +0300 + libmpd (0.20.0-1.3) unstable; urgency=high * NMU diff -u libmpd-0.20.0/debian/control libmpd-0.20.0/debian/control --- libmpd-0.20.0/debian/control +++ libmpd-0.20.0/debian/control @@ -1,7 +1,7 @@ Source: libmpd Section: libs Priority: optional -Maintainer: Arnaud Cornet <acor...@debian.org> +Maintainer: Debian QA Group <packa...@qa.debian.org> Build-Depends: libglib2.0-dev, debhelper (>= 7.0.50~), quilt, dh-autoreconf Standards-Version: 3.8.4 Homepage: http://gmpc.wikia.com/ @@ -29,7 +29,7 @@ Package: libmpd-dev Architecture: any Section: libdevel -Depends: libmpd1 (= ${binary:Version}), pkg-config, ${misc:Depends} +Depends: libmpd1 (= ${binary:Version}), pkg-config, ${misc:Depends}, libglib2.0-dev Description: High-level client library for accessing Music Player Daemon LibMpd is a library that provides high-level, callback-based access to Music Player Daemon (mpd).