Control: found -1 1.3+git20141031-1
Control: tags -1 + patch

On November 14, 2014 at 8:53AM +0100, lucas (at lucas-nussbaum.net) wrote:
> install/emacs-calfw-howm: Handling install for emacsen flavor emacs24
> calfw-howm.el:40:1:Error: Cannot open load file: No such file or directory, 
> howm

It seems byte-compilation of emacs-calfw-howm fails because of
missing howm files.  Even if the Depends line is correct, the
dependency should also be handled in the emacsen-install script.
See also emacsen-common's issue, bug#737389.

The following patch should fix this bug.

```
--- a/debian/emacs-calfw-howm.emacsen-install
+++ b/debian/emacs-calfw-howm.emacsen-install
@@ -11,6 +11,8 @@ PACKAGE=emacs-calfw-howm
 if [ ${FLAVOR} = emacs ]; then exit 0; fi
 if [ ${FLAVOR} = emacs20 -o ${FLAVOR} = emacs21 -o ${FLAVOR} = emacs22 -o 
${FLAVOR} = emacs23 ]; then exit 0; fi
 if [ ${FLAVOR} = xemacs20 -o ${FLAVOR} = xemacs21 ]; then exit 0; fi
+if [ ! -f "/usr/share/$FLAVOR/site-lisp/emacs-calfw/calfw.elc" ]; then exit 0; 
fi
+if [ ! -f "/usr/share/$FLAVOR/site-lisp/howm/howm.elc" ]; then exit 0; fi
 
 echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
 
```

Thanks,
-- 
Tatsuya Kinoshita

Attachment: pgpENx57X79AP.pgp
Description: PGP signature

Reply via email to