Package: bsdtar
Version: 1.2.53-2
Severity: normal
/usr/bin/bsdtar doesn't seem to depend on libarchive.so, at least on i386:
$ ldd /usr/bin/bsdtar
linux-gate.so.1 => (0xffffe000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7fce000)
libbz2.so.1.0 => /lib/libbz2.so.1.0 (0xb7fbe000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e8c000)
/lib/ld-linux.so.2 (0xb7feb000)
So maybe the debian/control file should be changed from
Package: bsdtar
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libarchive1 (>= ${Source-Version})
to just
Package: bsdtar
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
as ${shlibs:Depends} should be enough, even if bsdtar was linked
against libarchive.so. debian/shlibs.local should probably be filled
in correctly, though.
Martin
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]