Age | Commit message (Expand) | Author | Files | Lines |
2011-07-16 | avoid undef when dh is run w/o a sequence | Joey Hess | 1 | -1/+1 |
2011-07-16 | dh: In v9, do not enable any python support commands. | Joey Hess | 1 | -6/+9 |
2011-07-04 | Typo fixes. Closes: #632662 | Joey Hess | 1 | -2/+2 |
2011-06-20 | Revert "Always respect DEB_${flag}_{APPEND,SET} envvars." | Joey Hess | 1 | -12/+0 |
2011-06-19 | Always respect DEB_${flag}_{APPEND,SET} envvars. | Modestas Vainius | 1 | -0/+12 |
2011-06-14 | Merge branch 'master' into smarter-targets | Joey Hess | 1 | -1/+4 |
2011-06-14 | dpkg-buildflags support | Joey Hess | 1 | -1/+4 |
2011-06-14 | dh: rules function joins array argument | Roger Leigh | 1 | -1/+1 |
2011-06-14 | remove internal rules:target stuff | Joey Hess | 1 | -11/+13 |
2011-06-14 | avoid infinite recursion | Joey Hess | 1 | -3/+6 |
2011-06-13 | honor empty targets | Joey Hess | 1 | -1/+1 |
2011-06-13 | make standard targets support a v9 feature | Joey Hess | 1 | -31/+45 |
2011-06-13 | inline sequences to optimize away recursive calls to make/dh for implicit tar... | Joey Hess | 1 | -8/+40 |
2011-06-13 | improve sequence logic | Joey Hess | 1 | -52/+51 |
2011-06-13 | doc updates for recent changes | Joey Hess | 1 | -21/+7 |
2011-06-13 | move dh_auto_configure out of @bd_minimal | Joey Hess | 1 | -5/+7 |
2011-06-13 | remove calls to build-arch, install-arch, etc | Joey Hess | 1 | -12/+7 |
2011-06-13 | minor cleanups, no substantial code changes | Joey Hess | 1 | -15/+9 |
2011-06-13 | dh: Use minimal sequences if delegating work | Roger Leigh | 1 | -0/+24 |
2011-06-13 | dh: Add sequence dependency support | Roger Leigh | 1 | -11/+60 |
2011-05-21 | Fix example. Closes: #627534 | Joey Hess | 1 | -4/+7 |
2011-04-25 | update for dh_ucf | Joey Hess | 1 | -0/+1 |
2011-04-01 | dh_installgsettings: New command to handle gsettings schema files. Closes: #6... | Joey Hess | 1 | -0/+1 |
2011-02-14 | Fix logging at end of an override target that never actually runs the overrid... | Joey Hess | 1 | -1/+1 |
2011-02-10 | Improve handling of logging in override targets | Joey Hess | 1 | -6/+7 |
2010-12-07 | Revert "dh: Add sequence dependencies and satisfy dependencies prior to runni... | Joey Hess | 1 | -54/+10 |
2010-12-05 | dh: Add sequence dependencies and satisfy dependencies prior to running sequence | Roger Leigh | 1 | -10/+54 |
2010-12-05 | dh: Use "architecture independent" rather than "binary independent" for consi... | Roger Leigh | 1 | -1/+1 |
2010-11-22 | dh: Add support for build-arch, build-indep, install-arch and install-indep s... | Roger Leigh | 1 | -16/+28 |
2010-11-22 | dh: Use $(filter) rather than $(findstring) | Roger Leigh | 1 | -1/+1 |
2010-11-02 | dh: Inhibit logging for commands run inside override targets | Joey Hess | 1 | -3/+6 |
2010-11-02 | Apply manual pages conventions | David Prévot | 1 | -32/+32 |
2010-06-06 | add autotools_dev example | Joey Hess | 1 | -0/+9 |
2010-05-27 | In v8 mode, dh expects the sequence to run is always its first parameter. | Joey Hess | 1 | -8/+21 |
2010-05-23 | In v8 mode, do not allow directly passing unknown options to debhelper comman... | Joey Hess | 1 | -2/+2 |
2010-04-08 | add semicolon after build targets to avoid implicit target running | Joey Hess | 1 | -1/+1 |
2010-04-06 | dh: Improve documentation. | Joey Hess | 1 | -16/+55 |
2010-03-31 | dh: Allow --list-addons to be used when not in a source package. Closes: #574351 | Joey Hess | 1 | -3/+3 |
2010-03-04 | add parallel option | Joey Hess | 1 | -0/+7 |
2010-02-16 | dh: Disable option bundling to avoid mis-parsing bundled options such as "-Bp... | Joey Hess | 1 | -0/+2 |
2010-01-27 | add --builddirectory example | Joey Hess | 1 | -0/+7 |
2010-01-10 | Fix typo: s/notmally/normally | Joachim Breitner | 1 | -1/+1 |
2010-01-04 | solve the dh -Bbuild problem | Joey Hess | 1 | -5/+15 |
2010-01-04 | Fix warning about unknown options passed to commands in override targets. | Joey Hess | 1 | -19/+19 |
2009-12-30 | simplify | Joey Hess | 1 | -1/+1 |
2009-12-30 | whitespace | Joey Hess | 1 | -3/+4 |
2009-12-30 | Do not call make for noop overrides. | Modestas Vainius | 1 | -24/+55 |
2009-12-14 | dh(1): Add an example of using an override target to avoid dh running several... | Joey Hess | 1 | -10/+25 |
2009-12-14 | dh(1): Minor rewording of documentation of override commands. Closes: #560421 | Joey Hess | 1 | -5/+4 |
2009-11-22 | dh: Document --no-act. Closes: #557505 | Joey Hess | 1 | -0/+4 |