Package: amsn
Version: 0.95-2
Severity: serious
Justification: Policy 3.5
Tags: patch

amsn ships several shared libraries under /usr/share/amsn/utils/*.
Those obviously need libc6 and some other libraries to run, but you
miss a proper dependency on them.

This happens because ${shlibs:Depends} is missing from
the Depends: line in debian/control.

The attached patch fixes this.

Cheers,
Christian Aichinger

PS: Should I file a seperate bug report that you violate the FHS
by shipping shared libraries in /usr/share? (cf. FHS, chapter
'/usr/share : Architecture-independent data')
diff -u amsn-0.95/debian/control amsn-0.95/debian/control
--- amsn-0.95/debian/control
+++ amsn-0.95/debian/control
@@ -8,7 +8,7 @@
 Package: amsn
 Replaces: ccmsn
 Architecture: any
-Depends: imlib11, tcl8.4, sox, tk8.4, libpng12-0, docker, tcltls, python
+Depends: imlib11, tcl8.4, sox, tk8.4, libpng12-0, docker, tcltls, python, 
${shlibs:Depends}
 Suggests: mozilla | galeon | konqueror, imagemagick
 Description: An MSN messenger written in tcl
  A very nice MSN compatible messenger application. Works pretty much like its

Attachment: signature.asc
Description: Digital signature

Reply via email to