Package: yc-el
Version: 4.0.13-4
Tags: patch

yc-el's install script loads site starup files redundantly/verbosely.

----
install/yc-el: Handling install for emacsen flavor emacs21
 emacs21  -q -batch -l path.el -f batch-byte-compile yc.el
Loading 00debian-vars...
Loading 20apel (source)...
Loading 40mule-ucs (source)...
Loading 50autoconf (source)...
Loading 50ddskk (source)...
[...]
----

Please use the -no-site-file option when byte-compiling.  See the
following patch:

----
--- yc-el-4.0.13-4/debian/emacsen-install
+++ yc-el-4.0.13/debian/emacsen-install
@@ -29,6 +29,7 @@
 
 echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
 
+SITEFLAG=-no-site-file
 FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile"
 
 ELDIR=/usr/share/emacs/site-lisp/${PACKAGE}
----

Thanks,
--
Tatsuya Kinoshita

Attachment: pgpL8oYs66Ww2.pgp
Description: PGP signature

Reply via email to