summaryrefslogtreecommitdiff
path: root/dh
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-02dh: Inhibit logging for commands run inside override targetsJoey Hess1-3/+6
2010-11-02Apply manual pages conventionsDavid Prévot1-32/+32
2010-06-06add autotools_dev exampleJoey Hess1-0/+9
2010-05-27In v8 mode, dh expects the sequence to run is always its first parameter.Joey Hess1-8/+21
2010-05-23In v8 mode, do not allow directly passing unknown options to debhelper comman...Joey Hess1-2/+2
2010-04-08add semicolon after build targets to avoid implicit target runningJoey Hess1-1/+1
2010-04-06dh: Improve documentation.Joey Hess1-16/+55
2010-03-31dh: Allow --list-addons to be used when not in a source package. Closes: #574351Joey Hess1-3/+3
2010-03-04add parallel optionJoey Hess1-0/+7
2010-02-16dh: Disable option bundling to avoid mis-parsing bundled options such as "-Bp...Joey Hess1-0/+2
2010-01-27add --builddirectory exampleJoey Hess1-0/+7
2010-01-10Fix typo: s/notmally/normallyJoachim Breitner1-1/+1
2010-01-04solve the dh -Bbuild problemJoey Hess1-5/+15
2010-01-04Fix warning about unknown options passed to commands in override targets.Joey Hess1-19/+19
2009-12-30simplifyJoey Hess1-1/+1
2009-12-30whitespaceJoey Hess1-3/+4
2009-12-30Do not call make for noop overrides.Modestas Vainius1-24/+55
2009-12-14dh(1): Add an example of using an override target to avoid dh running several...Joey Hess1-10/+25
2009-12-14dh(1): Minor rewording of documentation of override commands. Closes: #560421Joey Hess1-5/+4
2009-11-22dh: Document --no-act. Closes: #557505Joey Hess1-0/+4