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


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

    compile camldebug-tuareg on xemacs with -l uareg

diff --git a/debian/emacsen-install b/debian/emacsen-install
index 571e98c..7b067d0 100644
--- a/debian/emacsen-install
+++ b/debian/emacsen-install
@@ -13,6 +13,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 -f batch-byte-compile"
 ELDIR=/usr/share/emacs/site-lisp/${PACKAGE}
 ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE}
 
@@ -37,6 +38,7 @@ case "${FLAVOR}" in
     xemacs21)
         FILES1=`ls *.el | egrep -v camldebug-tuareg.el`
 	${FLAVOR} ${FLAGS} ${FILES1}
+	${FLAVOR} ${FLAGS1} camldebug-tuareg.el
         ;;
     emacs*)
 	${FLAVOR} ${FLAGS} ${FILES}

-- 
tuareg-mode packaging



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