]> err.no Git - dpkg/commit
Fix parsing of shlibs files with respect to packagetype
authorRaphael Hertzog <hertzog@debian.org>
Mon, 24 Sep 2007 07:24:14 +0000 (09:24 +0200)
committerRaphael Hertzog <hertzog@debian.org>
Mon, 24 Sep 2007 07:24:14 +0000 (09:24 +0200)
commit9f4c19234c7608b052e3d1dd5b0441b0727666b2
treefd8296d1f60b2a1a5d5e8bf369cb372f5b6c451a
parent8584f930e4085af71cb0b2bfddfde912c35176ac
Fix parsing of shlibs files with respect to packagetype

An shlibs line without packagetype should be used as fallback in case we
don't find any dependency for that packagetype (udeb). So end the parsing
in extract_shlibs only if the packagetype is given and if it matches with
the current one. If the packagetype is not given, remember the dependency
but continue parsing the file to check if we don't have a more specific
dependency.
scripts/dpkg-shlibdeps.pl