X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=06adf08edd9fc9d58bced7b6fe86215569ff3659;hb=4a7ce74b4a790dfea5d69cab9a5a7d8f89693232;hp=0b953b4acbf27d05d0c3ff437dbcfe9eedd14b0e;hpb=7cfdd1dae560276310a79c54ce07f144bb94e23c;p=debhelper.git diff --git a/debian/changelog b/debian/changelog index 0b953b4..06adf08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,71 @@ -debhelper (8.0.0) UNRELEASED; urgency=low +debhelper (8.1.2) UNRELEASED; 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:21:38 -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 @@ -6,7 +73,7 @@ debhelper (8.0.0) UNRELEASED; urgency=low [ Joey Hess ] * Finalized v8 mode, which is the new recommended default. - -- Carsten Hey Sun, 18 Jul 2010 22:30:06 +0200 + -- Joey Hess Sat, 07 Aug 2010 11:27:24 -0400 debhelper (7.9.3) unstable; urgency=low