]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
Improve handling of logging in override targets
[debhelper.git] / debian / changelog
index e02bb6371d40865667932d37f04d84cb39164432..6858f0f2a83dd1cfdc7f26961d2a504405b698d8 100644 (file)
@@ -1,8 +1,17 @@
-debhelper (8.1.0) UNRELEASED; urgency=low
+debhelper (8.1.1) UNRELEASED; urgency=low
 
-  [ Valery Perrin ]
-  * update french translation.
-  * Fix french misspelling
+  * dh_strip, dh_makeshlibs: use triplet-objdump, triplet-objcopy and
+    triplet-strip from cross-binutils when cross-compiling; Closes: #412118.
+    (Thanks, Loïc Minier)
+  * Improve handling of logging in override targets, so that
+    --remaining-packages can be used again. Now all debhelper commands run
+    in the override target are marked as running as part of the override,
+    and when the whole target is run, the log is updated to indicate that
+    commands run during the override have finished. Closes: #612828
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 08 Feb 2011 15:32:35 -0400
+
+debhelper (8.1.0) unstable; urgency=low
 
   [ Joey Hess ]
   * python_distutils: Pass --force to setup.py build, to ensure that when
@@ -19,8 +28,35 @@ debhelper (8.1.0) UNRELEASED; urgency=low
     (Thanks, Colin Watson)
   * Massive man page typography patch. Closes: #600883
     (Thanks, David Prévot)
+  * Explicitly build-depend on a new enough perl-base. Closes: #601188
+  * dh: Inhibit logging when an override target runs the overridden command,
+    to avoid unexpected behavior if the command succeeded but the overall
+    target fails. Closes: #601037
+  * Fix deprecated command list on translated debhelper(7) man pages.
+    Closes: #601204
+  * dh: Improve filtering in dh_listpackages example. Closes: #604561
+  * dh: Add support for build-arch, build-indep, install-arch and
+    install-indep sequences. Closes: #604563
+    (Thanks, Roger Leigh)
+  * dh_listpackages: Do not display warnings if options cause no packages
+    to be listed.
+  * dh_installdocs: Clarify that debian/README.Debian and debian/TODO are
+    only installed into the first package listed in debian/control.
+    Closes: #606036
+  * dh_compress: Javascript files are not compressed, as these go with
+    (uncompressed) html files. Closes: #603553
+  * dh_compress: Ignore objects.inv files, generated by Sphinx documentation.
+    Closes: #608907
+  * dh_installinit: never call init scripts directly, only through invoke-rc.d
+    Closes: #610340
+    (Thanks, Steve Langasek)
+  
+  [ Valery Perrin ]
+  * update french translation.
+  * Fix french misspelling.
+  * French translation update after massive man page typography 
 
- -- Joey Hess <joeyh@debian.org>  Sat, 07 Aug 2010 11:27:24 -0400
+ -- Joey Hess <joeyh@debian.org>  Sat, 05 Feb 2011 12:00:04 -0400
 
 debhelper (8.0.0) unstable; urgency=low