X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=e0f383f8138917374968870789efbd49a5a2d5ce;hb=93786653f054587b813bec432e3e9075cdc4f576;hp=980afda6673f7143da43b346ce09ab545be3c9a1;hpb=5e1e5c7781a225f314b5b799b4688555c45045f2;p=debhelper.git diff --git a/debian/changelog b/debian/changelog index 980afda..e0f383f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,207 @@ -debhelper (7.9.1) UNRELEASED; urgency=low +debhelper (8.9.2) unstable; urgency=low + * dh: Support make 3.82. Closes: #634385 + + -- Joey Hess Mon, 18 Jul 2011 17:55:24 -0400 + +debhelper (8.9.1) unstable; urgency=low + + * Typo fixes. Closes: #632662 + * dh: In v9, do not enable any python support commands. Closes: #634106 + * Now the QT4 version of qmake can be explicitly selected by passing + --buildsystem=qmake_qt4. Closes: #566840 + * Remove debhelper.log in compat level 1. Closes: #634155 + * dh_builddeb: Build in parallel when allowed by DEB_BUILD_OPTIONS. + Closes: #589427 (Thanks, Gergely Nagy and Kari Pahula) + + -- Joey Hess Sun, 17 Jul 2011 16:31:27 -0400 + +debhelper (8.9.0) unstable; urgency=low + + * dh: In v9, any standard rules file targets, including build-arch, + build-indep, build, install, etc, can be defined in debian/rules + without needing to explicitly tell make the dependencies between + the targets. Closes: #629139 + (Thanks, Roger Leigh) + * dh_auto_configure: In v9, does not include the source package name + in --libexecdir when using autoconf. Closes: #541458 + * dh_auto_build, dh_auto_configure, dh: Set environment variables + listed by dpkg-buildflags --export. Any environment variables that + are already set to other values will not be changed. + Closes: #544844 + * dh_movefiles: Optimise use of xargs. Closes: #627737 + * Correct docs about multiarch and v9. Closes: #630826 + * Fix example. Closes: #627534 + * Fix error message. Closes: #628053 + * dh_auto_configure: If there is a problem with cmake, display + the CMakeCache.txt. + + -- Joey Hess Fri, 24 Jun 2011 14:28:52 -0400 + +debhelper (8.1.6) unstable; urgency=low + + * dh_ucf: Fix missing space before ']'s in postrm autoscript. + + -- Joey Hess Thu, 28 Apr 2011 12:33:42 -0400 + +debhelper (8.1.5) unstable; urgency=low + + * dh_ucf: New command, contributed by Jeroen Schot. Closes: #213078 + * dh_installgsettings: Correct bug in use of find that caused some + gsettings files to be missed. Closes: #624377 + + -- Joey Hess Wed, 27 Apr 2011 21:33:50 -0400 + +debhelper (8.1.4) unstable; urgency=low + + * dh_clean: Remove debhelper logs for all packages, including packages + not being acted on. dh can sometimes produce such logs by accident + when passed bundled options (like "-Nfoo" instead of "-N foo") that + it does not understand; and it was not possible to fix that + for any compat level before v8. But also, such logs can occur + for other reasons, like interrupted builds during development, + and it should be safe to clean them all. Closes: #623446 + * Fix Typos in documentation regarding {pre,post}{inst,rm} + Closes: #623709 + + -- Joey Hess Fri, 22 Apr 2011 16:15:21 -0400 + +debhelper (8.1.3) unstable; urgency=low + + [ Joey Hess ] + * dh_auto_clean: Inhibit logging, so that, if dh_auto_clean is used + in some rule other than clean, perhaps to clean up an intermediate + build before a second build is run, debian/rules clean still runs it. + Closes: #615553 + * Started work on Debhelper v9. It is still experimental, and more + changes may be added to that mode. + * Support multiarch in v9. Thanks, Steve Langasek. Closes: #617761 + * dh_auto_configure: Support multiarch in v9 by passing multiarch + directories to --libdir and --libexecdir. + * dh_makeshlibs: Detect packages using multiarch directories and + make ${misc:Pre-Depends} expand to multiarch-support. + * Depend on dpkg-dev (>= 1.16.0) for multiarch support. Note to backporters: + If you remove that dependency, debhelper will fall back to not doing + multiarch stuff in v9 mode, which is probably what you want. + * Removed old example rules files. + * dh_installgsettings: New command to handle gsettings schema files. + Closes: #604727 + + [ Valery Perrin ] + * update french translation. + * Fix french misspelling. + + -- Joey Hess Tue, 05 Apr 2011 13:09:43 -0400 + +debhelper (8.1.2) unstable; urgency=low + + * Fix logging at end of an override target that never actually runs + the overridden command. Closes: #613418 + + -- Joey Hess Mon, 14 Feb 2011 14:22:17 -0400 + +debhelper (8.1.1) unstable; urgency=low + + * dh_strip, dh_makeshlibs: use triplet-objdump, triplet-objcopy and + triplet-strip from cross-binutils when cross-compiling; Closes: #412118. + (Thanks, Loïc Minier) + * Improve handling of logging in override targets, so that + --remaining-packages can be used again. Now all debhelper commands run + in the override target are marked as running as part of the override, + and when the whole target is run, the log is updated to indicate that + commands run during the override have finished. Closes: #612828 + + -- Joey Hess Thu, 10 Feb 2011 19:58:34 -0400 + +debhelper (8.1.0) unstable; urgency=low + + [ Joey Hess ] + * python_distutils: Pass --force to setup.py build, to ensure that when + python-dbg is run it does not win and result in scripts having it in + the shebang line. Closes: #589759 + * Man page fixes about what program -u passes params to. Closes: #593342 + * Avoid open fd 5 or 6 breaking buildsystem test suite. Closes: #596679 + * Large update to Spanish man page translations by Omar Campagne. + Closes: #600913 + * dh_installdeb: Support debian/package.maintscript files, + which can contain dpkg-maintscript-helper commands. This can be used + to automate moving or removing conffiles, or anything added to + dpkg-maintscript-helper later on. Closes: #574443 + (Thanks, Colin Watson) + * Massive man page typography patch. Closes: #600883 + (Thanks, David Prévot) + * Explicitly build-depend on a new enough perl-base. Closes: #601188 + * dh: Inhibit logging when an override target runs the overridden command, + to avoid unexpected behavior if the command succeeded but the overall + target fails. Closes: #601037 + * Fix deprecated command list on translated debhelper(7) man pages. + Closes: #601204 + * dh: Improve filtering in dh_listpackages example. Closes: #604561 + * dh: Add support for build-arch, build-indep, install-arch and + install-indep sequences. Closes: #604563 + (Thanks, Roger Leigh) + * dh_listpackages: Do not display warnings if options cause no packages + to be listed. + * dh_installdocs: Clarify that debian/README.Debian and debian/TODO are + only installed into the first package listed in debian/control. + Closes: #606036 + * dh_compress: Javascript files are not compressed, as these go with + (uncompressed) html files. Closes: #603553 + * dh_compress: Ignore objects.inv files, generated by Sphinx documentation. + Closes: #608907 + * dh_installinit: never call init scripts directly, only through invoke-rc.d + Closes: #610340 + (Thanks, Steve Langasek) + + [ Valery Perrin ] + * update french translation. + * Fix french misspelling. + * French translation update after massive man page typography + + -- Joey Hess Sat, 05 Feb 2011 12:00:04 -0400 + +debhelper (8.0.0) unstable; urgency=low + + [ Carsten Hey ] + * dh_fixperms: Ensure files in /etc/sudoers.d/ are mode 440. Closes: #589574 + + [ Joey Hess ] + * Finalized v8 mode, which is the new recommended default. + + -- Joey Hess Sat, 07 Aug 2010 11:27:24 -0400 + +debhelper (7.9.3) unstable; urgency=low + + * perl_makemaker: import compat(). Closes: #587654 + + -- Joey Hess Wed, 30 Jun 2010 14:42:09 -0400 + +debhelper (7.9.2) unstable; urgency=low + + * In v8 mode, stop passing packlist=0 in perl_makemaker buildsystem, + since perl_build is tried first. Avoids the makemaker warning message + introduced by the fix to #527990. + + -- Joey Hess Tue, 29 Jun 2010 17:41:41 -0400 + +debhelper (7.9.1) unstable; urgency=low + + * Started work on Debhelper v8. It is still experimental, and more + changes are planned for that mode. * dh_installman: Support .so links relative to the current section. * dh_installman: Avoid converting .so links to symlinks if the link target is not present in the same binary package, on advice of Colin Watson. (To support eventual so search paths.) * Add deprecation warning for dh_clean -k. + * dh_testversion: Removed this deprecated and unused command. + * debian/compress files are now deprecated. Seems only one package + (genesis) still uses them. + * dh_fixperms: Tighten globs used to find library .so files, + avoiding incorrectly matching things like "foo.sources". Closes: #583328 + * dh_installchangelogs: Support packages placing their changelog in a + file with a name like HISTORY. Closes: #582749 + * dh_installchangelogs: Also look for changelog files in doc(s) + subdirectories. Closes: #521258 * In v8 mode, do not allow directly passing unknown options to debhelper commands. (Unknown options in DH_OPTIONS still only result in warnings.) * In v8 mode, dh_makeshlibs will run dpkg-gensymbols on all shared @@ -13,16 +210,16 @@ debhelper (7.9.1) UNRELEASED; urgency=low means that libraries in unusual locations, where dpkg-gensymbols does not itself normally look, will be passed to it, a behavior change which may break some packages. Closes: #557603 - * dh_testversion: Removed this deprecated and unused command. - * debian/compress files are now deprecated. Seems only one package - (genesis) still uses them. - * dh_fixperms: Tighten globs used to find library .so files, - avoiding incorrectly matching things like "foo.sources". Closes: #583328 * In v8 mode, dh expects the sequence to run is always its first parameter. + (Ie, use "dh $@ --foo", not "dh --foo $@") This avoids ambiguities when parsing options to be passed on to debhelper commands. (See #570039) + * In v8 mode, prefer the perl_build buildsystem over perl_makemaker. + Closes: #578805 + * postrm-init: Avoid calling the error handler if update-rc.d fails. + Closes: #586065 - -- Joey Hess Mon, 17 May 2010 20:01:19 -0400 + -- Joey Hess Wed, 16 Jun 2010 13:44:48 -0400 debhelper (7.4.20) unstable; urgency=low