Package: geneweb
Version: 4.10-14
Severity: normal
$ ls -l /usr/share/doc/geneweb/doc_choice
lrwxrwxrwx 1 root root 26 2005-11-10 18:42 /usr/share/doc/geneweb/doc_choice
-> /usr/share/doc/geneweb/doc
$ ls /usr/share/doc/geneweb/doc
ls: /usr/share/doc/geneweb/doc: No such file or directory
The link is created by geneweb.postinst but I don't understand the code:
if [ -d "/usr/share/doc/geneweb/doc/$LNG" ]; then
ln -sf /usr/share/doc/geneweb/doc/$LNG
/usr/share/doc/geneweb/doc_choice
else
ln -sf /usr/share/doc/geneweb/doc /usr/share/doc/geneweb/doc_choice
fi
I tried to solve the problem by doing:
$ cd /usr/share/doc/geneweb
$ sudo mkdir doc
$ sudo mv ?? doc
$ sudo dpkg-reconfigure geneweb
Now I have:
$ ls -l /usr/share/doc/geneweb/doc_choice
lrwxrwxrwx 1 root root 29 2005-11-10 20:26 /usr/share/doc/geneweb/doc_choice
-> /usr/share/doc/geneweb/doc/fr
I think it is a bug in the Debian packaging.
Bye,
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable'), (90, 'unstable'), (1,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)
Versions of packages geneweb depends on:
ii adduser 3.77 Add and remove users and groups
ii debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii iso-codes 0.48-1 ISO language, territory, currency
ii libc6 2.3.5-6 GNU C Library: Shared libraries an
ii lsb-base 3.0-11 Linux Standard Base 3.0 init scrip
ii perl-base [perl5-base] 5.8.7-7 The Pathologically Eclectic Rubbis
geneweb recommends no packages.
-- debconf information:
* geneweb/run_mode: Always on
geneweb/remainingdir:
* geneweb/remove_databases: false
* geneweb/port: 2317
* geneweb/lang: French
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]