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


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

    do not byte-compile on emacs{21,22}

diff --git a/debian/changelog b/debian/changelog
index 30fa151..cf4573b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
-tuareg-mode (1:2.0.0-2) UNRELEASED; urgency=low
+tuareg-mode (1:2.0.0-2) unstable; urgency=low
 
+  [ Stéphane Glondu ]
   * New upstream location, update debian/{watch,control,copyright}
     accordingly
 
- -- Stéphane Glondu <glondu at debian.org>  Tue, 25 May 2010 00:04:24 +0200
+  [ Ralf Treinen ]
+  * Do not byte-compile on emacs21 and emacs22. 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
 
 tuareg-mode (1:2.0.0-1) unstable; urgency=low
 
diff --git a/debian/emacsen-install b/debian/emacsen-install
index e867d25..22662fb 100644
--- a/debian/emacsen-install
+++ b/debian/emacsen-install
@@ -8,7 +8,9 @@
 FLAVOR=$1
 PACKAGE=tuareg-mode
 
-if [ ${FLAVOR} = emacs ]; then exit 0; fi
+case ${FALVOR} in
+    emacs|emacs21|emacs22) 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