summaryrefslogtreecommitdiff
path: root/dh_auto_configure
Commit message (Collapse)AuthorAge
* 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.