]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
Pass -L UTF-8 to po4a to work around bug #520942
[debhelper.git] / debian / changelog
index 1a41613ce0172b3ed937ff6c0ecb169c26ee8ffc..5c8f15807ac7ce21c8b51330d862d759799094f6 100644 (file)
@@ -1,3 +1,32 @@
+debhelper (7.2.7) UNRELEASED; urgency=low
+
+  * Fix calling the same helper for separate packages in the override of dh
+    binary-indep/binary-arch. Closes: #520567
+  * Add --remaining-packages option (Modestas Vainius)
+    Closes: #520615
+  * Pass -L UTF-8 to po4a to work around bug #520942
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 20 Mar 2009 21:26:03 -0400
+
+debhelper (7.2.6) unstable; urgency=low
+
+  * Examples files updated to add dh_bugfiles, remove obsolete
+    dh_python.
+  * dh_auto_test: Support DEB_BUILD_OPTIONS=nocheck. Closes: #519374
+
+ -- Joey Hess <joeyh@debian.org>  Sun, 15 Mar 2009 17:54:48 -0400
+
+debhelper (7.2.5) unstable; urgency=low
+
+  * Set MODULEBUILDRC=/dev/null when running perl Build scripts
+    to avoid ~/.modulebuildrc influencing the build. Closes: #517423
+  * dh_installmenus: Revert removal of update-menus calls. Closes: #518919
+    Menu refuses to add unconfigured packages to the menu, and thus
+    omits packages when triggered, unfortunatly. I hope its behavior will
+    change.
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 09 Mar 2009 16:20:41 -0400
+
 debhelper (7.2.4) unstable; urgency=low
 
   * dh_makeshlibs: Fix --add-udeb, for real. Closes: #518706