summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
...
* dh_install: Now --list-missing and --fail-missing are useful even when not ↵Joey Hess2010-02-21
| | | | all packages are acted on (due to architecture limits or flags). Closes: #570373
* makefile buildsystem: Chomp output during test for full compatability with ↵Joey Hess2010-02-19
| | | | | | | | | | | | | | debhelper 7.4.11. Closes: #570503 Previously the test used make -s -n | head -n 1 and then chomped the output. In the case of this bug, root-system's Makefile *always* outputs something to stdout, even for targets that don't exist, before configure is run. It accidentially worked before, since the first line it outputs happens to be empty. So bring back the chomp to retain compatability with this package that used to work before, but the test only does the right thing for this package due to sheer luck, really.
* Updated French translation.Joey Hess2010-02-18
|
* releasing version 7.4.15Joey Hess2010-02-18
|
* The fix for #563557 caused some new trouble involving makefile that ↵Joey Hess2010-02-18
| | | | misbehave when stderr is closed. Reopen it to /dev/null when testing for the existance of a makefile target. Closes: #570443
* dh: Disable option bundling to avoid mis-parsing bundled options such as ↵Joey Hess2010-02-16
| | | | "-Bpython-support". Closes: #570039
* releasing version 7.4.13Joey Hess2010-02-02
|
* Fix handling of -O with options specified by commands. Closes: #568081Joey Hess2010-02-02
|
* dh_compress: Avoid compressing images in /usr/share/info. Closes: #567586Joey Hess2010-01-31
|
* releasing version 7.4.12Joey Hess2010-01-30
|
* Fix typo in call to abs2rel in --builddir sanitize code. Closes: #567737Joey Hess2010-01-30
|
* qmake: New buildsystem contributed by Kel Modderman. Closes: #566840Joey Hess2010-01-27
|
* solve the dh -Bbuild problemJoey Hess2010-01-04
| | | | | | | | | * Add -O option, which can be used to pass options to commands, ignoring options that they do not support. * dh: Use -O to pass user-specified options to the commands it runs. This solves the problem with passing "-Bbuild" to dh, where commands that do not support -B would see a bogus -u option. Closes: #541773 (It also ensures that the commands dh prints out can really be run.)
* Fix warning about unknown options passed to commands in override targets.Joey Hess2010-01-04
| | | | | | | | | dh used DH_OVERRIDE_UNKNOWN_OPTIONS, which was too broad as it affected commands run via override targets and caused there to be no warning about unknown options. Now unknown options are only ignored when parsing DH_INTERNAL_OPTIONS and dh's own options.
* makefile: Support the (asking for trouble) case of MAKE being set to ↵Joey Hess2010-01-03
| | | | something with a space in it. Closes: #563557
* dh_bugfiles: Doc typo. Closes: #563269Joey Hess2010-01-01
|
* releasing version 7.4.11Joey Hess2009-12-31
|
* changelogJoey Hess2009-12-30
|
* dh_installxfonts: Use new update-fonts-alias --include and --exclude options ↵Joey Hess2009-12-29
| | | | to better handle removal in the case where xfonts-utils is removed before a font package is purged. (#543512; thanks, Theppitak Karoonboonyanan)
* typoJoey Hess2009-12-29
|
* dhinstallman: Avoid doubled slashes in path. Closes: #561275Joey Hess2009-12-15
|
* dh(1): Add an example of using an override target to avoid dh running ↵Joey Hess2009-12-14
| | | | several commands. Closes: #560600
* dh(1): Minor rewording of documentation of override commands. Closes: #560421Joey Hess2009-12-14
|
* releasing version 7.4.10Joey Hess2009-12-09
|
* Revert "dh_makeshlibs: Make -X also exclude libraries from the symbols file. ↵Joey Hess2009-12-09
| | | | | | | | | Closes: #557603 (Peter Samuelson)" This reverts commit a6d3e307da558f6bf455a0d21e1cb9ec1b4fef03. Necessary because it caused a behavior change and broke some package builds.
* changelog and doc rewordingJoey Hess2009-12-07
|
* releasing version 7.4.9Joey Hess2009-11-30
|
* dh_installinit: Fix installation of defaults file when an upstart job is ↵Joey Hess2009-11-30
| | | | installed. Closes: #558782
* Typo. Closes: #558654Joey Hess2009-11-29
|
* releasing version 7.4.8Joey Hess2009-11-23
|
* 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