]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
reorder
[debhelper.git] / debian / changelog
index e1a1e626d9e7c31a7d77fc09434d4e25f228445c..c20d5b241e4818bdf06e07b766334a903944335d 100644 (file)
@@ -1,4 +1,40 @@
-debhelper (8.1.4) UNRELEASED; urgency=low
+debhelper (8.1.7) UNRELEASED; urgency=low
+
+  * dh: In v9, any standard rules file targets, including build-arch,
+    build-indep, build, install, etc, can be defined in debian/rules
+    without needing to explicitly tell make the dependencies between
+    the targets. Closes: #629139
+    (Thanks, Roger Leigh)
+  * dh_auto_configure: In v9, does not include the source package name
+    in --libexecdir when using autoconf. Closes: #541458
+  * dh_auto_build, dh_auto_configure, dh: Set environment variables
+    listed by dpkg-buildflags --export. Any environment variables that
+    are already set to other values will not be changed unless
+    appropriate DEB_${flag}_{APPEND,SET} environment variables are also
+    set (see dpkg-buildflags(1)).
+    Closes: #544844
+  * dh_movefiles: Optimise use of xargs. Closes: #627737
+  * Correct docs about multiarch and v9. Closes: #630826
+  * Fix example. Closes: #627534
+  * Fix error message. Closes: #628053
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 21 May 2011 15:24:19 -0400
+
+debhelper (8.1.6) unstable; urgency=low
+
+  * dh_ucf: Fix missing space before ']'s in postrm autoscript.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 28 Apr 2011 12:33:42 -0400
+
+debhelper (8.1.5) unstable; urgency=low
+
+  * dh_ucf: New command, contributed by Jeroen Schot. Closes: #213078
+  * dh_installgsettings: Correct bug in use of find that caused some 
+    gsettings files to be missed. Closes: #624377
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 27 Apr 2011 21:33:50 -0400
+
+debhelper (8.1.4) unstable; urgency=low
 
   * dh_clean: Remove debhelper logs for all packages, including packages
     not being acted on. dh can sometimes produce such logs by accident
@@ -7,8 +43,10 @@ debhelper (8.1.4) UNRELEASED; urgency=low
     for any compat level before v8. But also, such logs can occur
     for other reasons, like interrupted builds during development, 
     and it should be safe to clean them all. Closes: #623446
+  * Fix Typos in documentation regarding {pre,post}{inst,rm}
+    Closes: #623709
 
- -- Joey Hess <joeyh@debian.org>  Thu, 21 Apr 2011 14:05:52 -0400
+ -- Joey Hess <joeyh@debian.org>  Fri, 22 Apr 2011 16:15:21 -0400
 
 debhelper (8.1.3) unstable; urgency=low