tags 619552 + pending thanks Dear maintainer,
I've prepared an NMU for pacemaker (versioned as 1.0.11-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Cheers Luk
diff -Nru pacemaker-1.0.11/debian/changelog pacemaker-1.0.11/debian/changelog --- pacemaker-1.0.11/debian/changelog 2011-05-22 10:53:09.000000000 +0200 +++ pacemaker-1.0.11/debian/changelog 2011-05-31 19:45:49.000000000 +0200 @@ -1,3 +1,11 @@ +pacemaker (1.0.11-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove references to other libraries from dependency_libs field + (Closes: #619552). + + -- Luk Claes <l...@debian.org> Tue, 31 May 2011 19:44:53 +0200 + pacemaker (1.0.11-1) unstable; urgency=low [ Martin G. Loschwitz ] diff -Nru pacemaker-1.0.11/debian/rules pacemaker-1.0.11/debian/rules --- pacemaker-1.0.11/debian/rules 2011-04-20 15:31:22.000000000 +0200 +++ pacemaker-1.0.11/debian/rules 2011-05-31 19:44:50.000000000 +0200 @@ -98,9 +98,7 @@ dh_testroot dh_installdirs $(MAKE) install DESTDIR=`pwd`/debian/tmp docdir=/usr/share/doc/pacemaker - for file in debian/tmp/usr/lib/*.la; do \ - sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \ - done + sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'` binary-indep: build install