]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
dh: Allow --list-addons to be used when not in a source package. Closes: #574351
[debhelper.git] / debian / changelog
index 552e284f29c9928bfd254d0910c0e963a6fef3e1..62504507b8cb3b53c4f0c6d94e0ea0a083f72c70 100644 (file)
@@ -1,3 +1,47 @@
+debhelper (7.4.16) UNRELEASED; urgency=low
+
+  * Updated French translation.
+  * makefile buildsystem: Chomp output during test for full compatability
+    with debhelper 7.4.11. Closes: #570503
+  * dh_install: Now --list-missing and --fail-missing are useful even when
+    not all packages are acted on (due to architecture limits or flags).
+    Closes: #570373
+  * Typo. Closes: #571968
+  * If neither -a or -i are specified, debhelper commands used to default
+    to acting on all packages in the control file, which was a guaranteed
+    failure if the control file listed packages that did not build for the
+    target architecture. After recent optimisations, this default behavior
+    can efficiently be changed to the more sane default of acting on only
+    packages that can be built for the current architecture. This change
+    is mostly useful when using minimal rules files with dh. Closes: #572077
+  * dh_md5sums: Sort to ensure stable, more diffable order. Closes: #573702
+  * dh: Allow --list-addons to be used when not in a source package.
+    Closes: #574351
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 18 Feb 2010 17:53:27 -0500
+
+debhelper (7.4.15) unstable; urgency=low
+
+  * The fix for #563557 caused some new trouble involving makefile
+    that misbehave when stderr is closed. Reopen it to /dev/null
+    when testing for the existance of a makefile target. Closes: #570443 
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 18 Feb 2010 16:37:34 -0500
+
+debhelper (7.4.14) unstable; urgency=low
+
+  * dh: Disable option bundling to avoid mis-parsing bundled options such
+    as "-Bpython-support". Closes: #570039
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 16 Feb 2010 14:47:10 -0500
+
+debhelper (7.4.13) unstable; urgency=low
+
+  * dh_compress: Avoid compressing images in /usr/share/info. Closes: #567586
+  * Fix handling of -O with options specified by commands. Closes: #568081
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 02 Feb 2010 12:15:41 -0500
+
 debhelper (7.4.12) unstable; urgency=low
 
   * dh_bugfiles: Doc typo. Closes: #563269