Le 4703 Septembre 1993, David Kastrup a tapoté:

[...]

> Not sure this is a good idea.

Ok, now I provide a patch to ensure xemacs* is not handled.

Regards.
-- 
Daniel 'NebuchadnezzaR' Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x2A408F69
diff -Nru auctex-11.83.orig/debian/auctex/install.in 
auctex-11.83/debian/auctex/install.in
--- auctex-11.83.orig/debian/auctex/install.in  2006-07-17 17:14:37.000000000 
+0200
+++ auctex-11.83/debian/auctex/install.in       2006-07-18 22:29:03.399031989 
+0200
@@ -102,15 +102,16 @@
 
 case "${FLAVOR}" in
     (emacs) : ;;
-    (emacs21|emacs-snapshot)
-    <:# clean old cruft :>//
-    do_clean_old_cruft ${FLAVOR}
-    do_install ${FLAVOR}
-    <:# parse TeX macros and LaTeX styles :>//
-    do_auto ${FLAVOR} ;;
-    (*) echo >&2 "install/<:=${PACKAGE}:>:" \
+    (emacs19|emacs20|xemacs*) echo >&2 "install/<:=${PACKAGE}:>:" \
        "Ignoring emacsen flavor: \"${FLAVOR}\"."
     ;;
+    (*)
+        <:# clean old cruft :>//
+        do_clean_old_cruft ${FLAVOR}
+        do_install ${FLAVOR}
+        <:# parse TeX macros and LaTeX styles :>//
+        do_auto ${FLAVOR} 
+    ;;
 esac
 
 exit 0
diff -Nru auctex-11.83.orig/debian/auctex/remove.in 
auctex-11.83/debian/auctex/remove.in
--- auctex-11.83.orig/debian/auctex/remove.in   2006-07-17 17:14:37.000000000 
+0200
+++ auctex-11.83/debian/auctex/remove.in        2006-07-18 22:32:12.975927194 
+0200
@@ -36,14 +36,14 @@
 
 case "${FLAVOR}" in
     (emacs) : ;;
-    (emacs21|emacs-snapshot)
-    <:# remove all parsed information files :>//
-    undo_auto
-    undo_install
-    ;;
-    (*) echo >&2 "remove/<:=${PACKAGE}:>:" \
+    (emacs19|emacs20|xemacs*) echo >&2 "remove/<:=${PACKAGE}:>:" \
        "Ignoring emacsen flavor: \"${FLAVOR}\"."
     ;;
+    (*)
+        <:# remove all parsed information files :>//
+        undo_auto
+        undo_install
+    ;;
 esac
 
 exit 0

Reply via email to