summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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_installxfonts: Fix precidence problem that exposes a new warning message ↵Joey Hess2008-05-04
| | | | in perl 5.10.
* releasing version 7.0.6Joey Hess2008-05-03
|
* dh_auto_test: Correct Module::Build tests.Joey Hess2008-05-03
|
* dh_test*: inhibit logging. Closes: #478958Joey Hess2008-05-01
|
* Convert copyright file to new format.Joey Hess2008-04-30
|
* docsJoey Hess2008-04-30
|
* releasing version 7.0.4Joey Hess2008-04-30
|
* dh_auto_test: Run tests for Module::Build packages. (Florian Ragwitz)Joey Hess2008-04-30
|
* Run tests for Module::Build packages.Florian Ragwitz2008-04-30
|
* Fix underescaped $ in Makefile. Closes: #478475Joey Hess2008-04-29
|
* add note about dh_clean being lastJoey Hess2008-04-29
|
* One problem with the log files is that if dh_clean is not the last command ↵Joey Hess2008-04-29
| | | | run, they will be left behind. This is a particular problem on build daemons that use real root. Especially if cdbs is used, since it runs dh_listpackages after clean, thereby leaving behind log files that only root can touch. Avoid this particular special case by inhibiting logging by dh_listpackages.
* improve error furtherJoey Hess2008-04-29
|
* Add missing $! to error message when the log can't be opened.Joey Hess2008-04-29
|
* dh: Fix man page typos. Closes: #477933Joey Hess2008-04-25
|
* dh_install: Find all possible cases of "changelog" and "changes", ratherJoey Hess2008-04-24
| | | | than just looking for some predefined common cases.
* Add a test for pod correctness.Florian Ragwitz2008-04-24
|
* Fix pod.Florian Ragwitz2008-04-24
|
* typoJoey Hess2008-04-24
|
* dh_auto_*: Also support packages using Module::Build.Joey Hess2008-04-24
| | | | | * dh_auto_*: Also support packages using Module::Build. * dh_auto_*: Fix some calls to setup.py.
* dh_auto_configure: Set PERL_MM_USE_DEFAULT when configuring MakeMaker ↵Joey Hess2008-04-24
| | | | packages to avoid interactive prompts.
* fix podJoey 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
|
* permsJoey 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.
* releasing version 7.0.0Joey Hess2008-04-23
|
* dh_clean: In v7 mode, automatically delete *-stamp files.Joey Hess2008-04-23
|
* addJoey Hess2008-04-23
|
* 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
|
* don't log dh runsJoey Hess2008-04-23
|
* remove exitJoey Hess2008-04-23
|
* updateJoey Hess2008-04-23
|
* updatesJoey Hess2008-04-23
|
* do not clean debian/clean on -kJoey Hess2008-04-23
|
* dh_clean: In v7 mode, read debian/clean and delete all files listed therein.Joey 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!
* addJoey Hess2008-04-23
|
* initial version of dh, with option parsing and sequences in placeJoey Hess2008-04-23
|
* fixesJoey Hess2008-04-23
|
* missed oneJoey Hess2008-04-23
|
* new method to tell if a makefile contains a targetJoey Hess2008-04-23
|