Age | Commit message (Expand) | Author | Files | Lines |
2015-09-06 | Default to --parallel in compat 10 | Niels Thykier | 1 | -7/+21 |
2015-08-22 | dh: Fix bug with calling optional commands | Niels Thykier | 1 | -2/+2 |
2015-08-20 | dh: Allow dh_strip_nondeterminism to be absent | Niels Thykier | 1 | -3/+17 |
2015-08-20 | Run dh_strip_nondeterminism before dh_compress | Andrew Ayer | 1 | -0/+1 |
2015-07-01 | dh: Optimise out --parallel when it is unnecessary | Niels Thykier | 1 | -0/+8 |
2015-07-01 | Migrate to use warnings and use parent | Niels Thykier | 1 | -1/+2 |
2015-04-05 | dh_installwm: call after dh_link in dh call sequence, error out in compat 10 ... | Bernhard R. Link | 1 | -1/+1 |
2015-01-07 | add DH_QUIET environment variable | Bernhard R. Link | 1 | -1/+3 |
2015-01-01 | Add editor hints to the end of all perl modules and scripts | Niels Thykier | 1 | -0/+6 |
2014-02-04 | dh: Reject unknown parameters that are not dashed command-line parameters int... | Joey Hess | 1 | -0/+3 |
2013-08-29 | dh: Call dh_installxfonts after dh_link, so that it will notice fonts install... | Joey Hess | 1 | -1/+1 |
2013-05-09 | dh: As a workaround for anything not in debhelper that may rely on debhelper ... | Joey Hess | 1 | -1/+14 |
2013-05-05 | bugfix | Joey Hess | 1 | -1/+1 |
2013-05-05 | whitelist a few user-specified options | Joey Hess | 1 | -1/+2 |
2013-05-05 | DH_OPTIONS also disables skipping | Joey Hess | 1 | -1/+2 |
2013-05-05 | 7.0.50 is even in oldstable, no need for a dep | Joey Hess | 1 | -2/+0 |
2013-05-05 | dh: Skips running commands that it can tell do nothing. | Joey Hess | 1 | -0/+53 |
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 |