summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* Parallel building support is no longer enabled by default. It can still be ↵Joey Hess2009-11-23
| | | | enabled by using the --max-parallel option. This was necessary because some buildds build with -j2 by default.
* dh_makeshlibs: Make -X also exclude libraries from the symbols file. Closes: ↵Joey Hess2009-11-23
| | | | #557603 (Peter Samuelson)
* dh: Document --no-act. Closes: #557505Joey Hess2009-11-22
|
* releasing version 7.4.7Joey Hess2009-11-21
|
* make: Avoid infinite loop that occurrs when testing existence of a target in ↵Joey Hess2009-11-21
| | | | | | | a certian horribly broken makefile by making the test stop after it sees one line of output from make. (This may be better replaced with dh's makefile parser in the future.)
* releasing version 7.4.6Joey Hess2009-11-21
|
* Remove last vestiages of support for /usr/X11R6.Joey Hess2009-11-20
|
* changelogJoey Hess2009-11-19
|
* releasing version 7.4.5Joey Hess2009-11-19
|
* releasing version 7.4.4Joey Hess2009-11-18
|
* changelogJoey Hess2009-11-18
|
* cute tail display of config.log, to include a headerJoey Hess2009-11-16
|
* creditJoey Hess2009-11-16
|
* clarifyJoey Hess2009-11-16
|
* autoconf: If configure fails, cat config.log. Intended to make it easier to ↵Joey Hess2009-11-16
| | | | debug configure script failures on autobuilders. Closes: #556384
* cmake: Set CTEST_OUTPUT_ON_FAILURE when running test suite. Closes: #555807Joey Hess2009-11-12
|
* Typo. Closes: #555659Joey Hess2009-11-12
|
* dh_installdocs: Warn if a doc-base file cannot be parsed to find a document ↵Joey Hess2009-11-12
| | | | id. Closes: #555677
* clarifyJoey Hess2009-11-12
|
* Adjust code to add deprecation warning for compatability level 4. (Man page ↵Joey Hess2009-11-12
| | | | already said it was deprecated.) Closes: #555899
* Drop deprecated programs from the list of commands in debhelper(7). Closes: ↵Joey Hess2009-11-04
| | | | #548382
* Add deprecation warnings for -u to the documentation, since putting options ↵Joey Hess2009-11-04
| | | | after -- is much more sane. (However, -u will not go away any time soon.) Closes: #554509
* clarify changelogJoey Hess2009-11-04
|
* implement the other option: parallel enabled implicitly by DEB_BUILD_OPTIONSJoey Hess2009-10-29
| | | | | I renamed --parallel to --max-parallel to clarify that it doesn't enable parallelism, but only controls how much of it is allowed.
* remove implicit --parallel setting by dhJoey Hess2009-10-28
|
* preliminary changelogJoey Hess2009-10-28
|
* Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2009-10-01
|\
| * fix a spelling mistake in dh_makeshlibs man french translation (#494300 part 2)valery perrin2009-09-29
| |
* | releasing version 7.4.3Joey Hess2009-10-01
| |
* | invert python orderingJoey Hess2009-10-01
|/ | | | --force allows doing so
* formatJoey Hess2009-09-27
|
* Allow dpkg-architecture to print errors to stderr. Closes: #548636Joey Hess2009-09-27
|
* Add dh_lintian french translationvalery perrin2009-09-17
|
* * update french translation. Closes: #494300, #477703Valéry Perrin2009-09-16
| | | | | | | | | | * 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)
* dh_perl: Do not look at perl scripts under /usr/share/doc. Closes: #546683Joey Hess2009-09-15
|
* releasing version 7.4.2Joey Hess2009-09-14
|
* dh_installudev: With --name, install debian/<package>.<name>.udev to ↵Joey Hess2009-09-14
| | | | rules.d/<priority>-<name>, the same as debian/<name>.udev is installed for the first package. Closes: #546337
* 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
* 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
* dh: Remove duplicate dh_installcatalogs list. Closes: #545483 (It was only ↵Joey Hess2009-09-07
| | | | run once due to logging.)
* Man page typo. Closes: #545443Joey Hess2009-09-07
|
* releasing version 7.4.1Joey Hess2009-09-06
|
* 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
|
* rewordJoey 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.
* 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.
* releasing version 7.3.16Joey Hess2009-08-26
|