Package: drbd0.7-utils
Version: 0.7.14-3
Severity: grave
Justification: policy, plus uninstallability
Tags: patch
Hello,
please do not hardcode library dependencies in your debian/control
file: they are to be generated through the shlibs mechanism.
The attached patch fixes this issue.
Cheers,
--
Adeodato Simó dato at net.com.org.es
Debian Developer adeodato at debian.org
Listening to: Ella baila sola - Victoria
--- drbd-0.7.15/debian/control
+++ drbd-0.7.15/debian/control
@@ -9,7 +9,7 @@
Package: drbd0.7-utils
Architecture: any
Section: admin
-Depends: debconf | debconf-2.0, libc6 (>= 2.3.5)
+Depends: debconf | debconf-2.0, ${shlibs:Depends}
Conflicts: drbd-utils, drbd
Provides: drbd-utils
Replaces: drbd-utils, drbd