]> err.no Git - dpkg/commit
Bug fix in Dpkg::Path::get_pkg_root_dir() and related changes in dpkg-shlibdeps
authorRaphael Hertzog <hertzog@debian.org>
Mon, 19 Nov 2007 21:10:55 +0000 (22:10 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Mon, 19 Nov 2007 21:10:55 +0000 (22:10 +0100)
commit7e9e9a72c90b7bf159a217d2009889f7f3984f98
tree777fabbfbc03141fe3f9727e27b9dd6f0d08cca2
parent6bb4dcd9fbe0180709ed31ebb003ce7fce1aa07d
Bug fix in Dpkg::Path::get_pkg_root_dir() and related changes in dpkg-shlibdeps

* scripts/Dpkg/Path.pm: Fix behaviour of get_pkg_root_dir() when there's
no DEBIAN subdirectory in none of the parent directories.

* scripts/dpkg-shlibdeps.pl: Handle undef values returned by
get_pkg_root_dir() and complain when it's likely to create a problem (when
a RPATH contains $ORIGIN and when the value of this variable can't be
determined because we don't know what is the root directory of the
temporary tree).
ChangeLog
debian/changelog
scripts/Dpkg/Path.pm
scripts/dpkg-shlibdeps.pl