--- debian/emacsen-install.orig	2006-12-22 17:48:28.000000000 +0100
+++ debian/emacsen-install	2006-12-22 17:56:56.000000000 +0100
@@ -10,9 +10,7 @@
 LOG=${ELCDIR}CompilationLog.gz
 
 case ${FLAVOR} in
-    emacs|xemacs20|xemacs21)
-        echo install/${PACKAGE}: Ignoring emacsen flavor ${FLAVOR};;
-    *)
+    emacs21|emacs-snapshot)
         echo -n install/${PACKAGE}: Byte-compiling for ${FLAVOR} ...
         install -m 755 -d ${ELCDIR}
     
@@ -32,6 +30,8 @@
             rm *.el
         )
         echo " done.";;
+    *)
+        echo install/${PACKAGE}: Ignoring emacsen flavor ${FLAVOR};;
 esac
 
 exit 0
