summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-09-14
|\|
| * Reorder dh_pysupport call in dh sequence to come before dh_installinit, so ↵Joey Hess2009-09-14
| | | | | | | | the generated postinst script registers python modules before trying to use them. Closes: #546293
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-09-08
|\|
| * dh_installdocs: Add --link-doc option that can be used to link documentation ↵Joey Hess2009-09-08
| | | | | | | | directories. This is easier to use and more flexible than the old method of running dh_link first to make a broken symlink. Closes: #545676 Thanks, Colin Watson
| * Bug#545676: dh_installdocs: option to link documentation directoriesColin Watson2009-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As discussed by e-mail, dh_installdocs could do with an option to make the documentation directory a symlink, to clean up dh-using packages that otherwise need to use override targets to arrange for dh_link to run before dh_installdocs. This turns out to be slightly involved due to the need to handle the case where you want to do this *and* also install some extra documentation in the symlink target, while also making a dangling symlink and avoiding file conflicts in the simple case, so I had to change dh_installchangelogs as well. I think this is right now; tested on debconf ('dh_installdocs -Ndebconf-doc --link-doc=debconf; dh_installdocs -pdebconf-doc') and groff ('dh_installdocs --link-doc=groff-base').
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-09-07
|\|
| * dh: Remove duplicate dh_installcatalogs list. Closes: #545483 (It was only ↵Joey Hess2009-09-07
| | | | | | | | run once due to logging.)
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-09-07
|\|
| * Man page typo. Closes: #545443Joey Hess2009-09-07
| |
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-09-06
|\|
| * releasing version 7.4.1Joey Hess2009-09-06
| |
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-09-04
|\|
| * dh_prep(1): Clarify when it should be called. Closes: #544969Joey Hess2009-09-04
| |
| * Add FILES sections to man pages. Closes: #545041Joey Hess2009-09-04
| |
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-09-02
|\|
| * formattingJoey Hess2009-09-02
| |
| * rewordJoey Hess2009-09-02
| |
| * formattingJoey Hess2009-09-02
| |
| * upstart supportSteve Langasek2009-09-02
| | | | | | | | | | | | Patch dh_installinit to handle upstart job files in preference over init scripts, and provide compatibility symlinks in /etc/init.d for sysv-rc implementations. Closes: #536035.
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-09-01
|\|
| * releasing version 7.4.0Joey Hess2009-09-01
| |
| * -a == -sJoey Hess2009-09-01
| | | | | | | | | | | | | | The -a flag now does the same thing as the -s flag, so debhelper users do not need to worry about using the -s flag when building a package that only builds for some architectures, and dh will also work in that situation. Closes: #540794
| * Optimise -s handling to avoid running dpkg-architecture if the package is ↵Joey Hess2009-09-01
| | | | | | | | arch all.
| * refactorJoey Hess2009-09-01
| |
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-08-26
|\|
| * releasing version 7.3.16Joey Hess2009-08-26
| |
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-08-26
|\|
| * changelogJoey Hess2009-08-26
| |
| * cwd is exportedJoey Hess2009-08-26
| |
| * Support --destdir option in dh_auto_installModestas Vainius2009-08-26
| | | | | | | | | | | | | | | | This patch adds --destdir option to dh_auto_install which allows to override destdir auto-selection. This basically closes #538201 since the same requested behaviour can be achieved but in a more clean way. Signed-off-by: Modestas Vainius <modestas@vainius.eu>
| * changelogJoey Hess2009-08-26
| |
| * drop regex support from remove_command_optionsJoey Hess2009-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | I hope that it will not be needed; indeed I doubt that remove_command_options will be used much, because sequence addons would need to try to do conflicting things to need it. And the interface makes it hard for such conflicting sequence addons to work around the other, since addons can be loaded in either order. So let's not encourage them too much, and if there's a use case later, we can made changes. I haven't applied Modestas's enhanced patch that allows adding an option to all commands because I similarly think it might not be used. If a use case comes along we can add something like that.
| * Allow dh addons to pass options to debhelper commandsModestas Vainius2009-08-26
| | | | | | | | | | | | | | | | Add dh addons APIs add_command_options()/remove_command_options() that allow addons to add additional options which dh will pass to the specified debhelper commands. Signed-off-by: Modestas Vainius <modestas@vainius.eu>
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-08-25
|\|
| * dh_installdocs: Loosen the Document field parsing, to accept everything ↵Joey Hess2009-08-25
| | | | | | | | doc-base *really* accepts in a doc id (not just what it's documented to accept). Closes: #543499
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-08-24
|\|
| * dh_desktop: Clarify in man page why it's a no-op. Closes: #543364Joey Hess2009-08-24
| |
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-08-21
|\|
| * releasing version 7.3.15Joey Hess2009-08-21
| |
| * dh_installudev transitionJoey Hess2009-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dh_installudev: Install rules files into new location /lib/udev/rules.d/ * dh_installudev: Add code to delete old conffiles unless they're modified, and in that case, rename them to override the corresponding file in /lib/udev. (Based on patch by Martin Pitt.) (Note that this file will not be deleted on purge -- I can't see a good way to determine when it's appropriate to do that.) * dh_installudev: Set default priority to 60; dropping the "z". If --priority=zNN is passed, treat that as priority NN. * Above Closes: #491117 * dh_installudev: Drop code handling move of /etc/udev/foo into /etc/udev/rules.d/.
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-08-17
|\|
| * releasing version 7.3.14Joey Hess2009-08-17
| |
| * dh_perl: Remove perl minimum dependency per new policy. Closes: #541811Joey Hess2009-08-17
| |
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-08-16
|\|
| * dh: Display $@ error if addon load fails. Closes: #541845Joey Hess2009-08-16
| |
| * Run pod2man with --utf8. Closes: #541270Joey Hess2009-08-16
| |
| * avoid loading File::Spec when not neededJoey Hess2009-08-16
| |
| * dh: Add --list option to list available addons.Colin Watson2009-08-16
| |
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-08-14
|\|
| * releasing version 7.3.13Joey Hess2009-08-14
| |