]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
dh_gencontrol: No longer need to generate the udeb filename when calling dpkg-gencontrol.
[debhelper.git] / debian / changelog
index c1a41e1c43d3f90b77c785b9ba57d0d36d89bfe7..fcd990bedda8a4364fd4d1009c9dcfa3b471b57b 100644 (file)
@@ -1,8 +1,26 @@
-debhelper (7.1.2) UNRELEASED; urgency=low
-
+debhelper (7.2.0) UNRELEASED; urgency=low
+
+  * dh: debian/rules override targets can change what is run
+    for a specific debhelper command in a sequence.
+    (Thanks Modestas Vainius for the improved makefile parser.)
+  * dh: Redid all the examples to use override targets, since these
+    eliminate all annoying boilerplate and are much easier to understand
+    than the old method.
+  * Remove rules.simple example, there's no need to use explcit targets
+    with dh anymore.
   * dh: Fix typo. Closes: #509754
   * debhelper.pod: Fix typo. Closes: #510180
   * dh_gconf: Support mandatory settings. Closes: #513923
+  * dh: Support debian/rules calling make with -B,
+    which is useful to avoid issues with phony implicit
+    rules (see bug #509756).
+  * Improve error messages when child commands fail.
+  * Depend on dpkg-dev 1.14.19, the first to support Package-Type
+    fields in dpkg-gencontrol.
+  * dh_gencontrol: No longer need to generate the udeb filename
+    when calling dpkg-gencontrol.
+  * dh_gencontrol: Do not need to tell dpkg-gencontol not to
+    include the Homepage field in udebs (fixed in dpkg-dev 1.14.17).
 
  -- Joey Hess <joeyh@debian.org>  Thu, 25 Dec 2008 16:26:36 -0500
 
@@ -33,7 +51,7 @@ debhelper (7.1.0) experimental; urgency=low
     Closes: #370823
   * Move many command-specific options to only be accepted by the command
     that uses them. Affected options are:
-    -V, -x, -r, -R, -l, -L, -m,
+    -x, -r, -R, -l, -L, -m,
     --include-conffiles, --no-restart-on-upgrade, --no-start,
     --restart-after-upgrade, --init-script, --filename, --flavor, --autodest,
     --libpackage, --add-udeb, --dpkg-shlibdeps-params,