[Pkg-ocaml-maint-commits] [SCM] tuareg-mode packaging branch, master, updated. debian/2.0.0-1-5-g23e7603

Ralf Treinen treinen at free.fr
Wed May 26 20:22:32 UTC 2010


The following commit has been merged in the master branch:
commit 4bc1963c01b807bb512a2938b95aadea4d68c22e
Author: Ralf Treinen <treinen at free.fr>
Date:   Tue May 25 20:29:51 2010 +0200

    compiling on xemacs21 also poses a problem, disable it.

diff --git a/debian/changelog b/debian/changelog
index cf4573b..32ed1d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,8 @@ tuareg-mode (1:2.0.0-2) unstable; urgency=low
     accordingly
 
   [ Ralf Treinen ]
-  * Do not byte-compile on emacs21 and emacs22. This fixes the urgency
-    of bug  #582981, though that bug remains open.
+  * Do not byte-compile on emacs21, emacs22, and xemacs21. This fixes the
+    urgency of bug #582981, though that bug remains open.
 
  -- Ralf Treinen <treinen at debian.org>  Tue, 25 May 2010 20:06:00 +0200
 
diff --git a/debian/emacsen-install b/debian/emacsen-install
index ccd199e..e4c9d05 100644
--- a/debian/emacsen-install
+++ b/debian/emacsen-install
@@ -9,7 +9,7 @@ FLAVOR=$1
 PACKAGE=tuareg-mode
 
 case ${FLAVOR} in
-    emacs|emacs21|emacs22) exit 0;
+    emacs|emacs21|emacs22|xemacs21) exit 0;
 esac
 
 echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}

-- 
tuareg-mode packaging



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