Package: libspread-perl
Version: 3.17.2-3
Patch: sarge, patch
libspread-perl (and spread) are missing a dependency on libspread1.
This means that libspread.so may not be available and they fail to run.
The attached patch adds the dependencies to the control file.
Cheers!
--
Andrew Ruthven, Wellington, New Zealand
Catalyst IT Limited --> http://www.catalyst.net.nz
At work: [EMAIL PROTECTED]
At home: [EMAIL PROTECTED]
GPG fpr: 34CA 12A3 C6F8 B156 72C2 D0D7 D286 CE0C 0C62 B791
--- debian/control.orig Tue Mar 22 09:52:07 2005
+++ debian/control Tue Mar 22 09:49:27 2005
@@ -29,7 +29,7 @@
Package: libspread-perl
Architecture: any
Section: perl
-Depends: ${perl:Depends}, ${shlibs:Depends}
+Depends: ${perl:Depends}, ${shlibs:Depends}, libspread1 (= ${Source-Version})
Description: Perl bindings for the Spread messaging service
A Perl wrapper for libspread and the Spread messaging service. Spread
provides a high performance messaging service that is resilient to
@@ -37,7 +37,7 @@
Package: spread
Architecture: any
-Depends: ${shlibs:Depends}, adduser (>= 3.34)
+Depends: ${shlibs:Depends}, adduser (>= 3.34), libspread1 (= ${Source-Version})
Description: The Spread messaging daemon
Spread is a toolkit that provides a high performance messaging
service that is resilient to faults across external or internal