tags 620900 + pending thanks Dear maintainer,
I've prepared an NMU for glrr-widgets (versioned as 20050529-3.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Cheers Luk
diff -Nru glrr-widgets-20050529/debian/changelog glrr-widgets-20050529/debian/changelog --- glrr-widgets-20050529/debian/changelog 2010-03-08 06:01:48.000000000 +0100 +++ glrr-widgets-20050529/debian/changelog 2011-06-02 19:30:02.000000000 +0200 @@ -1,3 +1,11 @@ +glrr-widgets (20050529-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove references to other libraries from dependency_libs field + (Closes: #620900). + + -- Luk Claes <[email protected]> Thu, 02 Jun 2011 19:29:35 +0200 + glrr-widgets (20050529-3) unstable; urgency=low * debian: Moved to 3.0 (quilt) format. diff -Nru glrr-widgets-20050529/debian/rules glrr-widgets-20050529/debian/rules --- glrr-widgets-20050529/debian/rules 2010-03-08 06:01:55.000000000 +0100 +++ glrr-widgets-20050529/debian/rules 2011-06-02 19:29:33.000000000 +0200 @@ -15,3 +15,9 @@ override_dh_auto_clean: dh_auto_clean rm -f ./misc/config.sub ./misc/config.guess + +override_dh_auto_install: + dh_auto_install + for file in debian/tmp/usr/lib/*.la; do \ + sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \ + done

