Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-14 | dh: Avoid passing --with on to subcommands. Closes: #490886 | Joey Hess | 1 | -2/+2 | |
2008-07-05 | Load python-support sequence file first, to allow ones loaded later to ↵ | Joey Hess | 1 | -1/+1 | |
disable it. | |||||
2008-06-15 | Add stamp files to example rules targets. Closes: #486327 | Joey Hess | 1 | -6/+17 | |
2008-06-08 | dh: Man page fix. Closes: #485116 | Joey Hess | 1 | -1/+1 | |
2008-05-19 | dh: Add remove_command to the sequence interface. | Joey Hess | 1 | -0/+11 | |
2008-05-08 | dh: Typo fixes. Closes: #480200 | Joey Hess | 1 | -2/+2 | |
2008-05-08 | dh: fix POS error. Closes: #480191 | Joey Hess | 1 | -0/+2 | |
2008-05-04 | dh addon interface7.0.8 | Joey Hess | 1 | -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-25 | dh: Fix man page typos. Closes: #477933 | Joey Hess | 1 | -2/+2 | |
2008-04-24 | typo | Joey Hess | 1 | -1/+1 | |
2008-04-24 | dh: Optimise the case where the binary-arch or binary-indep sequence is run ↵ | Joey Hess | 1 | -7/+17 | |
and there are no packages of that type. | |||||
2008-04-24 | typo | Joey Hess | 1 | -1/+1 | |
2008-04-24 | fix example | Joey Hess | 1 | -3/+5 | |
2008-04-24 | don't pass --no-act on | Joey Hess | 1 | -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-24 | reorder | Joey Hess | 1 | -4/+6 | |
2008-04-24 | I lied, one more v7 change slipped in..7.0.1 | Joey Hess | 1 | -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-23 | bugfixes | Joey Hess | 1 | -5/+10 | |
2008-04-23 | dh_prep: New program, does the same as dh_clean -k (which will be deprecated ↵ | Joey Hess | 1 | -6/+18 | |
later). | |||||
2008-04-23 | log file loading bug fixes | Joey Hess | 1 | -2/+2 | |
2008-04-23 | updates | Joey Hess | 1 | -3/+8 | |
2008-04-23 | dh is fully working and is being used to build debhelper | Joey Hess | 1 | -1/+13 | |
2008-04-23 | dh is now working | Joey Hess | 1 | -14/+129 | |
And debian/rules uses it. Sweet! | |||||
2008-04-23 | initial version of dh, with option parsing and sequences in place | Joey Hess | 1 | -0/+272 | |