Package: amavis-ng-milter-helper Version: 0.1.6.9-1 Severity: serious Justification: Policy 3.5 Tags: patch
amavis-ng-milter-helper ships a dynamically linked binary
(/usr/sbin/amavis-milter) which needs libc6.so and libpthread.so to
run, but the package is missing a proper dependency on libc6.
This happens because of a typo in debian/control:
${shlib:Depends} instead of
${shlibs:Depends}.
The attached patch fixes this.
Cheers,
Christian Aichinger
--- amavis-ng-0.1.6.9.orig/debian/control
+++ amavis-ng-0.1.6.9/debian/control
@@ -39,7 +39,7 @@
Package: amavis-ng-milter-helper
Architecture: any
-Depends: amavis-ng, ${shlib:Depends}
+Depends: amavis-ng, ${shlibs:Depends}
Description: AMaViS "Next Generation" helper program for Milter
Small helper program for interfacing AMaViS-ng with Sendmail's Milter
interface
signature.asc
Description: Digital signature

