]> err.no Git - dpkg/commit
Create Dpkg::Path with some functions needed for dpkg-shlibdeps
authorRaphael Hertzog <hertzog@debian.org>
Wed, 26 Sep 2007 20:59:55 +0000 (22:59 +0200)
committerRaphael Hertzog <hertzog@debian.org>
Wed, 26 Sep 2007 20:59:55 +0000 (22:59 +0200)
commit435c9a0bfeda19e1d6991eefba4735775c444f73
treee5b01ad0413a242c193b20a57177eb89c5a23243
parentfeff6012e0f1fa34f136a6440b233d47cfa56d89
Create Dpkg::Path with some functions needed for dpkg-shlibdeps

The two first function in this module are used to:
- find out the package's root directory (or build tree) using any of its
file as input
- find out the relative filename of a file inside a package's build tree
debian/dpkg-dev.install
scripts/Dpkg/Path.pm [new file with mode: 0644]
scripts/Makefile.am