summaryrefslogtreecommitdiff
path: root/dh
AgeCommit message (Expand)AuthorFilesLines
2015-09-06Default to --parallel in compat 10Niels Thykier1-7/+21
2015-08-22dh: Fix bug with calling optional commandsNiels Thykier1-2/+2
2015-08-20dh: Allow dh_strip_nondeterminism to be absentNiels Thykier1-3/+17
2015-08-20Run dh_strip_nondeterminism before dh_compressAndrew Ayer1-0/+1
2015-07-01dh: Optimise out --parallel when it is unnecessaryNiels Thykier1-0/+8
2015-07-01Migrate to use warnings and use parentNiels Thykier1-1/+2
2015-04-05dh_installwm: call after dh_link in dh call sequence, error out in compat 10 ...Bernhard R. Link1-1/+1
2015-01-07add DH_QUIET environment variableBernhard R. Link1-1/+3
2015-01-01Add editor hints to the end of all perl modules and scriptsNiels Thykier1-0/+6
2014-02-04dh: Reject unknown parameters that are not dashed command-line parameters int...Joey Hess1-0/+3
2013-08-29dh: Call dh_installxfonts after dh_link, so that it will notice fonts install...Joey Hess1-1/+1
2013-05-09dh: As a workaround for anything not in debhelper that may rely on debhelper ...Joey Hess1-1/+14
2013-05-05bugfixJoey Hess1-1/+1
2013-05-05whitelist a few user-specified optionsJoey Hess1-1/+2
2013-05-05DH_OPTIONS also disables skippingJoey Hess1-1/+2
2013-05-057.0.50 is even in oldstable, no need for a depJoey Hess1-2/+0
2013-05-05dh: Skips running commands that it can tell do nothing.Joey Hess1-0/+53
2012-06-07dh: When there's an -indep override target without -arch, or vice versa, avoi...Joey Hess1-0/+10
2012-05-19debhelper: Fix minor source comment typos.Simon Ruderich1-2/+2
2012-01-15--without foo,bar now supportedJoey Hess1-2/+5
2012-01-15spelingJoey Hess1-1/+1
2011-11-16dh: Ensure -a and -i are passed when running override_dh_command-arch and ove...Joey Hess1-0/+7
2011-10-14dh: Add dh_auto_configure parameter example. Closes: #645335Joey Hess1-5/+5
2011-09-12dh: Avoid compat deprecation warning before option parsing. Closes: #641361Joey Hess1-1/+1
2011-09-11dh: Avoid running install sequence a third time in v9 when the rules file has...Joey Hess1-1/+1
2011-09-11reorderJoey Hess1-8/+8
2011-09-11-arch and -indep overridesJoey Hess1-50/+83
2011-09-11simplifyJoey Hess1-19/+10
2011-09-10refactorJoey Hess1-75/+69
2011-09-08remove quilt exampleJoey Hess1-7/+0
2011-09-08reorg man page to list deprecated options in a final sectionJoey Hess1-53/+56
2011-08-29adh: Don't bother running dh_shlibdebs, dh_makeshelibs, or dh_strip for the b...Joey Hess1-0/+3
2011-08-06dpkg-buildflags is only used to set environment in v9Joey Hess1-3/+0
2011-08-05dh: The --before --after --until and --remaining options are deprecated. Use ...Joey Hess1-0/+13
2011-07-19doc tweak re target dependenciesJoey Hess1-1/+1
2011-07-19dh: Remove obsolete optimisation hack that caused sequence breakage in v9 wit...Joey Hess1-21/+2
2011-07-18Support make 3.82. Closes: #634385Joey Hess1-1/+1
2011-07-16avoid undef when dh is run w/o a sequenceJoey Hess1-1/+1
2011-07-16dh: In v9, do not enable any python support commands.Joey Hess1-6/+9
2011-07-04Typo fixes. Closes: #632662Joey Hess1-2/+2
2011-06-20Revert "Always respect DEB_${flag}_{APPEND,SET} envvars."Joey Hess1-12/+0
2011-06-19Always respect DEB_${flag}_{APPEND,SET} envvars.Modestas Vainius1-0/+12
2011-06-14Merge branch 'master' into smarter-targetsJoey Hess1-1/+4
2011-06-14dpkg-buildflags supportJoey Hess1-1/+4
2011-06-14dh: rules function joins array argumentRoger Leigh1-1/+1
2011-06-14remove internal rules:target stuffJoey Hess1-11/+13
2011-06-14avoid infinite recursionJoey Hess1-3/+6
2011-06-13honor empty targetsJoey Hess1-1/+1
2011-06-13make standard targets support a v9 featureJoey Hess1-31/+45
2011-06-13inline sequences to optimize away recursive calls to make/dh for implicit tar...Joey Hess1-8/+40