Package: anthy
Version: 6700-1
Severity: serious
Tags: patch

anthy fails to build from source because dh_movefiles cannot find
anthy-kyuri.el:

 for i in anthy-conf anthy-dic anthy anthy-isearch anthy-azik; do \
         install -m 644 /tmp/buildd/anthy-6700/src-util/$i.el \
                 
/tmp/buildd/anthy-6700/debian/tmp/usr/share/emacs/site-lisp/anthy/$i.el; \
 done
 dh_movefiles -i
 dh_movefiles: debian/tmp/usr/share/emacs/site-lisp/anthy/anthy-kyuri.el not 
found (supposed to put it in anthy-el)
 make: *** [binary-indep] Error 1

When I make the loop copy anthy-kyuri.el, dh_movefiles (and the rest
of the build) is successful.

The attached patch fixes the problem.

-- 
Matt
diff -u anthy-6700/debian/rules anthy-6700/debian/rules
--- anthy-6700/debian/rules
+++ anthy-6700/debian/rules
@@ -105,7 +105,7 @@
 
        install -d $(CURDIR)/debian/tmp/$(ELISPDIR)
 
-       for i in anthy-conf anthy-dic anthy anthy-isearch anthy-azik; do \
+       for i in anthy-conf anthy-dic anthy anthy-isearch anthy-azik 
anthy-kyuri; do \
                install -m 644 $(CURDIR)/src-util/$$i.el \
                        $(CURDIR)/debian/tmp/$(ELISPDIR)/$$i.el; \
        done

Attachment: signature.asc
Description: Digital signature

Reply via email to