summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* dh: Man page typo. Closes: #517549Joey Hess2009-02-28
|
* finalizeJoey Hess2009-02-27
|
* fix option parsing sideportJoey Hess2009-02-27
|
* add changelog entryJoey Hess2009-02-27
|
* remove -B from examples for nowJoey Hess2009-02-27
| | | | | | There is some concern that passing -B to make may violate debian policy. <eyeroll> (cherry picked from commit 09090c86ea099008990bc5a9a14e1ac35bb1e584)
* use Dh_Lib write_logJoey Hess2009-02-27
| | | | (cherry picked from commit 9d700975929417fe72bf46271c694ccb09d1c905)
* use -Bf in all examplesJoey Hess2009-02-27
| | | | (cherry picked from commit 8cdac50db64b2f2d6aacdcfc4683fdcf79cee629)
* can use a hyphen hereJoey Hess2009-02-27
| | | | (cherry picked from commit 057cdfd0ff9f4bc6f7c07cf4968a2ef52a59d0c0)
* document how to use python-centralJoey Hess2009-02-27
| | | | (cherry picked from commit dc45c6f8c748ed57527d1aeb286f0db571308ec2)
* make dh override_dh_* a no-opJoey Hess2009-02-27
| | | | | | This happens if the override target is completly empty. Make sees it is, and runs the implicit dh target. (cherry picked from commit 86fbd6038ee5b7222efa774751fcceedeffedfc2)
* dh: Support debian/rules calling make with -BJoey Hess2009-02-27
| | | | | | | | | | | | | | | | | | That is useful to avoid issues with phony implicit rules (see bug #509756). Apparently make treats the name of the Makfile as an automaticall set up target, so this causes it to try to build the Makefile even though it's up-to-date, and the implicit target makes it run 'dh debian/rules'. So, make that a no-op. (cherry picked from commit 378b377ef732119de4c2a08dcb9721500b017da1) Conflicts: debian/changelog dh
* misc minor cleanups of patchJoey Hess2009-02-27
| | | | (cherry picked from commit ae4994f07656deb47ffc55b8ebd4668c158b9333)
* Smart debian/rules parser for dh.Modestas Vainius2009-02-27
| | | | | | | | This parser is based on the output which make -p emits. It's a bit more slower due to the need to run make itself but it is not dumb. Signed-off-by: Modestas Vainius <modestas@vainius.eu> (cherry picked from commit 3d774a91dd355f8236c63bd81fc4dfe5fa88219d)
* dh override targetsJoey Hess2009-02-27
| | | | | | | | | | | | | | | | | | * dh: debian/rules override targets can change what is run for a specific debhelper command in a sequence. * dh: Redid all the examples to use override targets, since these eliminate all annoying boilerplate and are much easier to understand than the old method. * Remove rules.simple example, there's no need to use explcit targets with dh anymore. (cherry picked from commit 0f3f59fe6058edfda4010dc88bd3b8aa3ae70a6d) Conflicts: Debian/Debhelper/Dh_Getopt.pm Debian/Debhelper/Dh_Lib.pm debian/changelog dh
* wordingJoey Hess2009-02-27
| | | | (cherry picked from commit 9e9f49c03fe968effe2ade343d8665386bc8e4c2)
* releasing version 7.0.17Joey Hess2008-08-22
|
* dh_auto_install: Improve check for MakeMaker, to avoid passing PREFIX if the ↵Joey Hess2008-08-22
| | | | Makefile was generated by Module::Build::Compat. Closes: #496157
* typosJoey Hess2008-07-31
|
* Typo. Closes: #493062Joey Hess2008-07-31
|
* dh_auto_install: Still contained copy&paste doc from dh_auto_cleanFrank Lichtenheld2008-07-31
| | | | | 740128be21fda69c6ee4653f7dd13bd707aec39e didn't get all the leftovers.
* dh_gencontrol: Drop the Homepage field from udebs. Closes: #492719Joey Hess2008-07-28
|
* Fix typo in French translation, about debian/package.README.Debian files.Cyril Brulebois2008-07-28
|
* dh_auto_install: Fix man page, was referring to dh_auto_clean.Per Olofsson2008-07-23
|
* releasing version 7.0.16Joey Hess2008-07-19
|
* dh_installchangelogs: When searching for changelog in v7 mode, skip empty ↵Joey Hess2008-07-15
| | | | files. Closes: #490937
* dh: Avoid passing --with on to subcommands. Closes: #490886Joey Hess2008-07-14
|
* releasing version 7.0.15Joey Hess2008-07-09
|
* dh_clean: Do not delete *-stamp files in -k mode in v7. Closes: #489918Joey Hess2008-07-08
|
* releasing version 7.0.14Joey Hess2008-07-05
|
* Load python-support sequence file first, to allow ones loaded later to ↵Joey Hess2008-07-05
| | | | disable it.
* dh_auto_install: Rather than looking at the number of binary packages being ↵Joey Hess2008-06-25
| | | | acted on, look at the total number of binary packages in the source package when deciding whether to install to debian/package or debian/tmp. This avoids inconsistencies when building mixed arch all+any packages using the binary-indep and binary-arch targets. Closes: #487938
* releasing version 7.0.12Joey Hess2008-06-25
|
* Correct docs about dh_install and debian/tmp in v7 modeJoey Hess2008-06-25
| | | | | | | * Correct docs about dh_install and debian/tmp in v7 mode. It first looks in the current directory, or whatever is configured with --srcdir. Then it always falls back to looking in debian/tmp. * Medium urgency to get this doc fix into testing.
* updateJoey Hess2008-06-19
|
* releasing version 7.0.11Joey Hess2008-06-16
|
* Typo fix. Closes: #486464Joey Hess2008-06-16
|
* lintian wingesJoey Hess2008-06-16
|
* Add a build dependency on file. The rules file now runs dh_strip and ↵Joey Hess2008-06-16
| | | | dh_shlibdeps, which both use it. (It could be changed not to, but it's good to have it run all the commands as a test.) Closes: #486439
* Add stamp files to example rules targets. Closes: #486327Joey Hess2008-06-15
|
* dh: Man page fix. Closes: #485116Joey Hess2008-06-08
|
* releasing version 7.0.10Joey Hess2008-06-06
|
* dh_compress: Do not compress index.sgml files, as generated by gtk-doc. ↵Joey Hess2008-06-06
| | | | Closes: #484772
* releasing version 7.0.9Joey Hess2008-05-19
|
* dh_auto_clean: setup.py clean can create pyc files. Remove. Closes: #481899Joey Hess2008-05-19
|
* type fixJoey Hess2008-05-19
|
* dh: Add remove_command to the sequence interface.Joey Hess2008-05-19
|
* dh: Typo fixes. Closes: #480200Joey Hess2008-05-08
|
* haha, typoJoey Hess2008-05-08
|
* dh: fix POS error. Closes: #480191Joey Hess2008-05-08
|
* dh_installinit: Add --restart-after-upgrade, which avoids stopping a daemon ↵Joey Hess2008-05-08
| | | | in the prerm, and instead restarts it in the postinst, keeping its downtime minimal. Since some daemons could break if files are upgraded while they're running, it's not the default. It might become the default in a future (v8) compatability level. Closes: #471060