summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-09-27Allow dpkg-architecture to print errors to stderr. Closes: #548636Joey Hess2-1/+2
2009-09-17Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess4-63/+178
2009-09-17Add dh_lintian french translationvalery perrin4-63/+178
2009-09-15Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess5-2775/+2630
2009-09-16* update french translation. Closes: #494300, #477703Valéry Perrin5-2775/+2630
* add --previous at po4a command into Makefile * add dh, dh_auto_install, dh_auto_clean, dh_auto_configure, dh_auto_install, dh_auto_test, dh_bugfiles, dh_icons, dh_installifupdown, dh_installudev, dh_prep into po4a.cfg manpages list Valery.Perrin (valery.perrin.debian@free.fr)
2009-09-15Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2-0/+9
2009-09-15dh_perl: Do not look at perl scripts under /usr/share/doc. Closes: #546683Joey Hess2-0/+9
2009-09-14Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess4-342/+424
2009-09-14releasing version 7.4.27.4.2Joey Hess4-342/+424
2009-09-14Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2-1/+8
2009-09-14dh_installudev: With --name, install debian/<package>.<name>.udev to ↵Joey Hess2-1/+8
rules.d/<priority>-<name>, the same as debian/<name>.udev is installed for the first package. Closes: #546337
2009-09-14Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2-1/+4
2009-09-14Reorder dh_pysupport call in dh sequence to come before dh_installinit, so ↵Joey Hess2-1/+4
the generated postinst script registers python modules before trying to use them. Closes: #546293
2009-09-08Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess4-27/+93
2009-09-08dh_installdocs: Add --link-doc option that can be used to link documentation ↵Joey Hess3-11/+8
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
2009-09-08Bug#545676: dh_installdocs: option to link documentation directoriesColin Watson2-16/+85
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').
2009-09-07Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2-1/+2
2009-09-07dh: Remove duplicate dh_installcatalogs list. Closes: #545483 (It was only ↵Joey Hess2-1/+2
run once due to logging.)
2009-09-07Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2-1/+7
2009-09-07Man page typo. Closes: #545443Joey Hess2-1/+7
2009-09-06Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess8-1967/+3471
2009-09-06releasing version 7.4.17.4.1Joey Hess8-1967/+3471
2009-09-04Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess32-252/+477
2009-09-04dh_prep(1): Clarify when it should be called. Closes: #544969Joey Hess2-4/+7
2009-09-04Add FILES sections to man pages. Closes: #545041Joey Hess31-248/+470
2009-09-02Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess3-29/+85
2009-09-02formattingJoey Hess1-0/+1
2009-09-02rewordJoey Hess1-3/+2
2009-09-02formattingJoey Hess1-2/+3
2009-09-02upstart supportSteve Langasek3-28/+83
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.
2009-09-01Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess9-455/+485
2009-09-01releasing version 7.4.07.4.0Joey Hess4-429/+455
2009-09-01-a == -sJoey Hess6-26/+22
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
2009-09-01Optimise -s handling to avoid running dpkg-architecture if the package is ↵Joey Hess2-1/+10
arch all.
2009-09-01refactorJoey Hess1-4/+3
2009-08-26Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess4-32/+56
2009-08-26releasing version 7.3.167.3.16Joey Hess4-32/+56
2009-08-26Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess4-13/+74
2009-08-26changelogJoey Hess1-0/+3
2009-08-26cwd is exportedJoey Hess1-1/+1
2009-08-26Support --destdir option in dh_auto_installModestas Vainius1-13/+27
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>
2009-08-26changelogJoey Hess1-0/+4
2009-08-26drop regex support from remove_command_optionsJoey Hess2-8/+2
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.
2009-08-26Allow dh addons to pass options to debhelper commandsModestas Vainius2-0/+46
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>
2009-08-25Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2-1/+5
2009-08-25dh_installdocs: Loosen the Document field parsing, to accept everything ↵Joey Hess2-1/+5
doc-base *really* accepts in a doc id (not just what it's documented to accept). Closes: #543499
2009-08-24Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2-0/+11
2009-08-24dh_desktop: Clarify in man page why it's a no-op. Closes: #543364Joey Hess2-0/+11
2009-08-21Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess3-16/+44
2009-08-21releasing version 7.3.157.3.15Joey Hess1-2/+2