]> err.no Git - dpkg/commit
Apply patch by Raphael Hertzog that:
authorFrank Lichtenheld <djpig@debian.org>
Sun, 1 Jul 2007 15:14:43 +0000 (15:14 +0000)
committerFrank Lichtenheld <djpig@debian.org>
Sun, 1 Jul 2007 15:14:43 +0000 (15:14 +0000)
commitca21cc6e5709c7cac4637dc9250495fce3e37ff2
tree21115c53a74e186ff28759bbbccf5180f7f42c7f
parent77f886c983992c1277500e31d523df8197df410b
Apply patch by Raphael Hertzog that:

1) Add a new script dpkg-gensymbol that can produce lists of
   symbols from shared libraries
2) Modifies dpkg-shlibdeps so that it can use these lists to
   compute better (i.e. less strict) shlib dependencies.
3) Refactors a lot of code on the way and moves some out to
   modules (that are not usable for third-party use yet, though
   and will be installed in dpkg's private library directory
configure.ac
debian/dpkg-dev.install
scripts/Makefile.am
scripts/dpkg-gensymbols.pl [new file with mode: 0644]
scripts/dpkg-shlibdeps.pl
scripts/modules/Makefile.am [new file with mode: 0644]
scripts/modules/Objdump.pm [new file with mode: 0644]
scripts/modules/Shlibs.pm [new file with mode: 0644]
scripts/modules/SymbolFile.pm [new file with mode: 0644]
scripts/modules/Version.pm [new file with mode: 0644]