]> git.donarmstrong.com Git - debhelper.git/commit
Set MODULEBUILDRC environment variable
authorAnsgar Burchardt <ansgar@43-1.org>
Mon, 9 Mar 2009 15:37:32 +0000 (16:37 +0100)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 9 Mar 2009 17:23:12 +0000 (13:23 -0400)
commite7dad1ee9b1cbee709ca9427b642573d78afc99d
tree0bfa07c186a0488484fed89f644c9c7f6326dd83
parent15ca2f911b6483d40fce804a78ff4546b471f051
Set MODULEBUILDRC environment variable

When building packages using Module::Build and a ~/.modulebuildrc
containing

  install install_base=~

the build will end up installing files in /root.

This patch makes debhelper export MODULEBUILDRC="/dev/null" whenever
Module::Build is used to avoid using ~/.modulebuildrc.

Closes: #517423
Signed-off-by: Ansgar Burchardt <ansgar@43-1.org>
dh_auto_build
dh_auto_clean
dh_auto_configure
dh_auto_install
dh_auto_test