X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=9bf728aff09ddb474a4dd6eca618f5c8550b3714;hb=4229e4edcce175335538d2522ce81e48a31740bb;hp=6aaac90c7c587a16a2419a43b452f3c52a6e8623;hpb=f05e6e82131dca900f24ad51b644c01177ef8d77;p=debhelper.git diff --git a/debian/changelog b/debian/changelog index 6aaac90..9bf728a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,100 @@ -debhelper (8.1.0) UNRELEASED; urgency=low +debhelper (8.1.7) UNRELEASED; urgency=low + + * Fix example. Closes: #627534 + * Fix error message. Closes: #628053 + * dh_movefiles: Optimise use of xargs. Closes: #627737 + * 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 + * Also, support DEB_BUILD_OPTIONS=noopt, by changing -O2 to -O0 + in any variables listed by dpkg-buildflags. + + -- Joey Hess Sat, 21 May 2011 15:24:19 -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 @@ -34,13 +130,16 @@ debhelper (8.1.0) UNRELEASED; urgency=low (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, 07 Aug 2010 11:27:24 -0400 + -- Joey Hess Sat, 05 Feb 2011 12:00:04 -0400 debhelper (8.0.0) unstable; urgency=low