]> err.no Git - dpkg/commit
Add non-regression tests for the identification of public libraries and executables
authorRaphael Hertzog <hertzog@debian.org>
Wed, 21 Nov 2007 10:53:19 +0000 (11:53 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Wed, 21 Nov 2007 10:53:19 +0000 (11:53 +0100)
commita0d12b9569a8542b2904484089c048471d49d78c
treeccbf87a6e873b5b0d325aa3a768c4f0222da3a8f
parent6e8f108687e20e1d37df77ffb639ccf280fe2a42
Add non-regression tests for the identification of public libraries and executables

Make sure that Dpkg::Shlibs::Objdump::Object::is_public_library() and is_executable()
work as expected for a private library (Pg.so of the libdb-pg-perl package), a public
library (libc6) and an executable (ls). Also fix some typo in those functions (urgh).
scripts/Dpkg/Shlibs/Objdump.pm
scripts/t/200_Dpkg_Shlibs.t
scripts/t/200_Dpkg_Shlibs/objdump.dbd-pg [new file with mode: 0644]
scripts/t/200_Dpkg_Shlibs/objdump.ls [new file with mode: 0644]