]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
dh_installxfonts: Use new update-fonts-alias --include and --exclude options to bette...
[debhelper.git] / debian / changelog
index e18d1071b58731a3ed38fc232ed1398c405e5c00..bc2da744cd1fb9b9c2f11da751dccffcb2fe9958 100644 (file)
@@ -1,9 +1,62 @@
-debhelper (7.4.6) UNRELEASED; urgency=low
+debhelper (7.4.11) UNRELEASED; urgency=low
+
+  * dh(1): Minor rewording of documentation of override commands.
+    Closes: #560421
+  * dh(1): Add an example of using an override target to avoid
+    dh running several commands. Closes: #560600
+  * dh_installman: Avoid doubled slashes in path. Closes: #561275
+  * dh_installxfonts: Use new update-fonts-alias --include and
+    --exclude options to better handle removal in the case where
+    xfonts-utils is removed before a font package is purged.
+    (#543512; thanks, Theppitak Karoonboonyanan)
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 14 Dec 2009 19:23:25 -0500
+
+debhelper (7.4.10) unstable; urgency=low
+
+  * Add --parallel option that can be used to enable parallel building
+    without limiting the max number of parallel jobs. (Modestas Vainius)
+  * dh_makeshlibs: Temporarily revert fix for #557603, as it caused
+    dpkg-gensymbols to see libraries not in the regular search path and
+    broke builds. This will be re-enabled in v8. Closes: #560217
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 09 Dec 2009 15:17:19 -0500
+
+debhelper (7.4.9) unstable; urgency=low
+
+  * Typo. Closes: #558654
+  * dh_installinit: Fix installation of defaults file when an upstart job is
+    installed. Closes: #558782
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 30 Nov 2009 14:21:10 -0500
+
+debhelper (7.4.8) unstable; urgency=low
+
+  * Parallel building support is no longer enabled by default. It can still
+    be enabled by using the --max-parallel option. This was necessary because
+    some buildds build with -j2 by default. (See #532805)
+  * dh: Document --no-act. Closes: #557505
+  * dh_makeshlibs: Make -X also exclude libraries from the symbols file.
+    Closes: #557603 (Peter Samuelson)
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 23 Nov 2009 13:57:10 -0500
+
+debhelper (7.4.7) unstable; urgency=low
+
+  * make: Avoid infinite make recursion that occurrs when testing existence
+    of a target in a certian horribly broken makefile, by making the test stop
+    after it sees one line of output from make. (This may be better replaced
+    with dh's makefile parser in the future.) Closes: #557307
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 21 Nov 2009 13:35:22 -0500
+
+debhelper (7.4.6) unstable; urgency=low
 
   * Update --list to reflect buildsystem autoselection changes.
   * Remove last vestiages of support for /usr/X11R6.
+  * cmake: Fix deep recursion in test. Closes: #557299
 
- -- Joey Hess <joeyh@debian.org>  Thu, 19 Nov 2009 14:48:03 -0500
+ -- Joey Hess <joeyh@debian.org>  Sat, 21 Nov 2009 13:08:48 -0500
 
 debhelper (7.4.5) unstable; urgency=low