Package: altermime Version: 0.3.7-1 Severity: serious Justification: Policy 3.5 Tags: patch
altermime ships a dynamically linked binary (/usr/bin/altermime)
which needs libc6 to run, but the package is missing a proper
dependency on libc6.
This happens because ${shlibs:Depends} is missing from
debian/control.
The attached patch fixes this.
Cheers,
Christian Aichinger
diff -u altermime-0.3.7/debian/control altermime-0.3.7/debian/control
--- altermime-0.3.7/debian/control
+++ altermime-0.3.7/debian/control
@@ -7,7 +7,7 @@
Package: altermime
Architecture: any
-Depends: exim4 | mail-transport-agent
+Depends: exim4 | mail-transport-agent, ${shlibs:Depends}
Description: utility used to alter mime-encoded mailpacks
alterMIME is a small program which is used to alter your mime-encoded
mailpacks as typically received by Inflex, Xamime and AMaViS.
signature.asc
Description: Digital signature

