summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | 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
| |
| * improve python regexps, per bzedJoey Hess2009-08-13
| |
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-08-11
|\|
| * remove out of place commentJoey Hess2009-08-11
| |
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-08-10
|\|
| * minor code cleanup and optimisationJoey Hess2009-08-10
| |
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-08-08
|\|
| * move comment closer to relevant codeJoey Hess2009-08-08
| |
| * Adding bug closing info to the changelog entry.Bernd Zeimetz2009-08-08
| |
| * Updating changelog.Bernd Zeimetz2009-08-08
| |
| * python_distutils.pm: Support debhelper backports.Bernd Zeimetz2009-08-08
| | | | | | | | | | | | To allow backports of debhelper we don't pass --install-layout=deb to 'setup.py install` for those Python versions where the option is ignored by distutils/setuptools.
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-08-06
|\|
| * releasing version 7.3.12Joey Hess2009-08-06
| |
| * dh: Allow creation of new sequences (such as to handle a patch target for ↵Joey Hess2009-08-06
| | | | | | | | quilt), by adding an add_command function to the sequence addon interface. See #540124.
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-08-05
|\|
| * releasing version 7.3.11Joey Hess2009-08-05
| |
| * perl_build: Fix Build check to honor source directory setting.Joey Hess2009-08-05
| |
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-08-05
|\|
| * releasing version 7.3.10Joey Hess2009-08-05
| |
| * dh_installdeb: In udeb mode, support the menutest and isinstallable ↵Joey Hess2009-08-05
| | | | | | | | maintainer scripts. Closes: #540079 Thanks, Colin Watson.
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-08-04
|\|
| * dh_builddeb: Fix man page typo. Closes: #539976Joey Hess2009-08-04
| |
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-08-04
|\|
| * perl_build: Avoid failing if forced to be used in dh_auto_clean when Build ↵Joey Hess2009-08-04
| | | | | | | | does not exist (ie due to being run twice in a row). Closes: #539848
* | Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-08-01
|\|