Package: libdb5.3-java
Version: 5.3.28-6
Severity: serious

Hi,

libdb5.3-java.maintscript contains a bug, rendering it useless:

  symlink_to_dir /usr/share/doc/libdb5.3-java/ /usr/share/doc/libdb5.3 
5.3.28-6~ -- "$@"
                                             ^

The trailing slash on the PATHNAME argument is wrong because

  test -h /path/to/link/

will never succeed - it always resolves to an underlying directory -
while

  test -h /path/to/link

will work as expected.

Do not forget to bump the LASTVERSION when fixing this - the symlink
would have survived into the current version.


Andreas


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to