summaryrefslogtreecommitdiff
path: root/dh
AgeCommit message (Collapse)AuthorFilesLines
2008-07-14dh: Avoid passing --with on to subcommands. Closes: #490886Joey Hess1-2/+2
2008-07-05Load python-support sequence file first, to allow ones loaded later to ↵Joey Hess1-1/+1
disable it.
2008-06-15Add stamp files to example rules targets. Closes: #486327Joey Hess1-6/+17
2008-06-08dh: Man page fix. Closes: #485116Joey Hess1-1/+1
2008-05-19dh: Add remove_command to the sequence interface.Joey Hess1-0/+11
2008-05-08dh: Typo fixes. Closes: #480200Joey Hess1-2/+2
2008-05-08dh: fix POS error. Closes: #480191Joey Hess1-0/+2
2008-05-04dh addon interface7.0.8Joey Hess1-13/+64
* dh: Add an interface that third-party packages providing debhelper commands can use to insert them into a command sequence. (See dh(1), "SEQUENCE ADDONS".) * dh: --with=foo can be used to include such third-party commands. So, for example, --with=cli could add the dh_cli* commands from cli-common. * Moved python-support special case out of dh and into a python-support sequence addon. --with=python-support is enabled by default to avoid breaking backwards compatability.
2008-04-25dh: Fix man page typos. Closes: #477933Joey Hess1-2/+2
2008-04-24typoJoey Hess1-1/+1
2008-04-24dh: Optimise the case where the binary-arch or binary-indep sequence is run ↵Joey Hess1-7/+17
and there are no packages of that type.
2008-04-24typoJoey Hess1-1/+1
2008-04-24fix exampleJoey Hess1-3/+5
2008-04-24don't pass --no-act onJoey Hess1-1/+1
Since --no-act prevents any commands actually being run, there's no point in including it in the options. This cleans up the display slightly.
2008-04-24reorderJoey Hess1-4/+6
2008-04-24I lied, one more v7 change slipped in..7.0.1Joey Hess1-2/+3
* dh_installchangelogs: In v7 mode, if no upstream changelog is specified, and the package is not native, guess at a few common changelog filenames.
2008-04-23bugfixesJoey Hess1-5/+10
2008-04-23dh_prep: New program, does the same as dh_clean -k (which will be deprecated ↵Joey Hess1-6/+18
later).
2008-04-23log file loading bug fixesJoey Hess1-2/+2
2008-04-23updatesJoey Hess1-3/+8
2008-04-23dh is fully working and is being used to build debhelperJoey Hess1-1/+13
2008-04-23dh is now workingJoey Hess1-14/+129
And debian/rules uses it. Sweet!
2008-04-23initial version of dh, with option parsing and sequences in placeJoey Hess1-0/+272