]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
dh_installdocs: Warn if a doc-base file cannot be parsed to find a document id. Close...
[debhelper.git] / debian / changelog
index ee60aa9900e2f8835202e44907a24b2160fcd182..4b756b8dc68a67634fe70ef58ba417921f1cc17f 100644 (file)
@@ -1,4 +1,29 @@
-debhelper (7.4.3) 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
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 28 Oct 2009 18:10:45 -0400
+
+debhelper (7.4.3) unstable; urgency=low
 
   [ Valery Perrin ]
   * update french translation. Closes: #494300, #477703
@@ -13,8 +38,12 @@ debhelper (7.4.3) UNRELEASED; urgency=low
   * 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 <joeyh@debian.org>  Tue, 15 Sep 2009 13:18:35 -0400
+ -- Joey Hess <joeyh@debian.org>  Thu, 01 Oct 2009 14:37:38 -0400
 
 debhelper (7.4.2) unstable; urgency=low