[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#599077: unblock: ocaml/3.11.2-2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: freeze-exception

Hello,

I'd like to ask for a freeze-exception for ocaml. The only change is
in the ocaml-mode (an Emacs mode made for OCaml). It fixes a
compilation error when byte-compiling oacml-mode with xemacs21. We
workearounded the issue by disabling the byte-compilation for a few
files (the others byte-compile fine).

I didn't upload ocaml yet. I'm just wondering if you such an upload
would be ok for you.

The diff is below:

--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocaml (3.11.2-2) unstable; urgency=low
+
+  * debian/ocaml-mode.emacs-install: do not byte-compile camldebug.el
+    and inf-caml.el for xemacs21 (Closes: #508813, LP: #464587).
+
+ -- Mehdi Dogguy <mehdi@debian.org>  Mon, 04 Oct 2010 15:19:55 +0200
+
 ocaml (3.11.2-1) unstable; urgency=low
 
   [ Stephane Glondu ]
diff --git a/debian/ocaml-mode.emacsen-install b/debian/ocaml-mode.emacsen-install
index 2512296..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 | grep -v caml-emacs`
+       FILES=`ls *.el | egrep -v caml-emacs\|camldebug.el\|inf-caml.el`
        ;;

     *)

Regards,

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.33-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



Reply to: