Package: mh-e Version: 7.84-1 Severity: serious Tags: patch When building 'mh-e' in a clean 'unstable' chroot, I get the following error:
echo ";; (require 'mh-e-autoloads)" >> mh-e-autoloads.el echo ";;" >> mh-e-autoloads.el echo ";;; Code:" >> mh-e-autoloads.el emacs -batch --no-site-file --multibyte --eval "(setq load-path (cons \".\" load-path))" -l autoload \ --eval '(setq generated-autoload-file (expand-file-name "mh-e-autoloads.el"))' \ --eval '(setq make-backup-files nil)' \ -f batch-update-autoloads . /bin/sh: emacs: command not found make[1]: *** [mh-e-autoloads.el] Error 127 make[1]: Leaving directory `/mh-e-7.84/src' make: *** [build-stamp] Error 2 Please add the missing Build-Depends on 'emacs21' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/mh-e-7.84/debian/control ./debian/control --- ../tmp-orig/mh-e-7.84/debian/control 2003-11-19 05:46:11.000000000 +0100 +++ ./debian/control 2005-06-17 19:22:28.000000000 +0200 @@ -2,7 +2,7 @@ Section: mail Priority: extra Maintainer: Peter S Galbraith <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>> 3.0.0), texinfo +Build-Depends-Indep: debhelper, texinfo, emacs21 Standards-Version: 3.6.1 Package: mh-e -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]