[Pkg-ocaml-maint-commits] [SCM] OCaml packaging branch, master, updated. debian/3.11.2-1-2-g5d6a209
Ralf Treinen
treinen at free.fr
Sat Mar 6 11:38:31 UTC 2010
The following commit has been merged in the master branch:
commit 5d6a2091641e1d3d90dbedcac1d3b50569cdac75
Author: Ralf Treinen <treinen at free.fr>
Date: Sat Mar 6 12:16:59 2010 +0100
do not byte compile inf-caml.el on xemacs
diff --git a/debian/changelog b/debian/changelog
index 2a38731..5c00305 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
ocaml (3.11.2-2) UNRELEASED; urgency=low
* debian/ocaml-mode.emacs-install: do not byte-compile camldebug.el
- for xemacs21 (closes: #508813)
+ for xemacs21 (closes: #508813), nor inf-caml.el.
-- Ralf Treinen <treinen at debian.org> Sat, 06 Mar 2010 11:23:45 +0100
diff --git a/debian/ocaml-mode.emacsen-install b/debian/ocaml-mode.emacsen-install
index ad8372c..a23b159 100644
--- a/debian/ocaml-mode.emacsen-install
+++ b/debian/ocaml-mode.emacsen-install
@@ -35,7 +35,7 @@ install -m 755 -d ${ELCDIR}
cd ${ELDIR}
case "${FLAVOR}" in
xemacs21)
- FILES=`ls *.el | egrep -v caml-emacs\|camldebug.el`
+ FILES=`ls *.el | egrep -v caml-emacs\|camldebug.el\|inf-caml.el`
;;
*)
--
OCaml packaging
More information about the Pkg-ocaml-maint-commits
mailing list