[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#404229: trr19: emacsen-install byte-compiles even with xemacs21-*



Package: trr19
Version: 1.0beta5-19
Severity: normal
Tags: patch

Hello,

As trr19 isn't useable  with xemacs21*, it shouldn't byte-compiled using
xemacs21-* flavors. Attached is a patch which fixes this issue.

Regards,
Arnaud Fontaine

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.19.1-maggie
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)

Versions of packages trr19 depends on:
ii  emacs-snapshot-gtk [emacs-s 1:20061209-1 The GNU Emacs editor (with GTK+ 2.
ii  libc6                       2.3.6.ds1-9  GNU C Library: Shared libraries

trr19 recommends no packages.

-- no debconf information

--- 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

Reply to: