Package: libxine1
Version: 1.1.8-5
Severity: normal
There are now several empty directories under /usr/share/doc on my
system:
,----
| $ ls -ld /usr/share/doc/libxine1*
| drwxr-xr-x 2 root root 4096 Dec 21 16:06 /usr/share/doc/libxine1
| drwxr-xr-x 2 root root 4096 Jan 3 10:22 /usr/share/doc/libxine1-bin
| drwxr-xr-x 2 root root 4096 Dec 21 16:06 /usr/share/doc/libxine1-console
| drwxr-xr-x 2 root root 4096 Jan 3 10:24 /usr/share/doc/libxine1-doc
| drwxr-xr-x 2 root root 4096 Dec 21 16:06 /usr/share/doc/libxine1-ffmpeg
| drwxr-xr-x 2 root root 4096 Dec 21 16:06 /usr/share/doc/libxine1-misc-plugins
| drwxr-xr-x 2 root root 4096 Dec 21 16:06 /usr/share/doc/libxine1-x
| $ ls -l /usr/share/doc/libxine1*
| /usr/share/doc/libxine1:
| total 0
|
| /usr/share/doc/libxine1-bin:
| total 60
| -rw-r--r-- 2 root root 7576 Aug 19 01:36 AUTHORS.gz
| lrwxrwxrwx 1 root root 12 Jan 3 10:22 ChangeLog.gz -> changelog.gz
| -rw-r--r-- 2 root root 17944 Jan 2 20:07 changelog.Debian.gz
| -rw-r--r-- 3 root root 26903 Aug 27 20:26 changelog.gz
| -rw-r--r-- 3 root root 995 Jan 2 20:07 copyright
|
| /usr/share/doc/libxine1-console:
| total 0
|
| /usr/share/doc/libxine1-doc:
| total 244
| -rw-r--r-- 2 root root 7576 Aug 19 01:36 AUTHORS.gz
| lrwxrwxrwx 1 root root 12 Dec 27 09:41 ChangeLog.gz -> changelog.gz
| -rw-r--r-- 1 root root 1012 Dec 26 20:22 README
| -rw-r--r-- 1 root root 1509 Dec 26 20:14 README.Debian
| -rw-r--r-- 1 root root 2634 Dec 26 20:22 README.dvb.gz
| -rw-r--r-- 1 root root 3116 Dec 26 20:22 README.dxr3.gz
| -rw-r--r-- 1 root root 3924 Dec 26 20:22 README.opengl
| -rw-r--r-- 1 root root 5488 Dec 26 20:22 README.syncfb.gz
| -rw-r--r-- 1 root root 9897 Dec 26 20:22 README_xxmc.html
| -rw-r--r-- 1 root root 17944 Dec 26 20:14 changelog.Debian.gz
| -rw-r--r-- 3 root root 26903 Aug 27 20:26 changelog.gz
| -rw-r--r-- 3 root root 995 Jan 2 20:07 copyright
| -rw-r--r-- 1 root root 113087 Dec 26 20:22 faq.html
| -rw-r--r-- 1 root root 27283 Dec 26 20:22 faq.txt.gz
|
| /usr/share/doc/libxine1-ffmpeg:
| total 0
|
| /usr/share/doc/libxine1-misc-plugins:
| total 0
|
| /usr/share/doc/libxine1-x:
| total 0
`----
To complete the symlink transition, you should have a postinst script
that turns these empty directories into the symlinks they are supposed
to be, like that:
--8<---------------cut here---------------start------------->8---
if [ -d /usr/share/doc/libxine1 -a ! -L /usr/share/doc/libxine1 ]; then
rmdir /usr/share/doc/libxine1 && ln -s libxine1 /usr/share/doc/libxine
fi
--8<---------------cut here---------------end--------------->8---
And similar for the other libxine*-packages.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.22.15
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages libxine1 depends on:
ii libxine1-console 1.1.8-5 libaa/libcaca/framebuffer/directfb
ii libxine1-misc-plugins 1.1.8-5 Input, audio output and post plugi
ii libxine1-x 1.1.8-5 X desktop video output plugins for
Versions of packages libxine1 recommends:
ii libxine1-doc [libxine-doc] 1.1.8-5 the xine video player library, doc
ii libxine1-ffmpeg 1.1.8-5 MPEG-related plugins for libxine1
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]