]> git.donarmstrong.com Git - debhelper.git/commit
Make perl_makemaker work properly when in source building is enforced.
authorModestas Vainius <modestas@vainius.eu>
Thu, 11 Jun 2009 08:47:20 +0000 (11:47 +0300)
committerModestas Vainius <modestas@vainius.eu>
Thu, 11 Jun 2009 08:54:52 +0000 (11:54 +0300)
commitf382ce5a2ef97c6e45ec4bd221117493d4f87c90
treef6b0fb7b37855ae3cb8fe38fe12df4cd1a4bcb61
parent82f043bf5f2d1257aefa639cb058e8e3f3ef00f6
Make perl_makemaker work properly when in source building is enforced.

This is backwards compatible (with << 7.3) until build, test and clean steps
are not reimplemented in the backwards compatibility breaking way. However,
this is absolutely necessary for enforce_in_source_building() to work in corner
cases (when build directory is set) in build, test and clean steps as the next
class (makefile) does not enforce it. makefile will fail as it will look for
Makefile in the build directory rather than the source directory.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
Debian/Debhelper/Buildsystem/perl_makemaker.pm