Package: vm
Version: 8.0.9-1
Severity: important

>From debian/emacsen.install:

     sed -e "s|=F|/usr/share/$FLAVOUR/site-lisp/$PACKAGE|" \
            $STARTFILE > $ELCDIR/$STARTFILE;

As $STARTFILE __and__ $ELCDIR/$STARTFILE are the same, the file is
truncated first and used later as empty.

Fix:
     cp $STARTFILE $ELCDIR/$STARTFILE.x
     sed -e "s|=F|/usr/share/$FLAVOUR/site-lisp/$PACKAGE|" \
            $ELCDIR/$STARTFILE.x > $ELCDIR/$STARTFILE;
     rm $ELCDIR/$STARTFILE.x

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (700, 'testing'), (500, 'oldstable'), (200, 'stable'), (100, 
'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages vm depends on:
ii  emacs [emacsen]              22.1+1-2.3  The GNU Emacs editor (metapackage)
ii  emacs21 [emacsen]            21.4a+1-5.3 The GNU Emacs editor
ii  emacs22-gtk [emacsen]        22.1+1-2.3  The GNU Emacs editor (with GTK use
ii  make                         3.81-3      The GNU version of the "make" util
ii  ucf                          3.005       Update Configuration File: preserv

vm recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to