summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Dh_Buildsystems.pm
AgeCommit message (Expand)AuthorFilesLines
2015-01-01Add editor hints to the end of all perl modules and scriptsNiels Thykier1-0/+6
2011-09-09Tighten parsing of DEB_BUILD_OPTIONS.Joey Hess1-13/+6
2011-07-16Now the QT4 version of qmake can be explicitly selected by passing --buildsys...Joey Hess1-0/+1
2011-06-14dpkg-buildflags supportJoey Hess1-0/+1
2010-05-28In v8 mode, prefer the perl_build buildsystem over perl_makemaker. Closes: #5...Joey Hess1-1/+2
2010-01-27add qmake to build systems listJoey Hess1-0/+1
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-19use foreach instead of for when looping thru arrayJoey Hess1-7/+7
2009-11-19Make buildsystems_list() use updated auto-selection code.Modestas Vainius1-26/+34
2009-11-18Improve build system auto-selection processModestas Vainius1-4/+18
2009-11-04--max-parallel requires a numberJoey Hess1-1/+1
2009-10-29support unlimited parallel jobsJoey Hess1-17/+11
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-28Support parallel building in makefile buildsystemModestas Vainius1-0/+42
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-29misc minor changesJoey Hess1-4/+3
2009-06-28Revert "Add --help-buildsystem option to dh_auto."Joey Hess1-51/+0
2009-06-28typoJoey Hess1-1/+1
2009-06-21Terminology change.Modestas Vainius1-2/+2
2009-06-18Rewording in the comment.Modestas Vainius1-2/+2
2009-06-17Some cosmetic changes in the comments and strings.Modestas Vainius1-9/+9
2009-06-17Add --help-buildsystem option to dh_auto.Modestas Vainius1-0/+51
2009-06-17Fix typo in the --list option specification.Modestas Vainius1-1/+1
2009-06-15First letter case fixes (should be lowercase) in error/warning messages.Modestas Vainius1-1/+1
2009-06-13New short switches for buildsystem stuff, drop envvarsModestas Vainius1-12/+3
2009-06-13Revert "Improvements in DH_OPTIONS handling and DH_AUTO_OPTIONS envvar support."Modestas Vainius1-7/+10
2009-06-12shouldn't need undef hereJoey Hess1-1/+1
2009-06-11Reorder load_buildsystem arguments and pass @_ through it.Modestas Vainius1-4/+8
2009-06-11Get rid of is_buildable and build_step flags. Broken by design.Modestas Vainius1-3/+3
2009-06-11Rename {pre,post}_step to {pre,post}_building_step.Modestas Vainius1-2/+2
2009-06-09Implement source directory switching support (Closes: #530597).Modestas Vainius1-0/+8
2009-06-08--list all buildsystems (including all 3rd party ones) dynamically.Modestas Vainius1-11/+42
2009-06-08Improvements in DH_OPTIONS handling and DH_AUTO_OPTIONS envvar support.Modestas Vainius1-11/+7
2009-06-08Use the term "build step" instead of "build action" everywhere in the source.Modestas Vainius1-17/+17
2009-04-20rename autotools to autoconfJoey Hess1-1/+1
2009-04-20remove verbose_print of buildsystem selection detailsJoey Hess1-2/+0
2009-04-20reformat listJoey Hess1-17/+15
2009-04-20factor out a buildsystems_listJoey Hess1-26/+32
2009-04-15removal of comments I'm satisfied withJoey Hess1-16/+0
2009-04-15debhelper modular buildsystems (try 3).Modestas Vainius1-32/+51
2009-04-14more commentsJoey Hess1-0/+1
2009-04-14update and remove XXX commentsJoey Hess1-21/+4
2009-04-14Modular object-orientied buildsystem implementation (try 2).Modestas Vainius1-124/+92