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

Bug#599077: marked as done (unblock: ocaml/3.11.2-2)



Your message dated Tue, 05 Oct 2010 19:40:06 +0100
with message-id <1286304006.30627.4.camel@hathi.jungle.funky-badger.org>
and subject line Re: Bug#599077: unblock: ocaml/3.11.2-2
has caused the Debian Bug report #599077,
regarding unblock: ocaml/3.11.2-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
599077: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599077
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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



--- End Message ---
--- Begin Message ---
On Tue, 2010-10-05 at 19:06 +0200, Mehdi Dogguy wrote:
> On 04/10/2010 23:14, Adam D. Barratt wrote:
> > On Mon, 2010-10-04 at 15:31 +0200, Mehdi Dogguy wrote:
> >> 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.
> > 
> > Yes, the diff looks ok.  (Although I see it's been fixed in git since
> > March...)
> > 
> 
> It's being uploaded.

Unblocked.

Regards,

Adam



--- End Message ---

Reply to: