summaryrefslogtreecommitdiff
path: root/Debian
AgeCommit message (Expand)AuthorFilesLines
2009-11-23Parallel building support is no longer enabled by default. It can still be en...Joey Hess1-1/+1
2009-11-21make: Avoid infinite loop that occurrs when testing existence of a target in ...Joey Hess1-1/+1
2009-11-21Fix deep recursive in cmake::test().Modestas Vainius1-1/+1
2009-11-19use foreach instead of for when looping thru arrayJoey Hess3-9/+9
2009-11-19cmake build+ steps need Makefile.Modestas Vainius1-2/+3
2009-11-19Make buildsystems_list() use updated auto-selection code.Modestas Vainius1-26/+34
2009-11-19Fix build system auto-selection breakage.Cyril Brulebois1-1/+1
2009-11-18comment mungingJoey Hess3-13/+10
2009-11-18Improve build system auto-selection processModestas Vainius9-38/+57
2009-11-16cute tail display of config.log, to include a headerJoey Hess1-1/+1
2009-11-16autoconf: If configure fails, cat config.log. Intended to make it easier to d...Joey Hess1-1/+9
2009-11-16make error() throw a catchable error with dieJoey Hess1-3/+2
2009-11-16Enable verbose ctest output on test failureModestas Vainius1-1/+4
2009-11-12Enable verbose ctest output on test failureModestas Vainius1-0/+7
2009-11-12Adjust code to add deprecation warning for compatability level 4. (Man page a...Joey Hess1-1/+1
2009-11-04--max-parallel requires a numberJoey Hess1-1/+1
2009-10-29support unlimited parallel jobsJoey Hess3-35/+20
2009-10-29logic errorJoey Hess1-1/+1
2009-10-29implement the other option: parallel enabled implicitly by DEB_BUILD_OPTIONSJoey Hess1-6/+8
2009-10-28refactor --parallel processingJoey Hess1-28/+20
2009-10-28reduce amount of MAKEFLAGS cleaningJoey Hess2-14/+11
2009-10-28split get_make_jobserver_status into two functionsJoey Hess2-43/+29
2009-10-28move obscure function to EOFJoey Hess2-42/+42
2009-10-28Support parallel building in makefile buildsystemModestas Vainius4-5/+126
2009-10-19consistently print whole failing command lineJoey Hess1-1/+1
2009-10-01invert python orderingJoey Hess1-5/+8
2009-10-01indentationJoey Hess1-1/+1
2009-10-01Pass --force option to Python distutils install command.Andrew Straw1-0/+1
2009-09-27Allow dpkg-architecture to print errors to stderr. Closes: #548636Joey Hess1-1/+1
2009-09-14Reorder dh_pysupport call in dh sequence to come before dh_installinit, so th...Joey Hess1-1/+1
2009-09-01-a == -sJoey Hess2-12/+6
2009-09-01Optimise -s handling to avoid running dpkg-architecture if the package is arc...Joey Hess1-1/+3
2009-09-01refactorJoey Hess1-4/+3
2009-08-13improve python regexps, per bzedJoey Hess1-2/+2
2009-08-10minor code cleanup and optimisationJoey Hess1-7/+2
2009-08-08move comment closer to relevant codeJoey Hess1-3/+4
2009-08-08python_distutils.pm: Support debhelper backports.Bernd Zeimetz1-3/+15
2009-08-05perl_build: Fix Build check to honor source directory setting.Joey Hess1-1/+1
2009-08-04perl_build: Avoid failing if forced to be used in dh_auto_clean when Build do...Joey Hess1-1/+3
2009-08-01cmake: Avoid forcing rpath off as this can break some test suites. It gets st...Joey Hess1-1/+0
2009-07-22perl_makemaker: Re-add fix for #496157, lost in rewrite.Joey Hess1-1/+11
2009-07-19refactorJoey Hess1-9/+12
2009-07-19Merge commit 'origin/buildsystems' into python-buildBernd Zeimetz1-5/+5
2009-07-19fix get_sourcepath use and misc style fixesJoey Hess1-7/+7
2009-07-19Ensure that we find the right default dbg Python.Bernd Zeimetz1-3/+5
2009-07-19Check the various build-deps for python-dbg.Bernd Zeimetz1-3/+10
2009-07-19Merge commit 'origin/buildsystems' into python-buildBernd Zeimetz1-19/+23
2009-07-19Build Python dbg extensions automatically.Bernd Zeimetz1-2/+33
2009-07-19improve commentJoey Hess1-3/+5
2009-07-19minor improvementJoey Hess1-3/+3