summaryrefslogtreecommitdiff
path: root/dh
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-13improve sequence logicJoey Hess1-52/+51
2011-06-13doc updates for recent changesJoey Hess1-21/+7
2011-06-13move dh_auto_configure out of @bd_minimalJoey Hess1-5/+7
2011-06-13remove calls to build-arch, install-arch, etcJoey Hess1-12/+7
2011-06-13minor cleanups, no substantial code changesJoey Hess1-15/+9
2011-06-13dh: Use minimal sequences if delegating workRoger Leigh1-0/+24
2011-06-13dh: Add sequence dependency supportRoger Leigh1-11/+60
2011-05-21Fix example. Closes: #627534Joey Hess1-4/+7
2011-04-25update for dh_ucfJoey Hess1-0/+1
2011-04-01dh_installgsettings: New command to handle gsettings schema files. Closes: #6...Joey Hess1-0/+1
2011-02-14Fix logging at end of an override target that never actually runs the overrid...Joey Hess1-1/+1
2011-02-10Improve handling of logging in override targetsJoey Hess1-6/+7
2010-12-07Revert "dh: Add sequence dependencies and satisfy dependencies prior to runni...Joey Hess1-54/+10
2010-12-05dh: Add sequence dependencies and satisfy dependencies prior to running sequenceRoger Leigh1-10/+54
2010-12-05dh: Use "architecture independent" rather than "binary independent" for consi...Roger Leigh1-1/+1
2010-11-22dh: Add support for build-arch, build-indep, install-arch and install-indep s...Roger Leigh1-16/+28
2010-11-22dh: Use $(filter) rather than $(findstring)Roger Leigh1-1/+1