summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | updatesJoey Hess2009-06-28
| * | | | | | | | typoJoey Hess2009-06-28
| * | | | | | | | clean up --sourcedir/--sourcedirectory conflictJoey Hess2009-06-28
| * | | | | | | | Merge branch 'master' into buildsystemsJoey Hess2009-06-28
| |\ \ \ \ \ \ \ \
| * | | | | | | | | add exampleJoey Hess2009-06-28
| * | | | | | | | | Merge branch 'master' into buildsystemsJoey Hess2009-06-28
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into buildsystemsJoey Hess2009-06-28
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | close another bugJoey Hess2009-06-28
| * | | | | | | | | | | Revert "Add --help-buildsystem option to dh_auto."Joey Hess2009-06-28
| * | | | | | | | | | | minimal build system option documentationJoey Hess2009-06-28
| * | | | | | | | | | | Revert "Update dh_auto documentation."Joey Hess2009-06-28
| * | | | | | | | | | | Revert "Generate and install dh_auto docs when building debhelper."Joey Hess2009-06-28
| * | | | | | | | | | | typoJoey Hess2009-06-28
| * | | | | | | | | | | Merge commit 'remotes/modestas/buildsystems' into buildsystemsJoey Hess2009-06-26
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Terminology change.Modestas Vainius2009-06-21
| | * | | | | | | | | | | Fix leftover from the old code.Modestas Vainius2009-06-21
| * | | | | | | | | | | | Merge branch 'master' into buildsystemsJoey Hess2009-06-26
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Generate and install dh_auto docs when building debhelper.Modestas Vainius2009-06-18
| * | | | | | | | | | | | Update dh_auto documentation.Modestas Vainius2009-06-18
| * | | | | | | | | | | | Do not explicitly repass env. variables {C,CXX,LD}FLAGS to cmake.Modestas Vainius2009-06-18
| * | | | | | | | | | | | Rewording in the comment.Modestas Vainius2009-06-18
| * | | | | | | | | | | | Less code in the build system classes to call enforce_out_of_source_building().Modestas Vainius2009-06-18
| * | | | | | | | | | | | Some cosmetic changes in the comments and strings.Modestas Vainius2009-06-17
| * | | | | | | | | | | | Add --help-buildsystem option to dh_auto.Modestas Vainius2009-06-17
| * | | | | | | | | | | | Fix typo in the --list option specification.Modestas Vainius2009-06-17
| * | | | | | | | | | | | First letter case fixes (should be lowercase) in error/warning messages.Modestas Vainius2009-06-15
| * | | | | | | | | | | | Fix build directory handling in python_distutils build system.Modestas Vainius2009-06-15
| * | | | | | | | | | | | Add "only if empty" flag to rmdir_builddir().Modestas Vainius2009-06-15
| * | | | | | | | | | | | Fix typo: missing $this.Modestas Vainius2009-06-15
| * | | | | | | | | | | | New short switches for buildsystem stuff, drop envvarsModestas Vainius2009-06-13
| * | | | | | | | | | | | Revert "Improvements in DH_OPTIONS handling and DH_AUTO_OPTIONS envvar support."Modestas Vainius2009-06-13
| * | | | | | | | | | | | Use another root directory in _rel2rel.Modestas Vainius2009-06-13
| * | | | | | | | | | | | Enforce out of source building in soft mode for cmake.Modestas Vainius2009-06-13
| * | | | | | | | | | | | Drop special handling for build directory ./path.Modestas Vainius2009-06-13
| * | | | | | | | | | | | Merge branch 'master' into buildsystemsJoey Hess2009-06-12
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into buildsystemsJoey Hess2009-06-12
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | shouldn't need undef hereJoey Hess2009-06-12
| * | | | | | | | | | | | | | Merge branch 'master' into buildsystemsJoey Hess2009-06-11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Ship Debian/Debhelper/Buildsystem/* in the package.Modestas Vainius2009-06-11
| * | | | | | | | | | | | | | | Integrate buildsystem testsuite into the debhelper build system.Modestas Vainius2009-06-11
| * | | | | | | | | | | | | | | Ensure make doesn't print directories when checking for target existance.Modestas Vainius2009-06-11
| * | | | | | | | | | | | | | | Add a test suite for build systems.Modestas Vainius2009-06-11
| * | | | | | | | | | | | | | | Reorder load_buildsystem arguments and pass @_ through it.Modestas Vainius2009-06-11
| * | | | | | | | | | | | | | | Make perl_makemaker work properly when in source building is enforced.Modestas Vainius2009-06-11
| * | | | | | | | | | | | | | | Get rid of is_buildable and build_step flags. Broken by design.Modestas Vainius2009-06-11
| * | | | | | | | | | | | | | | Refactor build directory setting into separate method and solve a few bugs.Modestas Vainius2009-06-11
| * | | | | | | | | | | | | | | Remove empty build directory parent dirs (up to source directory) too.Modestas Vainius2009-06-11
| * | | | | | | | | | | | | | | Rename {pre,post}_step to {pre,post}_building_step.Modestas Vainius2009-06-11
| * | | | | | | | | | | | | | | Include Debian/Debhelper subdirs in syntax check.Modestas Vainius2009-06-11
| * | | | | | | | | | | | | | | autoconf uses a couple of Dh_Lib functions.Modestas Vainius2009-06-11