X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=1e589408c00fcda88ca9c9580b2a4707b2f5d965;hb=1679f2ed0172f707480a9cc44e0d045d3f53a1c9;hp=7683e69a2498ebf224c4843721266c7f9ec2c6d2;hpb=2cf3bc75d1e047671dc81bb692106877383c14c7;p=debhelper.git diff --git a/debian/changelog b/debian/changelog index 7683e69..1e58940 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,52 @@ -debhelper (7.4.2) UNRELEASED; urgency=low +debhelper (7.4.4) UNRELEASED; urgency=low + + * The makefile buildsystem (and derived buildsystems) now supports + parallel building by default, as specified via DEB_BUILD_OPTIONS. + Closes: #532805 + * dh_auto_*: Add --max-parallel option that can be used to control + or disable parallel building. --max-parallel=1 will disable parallel + building, while --max-parallel=N will limit the maximum number of + parallel processes that can be specified via DEB_BUILD_OPTIONS. + * Added some hacks to avoid warnings about unavailable jobservers when + debhelper runs make, and the parent debian/rules was run in parallel + mode (as dpkg-buildpackage -j currently does). + * Thanks, Modestas Vainius for much of the work on parallel build support. + * Add deprecation warnings for -u to the documentation, since putting + options after -- is much more sane. (However, -u will not go away any + time soon.) Closes: #554509 + * Separate deprecated programs in the list of commands in debhelper(7). + Closes: #548382 + * Adjust code to add deprecation warning for compatability level 4. + (Man page already said it was deprecated.) Closes: #555899 + * dh_installdocs: Warn if a doc-base file cannot be parsed to find a + document id. Closes: #555677 + * Typo. Closes: #555659 + + -- Joey Hess Wed, 28 Oct 2009 18:10:45 -0400 + +debhelper (7.4.3) unstable; urgency=low + + [ Valery Perrin ] + * update french translation. Closes: #494300, #477703 + * 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_lintian, dh_prep into po4a.cfg manpages list + * fix a spelling mistake in dh_makeshlibs man french + translation (#494300 part 2) + + [ Joey Hess ] + * dh_perl: Do not look at perl scripts under /usr/share/doc. + Closes: #546683 + * Allow dpkg-architecture to print errors to stderr. Closes: #548636 + * python_distutils: Run default python last, not first, and pass --force + to setup.py install to ensure that timestamps do not prevent installation + of the scripts built for the default python, with unversioned shebang + lines. Closes: #547510 (Thanks, Andrew Straw) + + -- Joey Hess Thu, 01 Oct 2009 14:37:38 -0400 + +debhelper (7.4.2) unstable; urgency=low * Man page typo. Closes: #545443 * dh: Remove duplicate dh_installcatalogs list. Closes: #545483 @@ -7,8 +55,14 @@ debhelper (7.4.2) UNRELEASED; urgency=low documentation 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 - - -- Joey Hess Mon, 07 Sep 2009 12:48:39 -0400 + * Reorder dh_pysupport call in dh sequence to come before + dh_installinit, so the generated postinst script registers + python modules before trying to use them. Closes: #546293 + * dh_installudev: With --name, install debian/..udev + to rules.d/-, the same as debian/.udev + is installed for the first package. Closes: #546337 + + -- Joey Hess Mon, 14 Sep 2009 15:46:49 -0400 debhelper (7.4.1) unstable; urgency=low