tags 620600 + pending thanks Dear maintainer,
I've prepared an NMU for lua-expat (versioned as 1.1.0-3.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Cheers Luk
diff -u lua-expat-1.1.0/debian/changelog lua-expat-1.1.0/debian/changelog --- lua-expat-1.1.0/debian/changelog +++ lua-expat-1.1.0/debian/changelog @@ -1,3 +1,11 @@ +lua-expat (1.1.0-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove references to other libraries from dependency_libs field + (Closes: #620600). + + -- Luk Claes <l...@debian.org> Tue, 31 May 2011 08:00:46 +0200 + lua-expat (1.1.0-3) unstable; urgency=low * depend on lua5.1-policy-dev >= 22 diff -u lua-expat-1.1.0/debian/rules lua-expat-1.1.0/debian/rules --- lua-expat-1.1.0/debian/rules +++ lua-expat-1.1.0/debian/rules @@ -3,0 +4,5 @@ + +common-install-arch:: + for file in debian/tmp/usr/lib/*.la; do \ + sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \ + done