Age | Commit message (Expand) | Author | Files | Lines |
2012-06-07 | dh: When there's an -indep override target without -arch, or vice versa, avoi... | Joey Hess | 1 | -0/+10 |
2012-05-19 | debhelper: Fix minor source comment typos. | Simon Ruderich | 1 | -2/+2 |
2012-01-15 | --without foo,bar now supported | Joey Hess | 1 | -2/+5 |
2012-01-15 | speling | Joey Hess | 1 | -1/+1 |
2011-11-16 | dh: Ensure -a and -i are passed when running override_dh_command-arch and ove... | Joey Hess | 1 | -0/+7 |
2011-10-14 | dh: Add dh_auto_configure parameter example. Closes: #645335 | Joey Hess | 1 | -5/+5 |
2011-09-12 | dh: Avoid compat deprecation warning before option parsing. Closes: #641361 | Joey Hess | 1 | -1/+1 |
2011-09-11 | dh: Avoid running install sequence a third time in v9 when the rules file has... | Joey Hess | 1 | -1/+1 |
2011-09-11 | reorder | Joey Hess | 1 | -8/+8 |
2011-09-11 | -arch and -indep overrides | Joey Hess | 1 | -50/+83 |
2011-09-11 | simplify | Joey Hess | 1 | -19/+10 |
2011-09-10 | refactor | Joey Hess | 1 | -75/+69 |
2011-09-08 | remove quilt example | Joey Hess | 1 | -7/+0 |
2011-09-08 | reorg man page to list deprecated options in a final section | Joey Hess | 1 | -53/+56 |
2011-08-29 | adh: Don't bother running dh_shlibdebs, dh_makeshelibs, or dh_strip for the b... | Joey Hess | 1 | -0/+3 |
2011-08-06 | dpkg-buildflags is only used to set environment in v9 | Joey Hess | 1 | -3/+0 |
2011-08-05 | dh: The --before --after --until and --remaining options are deprecated. Use ... | Joey Hess | 1 | -0/+13 |
2011-07-19 | doc tweak re target dependencies | Joey Hess | 1 | -1/+1 |
2011-07-19 | dh: Remove obsolete optimisation hack that caused sequence breakage in v9 wit... | Joey Hess | 1 | -21/+2 |
2011-07-18 | Support make 3.82. Closes: #634385 | Joey Hess | 1 | -1/+1 |
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 |