]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
Tighten parsing of DEB_BUILD_OPTIONS.
[debhelper.git] / debian / changelog
index ffc307849f207ea62907179e8b37303cc01d3945..f0ea5e759b3580113933347fd3f53e86a76599aa 100644 (file)
@@ -1,3 +1,32 @@
+debhelper (8.9.7) UNRELEASED; urgency=low
+
+  * dh: Don't bother running dh_shlibdebs, dh_makeshlibs, or dh_strip
+    for the binary target when all packages being acted on are indep.
+  * debhelper no longer build-depends on man-db or file, to ease bootstrapping.
+  * Remove obsolete versioned dependency on perl-base.
+  * Avoid writing debhelper log files in no-act mode. Closes: #640586
+  * Tighten parsing of DEB_BUILD_OPTIONS.
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 29 Aug 2011 20:18:01 -0400
+
+debhelper (8.9.6) unstable; urgency=low
+
+  * dh_installlogcheck: Add support for --name. Closes: #639020
+    Thanks, Gergely Nagy
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 23 Aug 2011 15:25:55 -0400
+
+debhelper (8.9.5) unstable; urgency=low
+
+  * dh_compress: Don't compress _sources documentation subdirectory
+    as used by python-sphinx. Closes: #637492
+    Thanks, Jakub Wilk
+  * dh_ucf: fix test for ucf/ucfr availability and quote filenames.
+    Closes: #638944
+    Thanks, Jeroen Schot
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 23 Aug 2011 13:25:54 -0400
+
 debhelper (8.9.4) unstable; urgency=low
 
   * dh: The --before --after --until and --remaining options are deprecated.