]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
dh: Display $@ error if addon load fails. Closes: #541845
[debhelper.git] / debian / changelog
index ae3846c3c223a954ea8feae3bc85beea5f78470e..56f3b4009f60e21d2725cb25f669bb811c481270 100644 (file)
@@ -1,3 +1,34 @@
+debhelper (7.3.14) UNRELEASED; urgency=low
+
+  [ Colin Watson ]
+  * dh: Add --list option to list available addons.
+
+  [ Joey Hess ]
+  * Run pod2man with --utf8. Closes: #541270
+  * dh: Display $@ error if addon load fails. Closes: #541845
+
+ -- Colin Watson <cjwatson@debian.org>  Thu, 13 Aug 2009 09:00:24 +0100
+
+debhelper (7.3.13) unstable; urgency=low
+
+  [ Bernd Zeimetz ]
+  * python_distutils.pm: Support debhelper backports.
+    To allow backports of debhelper we don't pass
+    --install-layout=deb to 'setup.py install` for those Python
+    versions where the option is ignored by distutils/setuptools.
+    Thanks to Julian Andres Klode for the bug report.
+    Closes: #539324
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 14 Aug 2009 20:10:57 -0400
+
+debhelper (7.3.12) unstable; urgency=low
+
+  * dh: Allow creation of new sequences (such as to handle a patch
+    target for quilt), by adding an add_command function to the
+    sequence addon interface. See #540124.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 06 Aug 2009 11:08:53 -0400
+
 debhelper (7.3.11) unstable; urgency=low
 
   * perl_build: Fix Build check to honor source directory setting.