summaryrefslogtreecommitdiff
path: root/dh_auto_configure
Commit message (Collapse)AuthorAge
* typosJoey Hess2008-07-31
|
* Typo. Closes: #493062Joey 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_configure: Set PERL_MM_USE_DEFAULT when configuring MakeMaker ↵Joey Hess2008-04-24
| | | | packages to avoid interactive prompts.
* 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.)
* dh_auto_configure: New program, automates running ./configure, Makefile.PL, ↵Joey Hess2008-04-23
and python distutils. Calls them with exactly the same options as cdbs does by default, and allows adding/overriding options.