summaryrefslogtreecommitdiff
path: root/dh
Commit message (Collapse)AuthorAge
* dh: Add remove_command to the sequence interface.Joey Hess2008-05-19
|
* dh: Typo fixes. Closes: #480200Joey Hess2008-05-08
|
* dh: fix POS error. Closes: #480191Joey Hess2008-05-08
|
* dh addon interfaceJoey Hess2008-05-04
| | | | | | | | | | | | * 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.
* dh: Fix man page typos. Closes: #477933Joey Hess2008-04-25
|
* typoJoey Hess2008-04-24
|
* dh: Optimise the case where the binary-arch or binary-indep sequence is run ↵Joey Hess2008-04-24
| | | | and there are no packages of that type.
* typoJoey Hess2008-04-24
|
* fix exampleJoey Hess2008-04-24
|
* don't pass --no-act onJoey Hess2008-04-24
| | | | | 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.
* reorderJoey Hess2008-04-24
|
* I lied, one more v7 change slipped in..Joey Hess2008-04-24
| | | | | * dh_installchangelogs: In v7 mode, if no upstream changelog is specified, and the package is not native, guess at a few common changelog filenames.
* bugfixesJoey Hess2008-04-23
|
* dh_prep: New program, does the same as dh_clean -k (which will be deprecated ↵Joey Hess2008-04-23
| | | | later).
* log file loading bug fixesJoey Hess2008-04-23
|
* updatesJoey Hess2008-04-23
|
* dh is fully working and is being used to build debhelperJoey Hess2008-04-23
|
* dh is now workingJoey Hess2008-04-23
| | | | | | And debian/rules uses it. Sweet!
* initial version of dh, with option parsing and sequences in placeJoey Hess2008-04-23