Bug#303408: kaffe: "dangling symlink" terror

Vladimir Stavrinov Vladimir Stavrinov <vs@inist.ru>, 303408@bugs.debian.org
Wed Apr 6 15:02:02 2005


Package: kaffe
Version: 2:1.1.4.RC1-1
Severity: normal


When You stop upload the same bug?  This is "good" idea to do all with
one command:

# cat /var/lib/dpkg/info/kaffe.postinst
#!/bin/sh
set -e

if [ "$1" = "configure" ];then
        for file in jar java javac javadoc javah javakey javap
native2ascii rmic rmiregistry serialver ; do
# removed appletviewer
# jdb is not in yet
#               update-alternatives --remove $file
#               /usr/lib/kaffe/bin/$file >/dev/null || true
    update-alternatives --quiet \
        --install /usr/bin/$file $file /usr/lib/kaffe/bin/$file 300 \
        --slave /usr/share/man/man1/$file.1.gz $file.1.gz
/usr/share/man/man1/$file.kaffe.1.gz \
    || true

        done
fi

But if there are missing man pages it is better to split it into
separate commands for every file. At this time the native2ascii man page
is missing.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27
Locale: LANG=C, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages kaffe depends on:
ii  kaffe-pthreads             2:1.1.4.RC1-1 A POSIX threads enabled version of

-- no debconf information