summaryrefslogtreecommitdiff
path: root/Debian/Debhelper
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-19Merge commit 'remotes/bzed/python-build' into buildsystemsJoey Hess1-0/+12
2009-07-19Build for all supported Pythons if installed.Bernd Zeimetz1-0/+12
2009-07-18relocate comment inside ifJoey Hess1-5/+5
2009-07-14forgot to add ant.pm7.3.3Joey Hess1-0/+37
2009-07-14fix indentJoey Hess1-7/+7
2009-07-14Add ant buildsystem support. Closes: #537021Joey Hess1-0/+1
2009-07-01improve list formattingJoey Hess1-1/+1
2009-06-30rmdir_builddir(): use shell commands rather than perl equivalent.Modestas Vainius1-9/+9
2009-06-29remove enforce_out_of_source_buildingJoey Hess1-9/+0
2009-06-29layoutJoey Hess1-2/+4
2009-06-30Use ASCII RS for separating options in DH_INTERNAL_OPTIONS.Modestas Vainius1-1/+1
2009-06-30Bug fix: pass extra command line arguments to cmake.Modestas Vainius1-1/+1
2009-06-30Add URLs to python_distutils --build-base bugs.Modestas Vainius1-0/+2
2009-06-30Call SUPER in python_distutils::pre_building_step.Modestas Vainius1-0/+2
2009-06-30More verbose rmdir_builddir() and more its testsModestas Vainius1-1/+3
2009-06-30Support absolute paths for builddir.Modestas Vainius1-29/+46