summaryrefslogtreecommitdiff
path: root/dh_auto_build
Commit message (Collapse)AuthorAge
* Set MODULEBUILDRC environment variableAnsgar Burchardt2009-03-09
| | | | | | | | | | | | | | | 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>
* typosJoey Hess2008-07-31
|
* type fixJoey Hess2008-05-19
|
* dh_auto_*: Also support packages using Module::Build.Joey Hess2008-04-24
| | | | | * dh_auto_*: Also support packages using Module::Build. * dh_auto_*: Fix some calls to setup.py.
* dh_auto_test: New program, automates running make test or make check if the ↵Joey Hess2008-04-23
| | | | Makefile has such a target.
* dh_auto_build: New program, automates building the package by either running ↵Joey Hess2008-04-23
make or using setup.py. (Support for cmake and other build systems planned but not yet implemented.)