]> 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 04886fe2c604c244d3259a8c82a3e437bfdb60f4..4b756b8dc68a67634fe70ef58ba417921f1cc17f 100644 (file)
@@ -1,3 +1,68 @@
+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
+  * 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 <joeyh@debian.org>  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
+    (It was only run once due to logging.)
+  * dh_installdocs: Add --link-doc option that can be used to link
+    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
+  * 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/<package>.<name>.udev
+    to rules.d/<priority>-<name>, the same as debian/<name>.udev
+    is installed for the first package. Closes: #546337
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 14 Sep 2009 15:46:49 -0400
+
 debhelper (7.4.1) unstable; urgency=low
 
   [ Steve Langasek ]