]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
releasing version 7.4.13
[debhelper.git] / debian / changelog
index bb8563cc48826e97c773a6e54ed42ed79b463f79..29c1a2e7a4f4ac84016d83d259f458404b2f8479 100644 (file)
@@ -1,10 +1,27 @@
-debhelper (7.4.12) UNRELEASED; urgency=low
+debhelper (7.4.13) unstable; urgency=low
+
+  * dh_compress: Avoid compressing images in /usr/share/info. Closes: #567586
+  * Fix handling of -O with options specified by commands. Closes: #568081
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 02 Feb 2010 12:15:41 -0500
+
+debhelper (7.4.12) unstable; urgency=low
 
   * dh_bugfiles: Doc typo. Closes: #563269
   * makefile: Support the (asking for trouble) case of MAKE being set to
     something with a space in it. Closes: #563557
-
- -- Joey Hess <joeyh@debian.org>  Fri, 01 Jan 2010 13:00:22 -0500
+  * Fix warning about unknown options passed to commands in override targets.
+  * Add -O option, which can be used to pass options to commands, ignoring
+    options that they do not support.
+  * dh: Use -O to pass user-specified options to the commands it runs.
+    This solves the problem with passing "-Bbuild" to dh, where commands
+    that do not support -B would see a bogus -u option. Closes: #541773
+    (It also ensures that the commands dh prints out can really be run.)
+  * qmake: New buildsystem contributed by Kel Modderman. Closes: #566840
+  * Fix typo in call to abs2rel in --builddir sanitize code.
+    Closes: #567737
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 30 Jan 2010 20:23:02 -0500
 
 debhelper (7.4.11) unstable; urgency=low