[Pkg-ocaml-maint-commits] [SCM] tuareg-mode packaging branch, rt, updated. debian/2.0.1-1-6-ge8f40d9

Ralf Treinen treinen at free.fr
Thu Nov 18 21:24:38 UTC 2010


The following commit has been merged in the rt branch:
commit e8f40d990b21eed4c4cc54957a6a7ec7a390a54a
Author: Ralf Treinen <treinen at free.fr>
Date:   Sun Oct 24 17:52:37 2010 +0200

    skjdfjks

diff --git a/debian/emacsen-install b/debian/emacsen-install
index 1c03969..ba87b9e 100644
--- a/debian/emacsen-install
+++ b/debian/emacsen-install
@@ -5,6 +5,8 @@
 # from the install scripts for gettext by Santiago Vila
 # <sanvila at ctv.es> and octave by Dirk Eddelbuettel <edd at debian.org>.
 
+set -v
+
 FLAVOR=$1
 PACKAGE=tuareg-mode
 
@@ -13,7 +15,7 @@ if [ ${FLAVOR} = emacs ]; then exit 0; fi
 echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
 
 FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile"
-FLAGS1="${SITEFLAG} -q -batch -l path.el -l tuareg.el -f batch-byte-compile"
+FLAGSX="${SITEFLAG} -q -batch -l path.el -l tuareg.el -f batch-byte-compile"
 ELDIR=/usr/share/emacs/site-lisp/${PACKAGE}
 ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE}
 
@@ -36,9 +38,9 @@ EOF
 # xemacs21 needs special to compile camldebug
 case "${FLAVOR}" in
     xemacs21)
-        FILES1=`ls *.el | egrep -v camldebug-tuareg.el`
-	${FLAVOR} ${FLAGS} ${FILES1}
-	${FLAVOR} ${FLAGS1} camldebug-tuareg.el
+        FILESX=`ls *.el | egrep -v camldebug-tuareg.el`
+	${FLAVOR} ${FLAGS} ${FILESX}
+	${FLAVOR} ${FLAGSX} camldebug-tuareg.el
         ;;
     emacs*)
 	${FLAVOR} ${FLAGS} ${FILES}

-- 
tuareg-mode packaging



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