The following commit has been merged in the master branch:
commit 4bc1963c01b807bb512a2938b95aadea4d68c22e
Author: Ralf Treinen <[email protected]>
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 <[email protected]>  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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to