tags 619686 + pending thanks Dear maintainer,
I've prepared an NMU for malaga (versioned as 7.12-3.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Cheers Luk
diff -u malaga-7.12/debian/rules malaga-7.12/debian/rules --- malaga-7.12/debian/rules +++ malaga-7.12/debian/rules @@ -74,7 +74,9 @@ $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr # rename according to the emacs mode package name mv $(CURDIR)/debian/tmp/usr/share/malaga/malaga.el $(CURDIR)/debian/tmp/usr/share/malaga/malaga-mode.el - + for file in debian/tmp/usr/lib/*.la; do \ + sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \ + done # Build architecture-independent files here. binary-indep: build install diff -u malaga-7.12/debian/changelog malaga-7.12/debian/changelog --- malaga-7.12/debian/changelog +++ malaga-7.12/debian/changelog @@ -1,3 +1,11 @@ +malaga (7.12-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove references to other libraries from dependency_libs field + (Closes: #619686). + + -- Luk Claes <l...@debian.org> Mon, 30 May 2011 19:10:51 +0200 + malaga (7.12-3) unstable; urgency=low * Change to depend on libreadline-dev