summaryrefslogtreecommitdiff
path: root/dh_auto_test
Commit message (Collapse)AuthorAge
* Migrates dh_auto_* commands to Dh_Buildsystems.pmModestas Vainius2009-04-10
| | | | | | | | | This patch switches dh_auto_* commands to use Dh_Buildsystems.pm module. Most of them became very minimal by design. Documentation has not been updated with new features yet. Signed-off-by: Modestas Vainius <modestas@vainius.eu>
* dh_auto_test: Support DEB_BUILD_OPTIONS=nocheck. Closes: #519374Joey Hess2009-03-12
|
* 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_test: Correct Module::Build tests.Joey Hess2008-05-03
|
* Run tests for Module::Build packages.Florian Ragwitz2008-04-30
|
* new method to tell if a makefile contains a targetJoey Hess2008-04-23
|
* dh_auto_clean: New program, automates running make clean (or distclean, or ↵Joey Hess2008-04-23
| | | | realclean), or using setup.py to clean up.
* dh_auto_test: New program, automates running make test or make check if the ↵Joey Hess2008-04-23
Makefile has such a target.