summaryrefslogtreecommitdiff
path: root/Debian
AgeCommit message (Expand)AuthorFilesLines
2010-03-01minor optimisationJoey Hess1-1/+1
2010-03-01If neither -a or -i are specified, debhelper commands used to default to acti...Joey Hess1-5/+7
2010-02-19makefile buildsystem: Chomp output during test for full compatability with de...Joey Hess1-0/+1
2010-02-18The fix for #563557 caused some new trouble involving makefile that misbehave...Joey Hess1-1/+1
2010-02-16dh: Disable option bundling to avoid mis-parsing bundled options such as "-Bp...Joey Hess1-5/+4
2010-02-02Fix handling of -O with options specified by commands. Closes: #568081Joey Hess1-1/+3
2010-01-30Fix typo in call to abs2rel in --builddir sanitize code. Closes: #567737Joey Hess1-1/+1
2010-01-28update from KelJoey Hess1-2/+3
2010-01-27add qmake to build systems listJoey Hess1-0/+1
2010-01-27qmake: New buildsystem contributed by Kel Modderman. Closes: #566840Joey Hess1-0/+80
2010-01-06bring back ignore_unknown_optionsJoey Hess1-3/+4
2010-01-06fix bad interaction between -O and ignore_unknown_optionsJoey Hess1-3/+2
2010-01-04don't call getopt recursivelyJoey Hess1-8/+11
2010-01-04solve the dh -Bbuild problemJoey Hess1-15/+27
2010-01-04Fix warning about unknown options passed to commands in override targets.Joey Hess2-11/+10
2010-01-03makefile: Support the (asking for trouble) case of MAKE being set to somethin...Joey Hess1-13/+10
2009-12-04Add --parallel option.Modestas Vainius1-0/+1
2009-12-04In my opinion, this way of putting it is more obvious.Modestas Vainius1-7/+5
2009-12-04Excess whitespace. Git complains about it.Modestas Vainius1-2/+2
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