summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing version 7.4.9Joey Hess2009-11-30
|
* dh_installinit: Fix installation of defaults file when an upstart job is ↵Joey Hess2009-11-30
| | | | installed. Closes: #558782
* Typo. Closes: #558654Joey Hess2009-11-29
|
* releasing version 7.4.8Joey Hess2009-11-23
|
* update for no-paralle-by-default changeJoey Hess2009-11-23
|
* Parallel building support is no longer enabled by default. It can still be ↵Joey Hess2009-11-23
| | | | enabled by using the --max-parallel option. This was necessary because some buildds build with -j2 by default.
* dh_makeshlibs: Make -X also exclude libraries from the symbols file. Closes: ↵Joey Hess2009-11-23
| | | | #557603 (Peter Samuelson)
* dh: Document --no-act. Closes: #557505Joey Hess2009-11-22
|
* releasing version 7.4.7Joey Hess2009-11-21
|
* make: Avoid infinite loop that occurrs when testing existence of a target in ↵Joey Hess2009-11-21
| | | | | | | a certian horribly broken makefile by making the test stop after it sees one line of output from make. (This may be better replaced with dh's makefile parser in the future.)
* releasing version 7.4.6Joey Hess2009-11-21
|
* Fix deep recursive in cmake::test().Modestas Vainius2009-11-21
|
* Remove last vestiages of support for /usr/X11R6.Joey Hess2009-11-20
|
* use foreach instead of for when looping thru arrayJoey Hess2009-11-19
|
* cmake build+ steps need Makefile.Modestas Vainius2009-11-19
| | | | | | The condition is not what dh_auto_* 7.0.x would have done. The patch makes auto-selection to pass through cmake.pm if Makefile was not created. This problem is not very dangerous though.
* changelogJoey Hess2009-11-19
|
* Make buildsystems_list() use updated auto-selection code.Modestas Vainius2009-11-19
| | | | | | In order to avoid code duplication, auto-selection code has been refactored into separate subroutine autoselect_buildsystem(). Both load_buildsystem() and buildsystem_list() use it.
* Add tests for #557006 bug.Modestas Vainius2009-11-19
| | | | | | | | When sourcedir/builddir is empty, check if: 1) auto-selection does not select any build system; 2) check_auto_buildable() returns numeric 0 for all auto-selectable build systems.
* releasing version 7.4.5Joey Hess2009-11-19
|
* Fix build system auto-selection breakage.Cyril Brulebois2009-11-19
| | | | | | | | Probably due to an overlook in 758ce0bb1f, the '-e' test on build.xml disappeared, leading check_auto_buildable() to always return '1' for the ant build system. Signed-off-by: Cyril Brulebois <kibi@debian.org>
* releasing version 7.4.4Joey Hess2009-11-18
|
* comment mungingJoey Hess2009-11-18
|
* changelogJoey Hess2009-11-18
|
* Improve build system auto-selection processModestas Vainius2009-11-18
| | | | | | | | | | | | | | | This patch alters semantics of check_auto_buildable() a bit. Now it can also indicate if the source has already been partitially built with the build system and if so, such build system may be auto-selected over a less specific its parent (in the inheritance tree) even if the latter is earlier in the @BUILDSYSTEMS array. However, this still leaves a requirement that a derivative build system must not do anything that may break packages of the parent build system. Otherwise, introduction of a new derivative build system might break packages which already had that build system implemented via overrides... Signed-off-by: Modestas Vainius <modestas@vainius.eu>
* cute tail display of config.log, to include a headerJoey Hess2009-11-16
|
* creditJoey Hess2009-11-16
|
* clarifyJoey Hess2009-11-16
|
* autoconf: If configure fails, cat config.log. Intended to make it easier to ↵Joey Hess2009-11-16
| | | | debug configure script failures on autobuilders. Closes: #556384
* make error() throw a catchable error with dieJoey Hess2009-11-16
| | | | | exit cannot be caught with eval.. I used exit before because I thought it was cute for erorr() to call warning(). Silly.
* Enable verbose ctest output on test failureModestas Vainius2009-11-16
| | | | | | | | | | | | When test fails, enable verbose ctest output. This allows to get more details on a test failure from the build logs. Auto-select cmake in further steps only if cmake was run in configure step. CMake writes CMakeCache.txt to build directory when it is run. Depend on the presence of this file for auto-selection in build, test, install and clean steps. Signed-off-by: Modestas Vainius <modestas@vainius.eu>
* cmake: Set CTEST_OUTPUT_ON_FAILURE when running test suite. Closes: #555807Joey Hess2009-11-12
|
* Enable verbose ctest output on test failureModestas Vainius2009-11-12
| | | | | | | When test fails, enable verbose ctest output. This allows to get more details on a test failure from the build logs. Signed-off-by: Modestas Vainius <modestas@vainius.eu>
* Typo. Closes: #555659Joey Hess2009-11-12
|
* dh_installdocs: Warn if a doc-base file cannot be parsed to find a document ↵Joey Hess2009-11-12
| | | | id. Closes: #555677
* clarifyJoey Hess2009-11-12
|
* Adjust code to add deprecation warning for compatability level 4. (Man page ↵Joey Hess2009-11-12
| | | | already said it was deprecated.) Closes: #555899
* Drop deprecated programs from the list of commands in debhelper(7). Closes: ↵Joey Hess2009-11-04
| | | | #548382
* updateJoey Hess2009-11-04
|
* Add deprecation warnings for -u to the documentation, since putting options ↵Joey Hess2009-11-04
| | | | after -- is much more sane. (However, -u will not go away any time soon.) Closes: #554509
* clarify changelogJoey Hess2009-11-04
|
* --max-parallel requires a numberJoey Hess2009-11-04
|
* support unlimited parallel jobsJoey Hess2009-10-29
| | | | | | | | dpkg-buildpackage -j sets DEB_BUILD_OPTIONS=parallel=-1. Policy does not cover this but the intent is to allow unlimited parallel jobs. Also, there is no longer any way for parallel to be set to undef, so remove code to handle that.
* update test suite for implicit parallelisation and flag renameJoey Hess2009-10-29
|
* logic errorJoey Hess2009-10-29
|
* implement the other option: parallel enabled implicitly by DEB_BUILD_OPTIONSJoey Hess2009-10-29
| | | | | I renamed --parallel to --max-parallel to clarify that it doesn't enable parallelism, but only controls how much of it is allowed.
* remove implicit --parallel setting by dhJoey Hess2009-10-28
|
* logic simplificationJoey Hess2009-10-28
|
* preliminary changelogJoey Hess2009-10-28
|
* clarify wordingJoey Hess2009-10-28
|
* refactor --parallel processingJoey Hess2009-10-28
| | | | Use a function to set the value rather than post-processing.