The following patch fixes #477678 and #564345. However, there also is an
rpath issue (which makes that uploads are automatically rejected). 

-Ralf.

--- mnogosearch-3.3.8/debian/rules
+++ mnogosearch-3.3.8/debian/rules
@@ -18,9 +18,9 @@
        $(RM) -r build-*
 
 debian/stamp-build-%:
-       mkdir $(DEB_BUILDDIR)
+       mkdir -p $(DEB_BUILDDIR)
        $(DEB_CONFIGURE_INVOKE)
-       $(DEB_MAKE_INVOKE)
+       cd $(DEB_BUILDDIR) && $(MAKE)
        touch $@



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to