Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-19 | releasing version 7.0.167.0.16 | Joey Hess | 1 | -2/+2 | |
2008-07-15 | dh_installchangelogs: When searching for changelog in v7 mode, skip empty ↵ | Joey Hess | 2 | -1/+3 | |
files. Closes: #490937 | |||||
2008-07-14 | dh: Avoid passing --with on to subcommands. Closes: #490886 | Joey Hess | 2 | -2/+8 | |
2008-07-09 | releasing version 7.0.157.0.15 | Joey Hess | 4 | -49/+45 | |
2008-07-08 | dh_clean: Do not delete *-stamp files in -k mode in v7. Closes: #489918 | Joey Hess | 2 | -3/+8 | |
2008-07-05 | releasing version 7.0.147.0.14 | Joey Hess | 1 | -2/+2 | |
2008-07-05 | Load python-support sequence file first, to allow ones loaded later to ↵ | Joey Hess | 2 | -1/+8 | |
disable it. | |||||
2008-06-25 | dh_auto_install: Rather than looking at the number of binary packages being ↵7.0.13 | Joey Hess | 2 | -3/+15 | |
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 | |||||
2008-06-25 | releasing version 7.0.127.0.12 | Joey Hess | 4 | -41/+41 | |
2008-06-25 | Correct docs about dh_install and debian/tmp in v7 mode | Joey Hess | 3 | -7/+16 | |
* 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. | |||||
2008-06-19 | update | Joey Hess | 1 | -1/+2 | |
2008-06-16 | releasing version 7.0.117.0.11 | Joey Hess | 1 | -2/+2 | |
2008-06-16 | Typo fix. Closes: #486464 | Joey Hess | 8 | -13/+14 | |
2008-06-16 | lintian winges | Joey Hess | 1 | -3/+3 | |
2008-06-16 | Add a build dependency on file. The rules file now runs dh_strip and ↵ | Joey Hess | 2 | -1/+4 | |
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 | |||||
2008-06-15 | Add stamp files to example rules targets. Closes: #486327 | Joey Hess | 3 | -8/+24 | |
2008-06-08 | dh: Man page fix. Closes: #485116 | Joey Hess | 2 | -1/+7 | |
2008-06-06 | releasing version 7.0.107.0.10 | Joey Hess | 1 | -2/+2 | |
2008-06-06 | dh_compress: Do not compress index.sgml files, as generated by gtk-doc. ↵ | Joey Hess | 2 | -0/+8 | |
Closes: #484772 | |||||
2008-05-19 | releasing version 7.0.97.0.9 | Joey Hess | 1 | -3/+3 | |
2008-05-19 | dh_auto_clean: setup.py clean can create pyc files. Remove. Closes: #481899 | Joey Hess | 2 | -0/+4 | |
2008-05-19 | type fix | Joey Hess | 5 | -5/+5 | |
2008-05-19 | dh: Add remove_command to the sequence interface. | Joey Hess | 2 | -0/+12 | |
2008-05-08 | dh: Typo fixes. Closes: #480200 | Joey Hess | 2 | -2/+3 | |
2008-05-08 | haha, typo | Joey Hess | 1 | -1/+1 | |
2008-05-08 | dh: fix POS error. Closes: #480191 | Joey Hess | 2 | -0/+3 | |
2008-05-08 | dh_installinit: Add --restart-after-upgrade, which avoids stopping a daemon ↵ | Joey Hess | 8 | -143/+253 | |
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 | |||||
2008-05-05 | rules.tiny: Typo fix. Closes: #479647 | Joey Hess | 3 | -4/+8 | |
2008-05-04 | dh addon interface7.0.8 | Joey Hess | 5 | -14/+101 | |
* 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-05-04 | dh_installxfonts: Fix precidence problem that exposes a new warning message ↵7.0.7 | Joey Hess | 2 | -1/+8 | |
in perl 5.10. | |||||
2008-05-03 | releasing version 7.0.67.0.6 | Joey Hess | 1 | -2/+2 | |
2008-05-03 | dh_auto_test: Correct Module::Build tests. | Joey Hess | 2 | -2/+7 | |
2008-05-01 | dh_test*: inhibit logging. Closes: #4789587.0.5 | Joey Hess | 4 | -2/+6 | |
2008-04-30 | Convert copyright file to new format. | Joey Hess | 3 | -23/+52 | |
2008-04-30 | docs | Joey Hess | 1 | -0/+3 | |
2008-04-30 | releasing version 7.0.47.0.4 | Joey Hess | 4 | -92/+113 | |
2008-04-30 | dh_auto_test: Run tests for Module::Build packages. (Florian Ragwitz) | Joey Hess | 1 | -0/+1 | |
2008-04-30 | Run tests for Module::Build packages. | Florian Ragwitz | 1 | -0/+4 | |
2008-04-29 | Fix underescaped $ in Makefile. Closes: #478475 | Joey Hess | 2 | -1/+7 | |
2008-04-29 | add note about dh_clean being last | Joey Hess | 1 | -1/+4 | |
2008-04-29 | One problem with the log files is that if dh_clean is not the last command ↵7.0.3 | Joey Hess | 2 | -0/+7 | |
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. | |||||
2008-04-29 | improve error further | Joey Hess | 2 | -3/+4 | |
2008-04-29 | Add missing $! to error message when the log can't be opened. | Joey Hess | 2 | -1/+2 | |
2008-04-25 | dh: Fix man page typos. Closes: #477933 | Joey Hess | 2 | -2/+8 | |
2008-04-24 | dh_install: Find all possible cases of "changelog" and "changes", rather7.0.2 | Joey Hess | 2 | -6/+11 | |
than just looking for some predefined common cases. | |||||
2008-04-24 | Add a test for pod correctness. | Florian Ragwitz | 1 | -0/+10 | |
2008-04-24 | Fix pod. | Florian Ragwitz | 4 | -4/+8 | |
2008-04-24 | typo | Joey Hess | 1 | -1/+1 | |
2008-04-24 | dh_auto_*: Also support packages using Module::Build. | Joey Hess | 5 | -13/+27 | |
* dh_auto_*: Also support packages using Module::Build. * dh_auto_*: Fix some calls to setup.py. | |||||
2008-04-24 | dh_auto_configure: Set PERL_MM_USE_DEFAULT when configuring MakeMaker ↵ | Joey Hess | 2 | -0/+5 | |
packages to avoid interactive prompts. |