[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:27 UTC 2010


The following commit has been merged in the master branch:
commit 9753309040da33161e8900f2c7190f453062eaf3
Author: Ralf Treinen <treinen at free.fr>
Date:   Sat Mar 6 11:25:06 2010 +0100

     don't bytecompile ocamldebug.el on xemacs21

diff --git a/debian/changelog b/debian/changelog
index c06c1aa..2a38731 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocaml (3.11.2-2) UNRELEASED; urgency=low
+
+  * debian/ocaml-mode.emacs-install: do not byte-compile camldebug.el
+    for xemacs21 (closes: #508813)
+
+ -- Ralf Treinen <treinen at debian.org>  Sat, 06 Mar 2010 11:23:45 +0100
+
 ocaml (3.11.2-1) unstable; urgency=low
 
   [ Stéphane Glondu ]
diff --git a/debian/ocaml-mode.emacsen-install b/debian/ocaml-mode.emacsen-install
index 2512296..ad8372c 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 | grep -v caml-emacs`
+	FILES=`ls *.el | egrep -v caml-emacs\|camldebug.el`
 	;;
 
     *)

-- 
OCaml packaging



More information about the Pkg-ocaml-maint-commits mailing list