]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
Add missing $! to error message when the log can't be opened.
[debhelper.git] / debian / changelog
index 23f75354738cfef90f5d744528116211a294e418..193b6dfb6e30731fb580a1b60d2b38c1f4f624bd 100644 (file)
@@ -1,3 +1,24 @@
+debhelper (7.0.3) UNRELEASED; urgency=low
+
+  * dh: Fix man page typos. Closes: #477933
+  * Add missing $! to error message when the log can't be opened.
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 25 Apr 2008 16:30:49 -0400
+
+debhelper (7.0.2) unstable; urgency=low
+
+  * dh: Optimise the case where the binary-arch or binary-indep sequence is
+    run and there are no packages of that type.
+  * dh_auto_configure: Set PERL_MM_USE_DEFAULT when configuring MakeMaker
+    packages to avoid interactive prompts.
+  * dh_auto_*: Also support packages using Module::Build.
+  * dh_auto_*: Fix some calls to setup.py. Now tested and working with
+    python packages.
+  * dh_install: Find all possible cases of "changelog" and "changes", rather
+    than just looking for some predefined common cases.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 24 Apr 2008 21:55:49 -0400
+
 debhelper (7.0.1) unstable; urgency=low
 
   * I lied, one more v7 change slipped in..