+Sat Sep 9 21:17:37 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
+
+ * scripts/dpkg-shlibdeps.pl: really make it do what the documentation
+ says it does.
+
Fri Sep 8 12:28:34 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
* configure.in: add de to ALL_LINGUAS
* scripts/dpkg-divert.pl: change $dpkglibdir to $admindir
* scripts/Makefile.in: set $admindir as well in scripts
+Tue Sep 5 20:28:17 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
+
+ * scripts/dpkg-source.1: note that dpkg-shlibdeps uses objdump now
+
Sat Sep 2 18:29:56 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
* archtable, scripts/dpkg-architecture.pl: add entries for SuperH
+ initialize dop->backrev as well when creating new dependency
+ only allow exact version relations when dealing with provides
* TODO: remove versioned provides
- * debian/rules: don't fail of make clean fails (which happens on a
+ * debian/rules: don't fail if make clean fails (which happens on a
cvsclean tree)
Thu Jun 15 10:09:03 EDT 2000 Ben Collins <bcollins@debian.org>
* scripts/dpkg-shlibdeps.pl: update to version from dpkg_test_bz2_syslog_sigs
branch:
+ use objdump instead of ldd
- + correct checks on shlibs.local
+ + correct checks on shlibs.local
Sun Jan 16 22:07:12 CET 2000 Wichert Akkerman <wakkerma@debian.org>
$fn= "./$fn" if $fn =~ m/^\s/;
if (!open(SLF,"< $fn")) {
$! == ENOENT || syserr("unable to open shared libs info file \`$fn'");
-#print STDERR "scanshlibsfile($fn,$ln,$lsn,$lf) ... ENOENT\n";
return 0;
}
-#print STDERR "scanshlibsfile($fn,$ln,$lsn,$lf) ...\n";
+
while (<SLF>) {
s/\s*\n$//; next if m/^\#/;
if (!m/^\s*(\S+)\s+(\S+)/) {
the
.B shlibs
control area file of the package containing the file which
-.B ldd
+.B objdump
reports as satisfying the library dependency, or
.BR /etc/dpkg/shlibs.default .
The first match will be used. See the