Package: libgd2 Version: 2.0.36~rc1~dfsg-5 Severity: normal Tags: patch pending
Dear maintainer, I've prepared an NMU for libgd2 (versioned as 2.0.36~rc1~dfsg-5.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Cheers Luk
diff -Nru libgd2-2.0.36~rc1~dfsg/debian/changelog libgd2-2.0.36~rc1~dfsg/debian/changelog --- libgd2-2.0.36~rc1~dfsg/debian/changelog 2010-10-17 15:11:48.000000000 +0200 +++ libgd2-2.0.36~rc1~dfsg/debian/changelog 2011-05-30 07:52:20.000000000 +0200 @@ -1,3 +1,11 @@ +libgd2 (2.0.36~rc1~dfsg-5.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove references to other libraries from dependency_libs field + Closes: #619537,#621612. + + -- Luk Claes <l...@debian.org> Mon, 30 May 2011 07:51:27 +0200 + libgd2 (2.0.36~rc1~dfsg-5) unstable; urgency=low * Workaround CDBS not honoring per-flavor configure flags yet. diff -Nru libgd2-2.0.36~rc1~dfsg/debian/rules libgd2-2.0.36~rc1~dfsg/debian/rules --- libgd2-2.0.36~rc1~dfsg/debian/rules 2010-10-17 14:51:54.000000000 +0200 +++ libgd2-2.0.36~rc1~dfsg/debian/rules 2011-05-30 07:51:24.000000000 +0200 @@ -117,3 +117,8 @@ # Needed for our packaging CDBS_BUILD_DEPENDS += , d-shlibs, html2text + +common-install-arch:: + for file in debian/tmp-libgd2-xpm/usr/lib/*.la debian/tmp-libgd2-noxpm/usr/lib/*.la; do \ + sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \ + done