]> git.donarmstrong.com Git - debhelper.git/commit
remove MODULEBUILDRC override
authorJoey Hess <joey@kitenet.net>
Tue, 25 Jan 2011 21:13:21 +0000 (17:13 -0400)
committerJoey Hess <joey@kitenet.net>
Tue, 25 Jan 2011 21:13:21 +0000 (17:13 -0400)
commitdb7f72ff48072d3aafc1f6ffda9e3d8e477553d0
tree9a296a73c414688e4662dd4470fb12823451c7c9
parentb6589ab069e32486da268791110fb3edd010d6ed
remove MODULEBUILDRC override

This doesn't work reliably, see #607313.

Probably that is caused by the perl_build buildsystem not being detected
for a package that has a Makefile.PL, and so MODULEBUILDRC is not
overridden. So, I could add it there too, but then it's also possible for
it to be run from a Makefile.. so I could add it to dh_auto_*. But
then there are packages that don't use those. So I conclude that dealing
with this in debhelper is out of its scope, and this needs to be fixed
at a higher level, probably dpkg-dev.
Debian/Debhelper/Buildsystem/perl_build.pm