]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
dh_testversion: Removed this deprecated command.
[debhelper.git] / debian / changelog
index e4108fe953ce6ae9cf2fee45b38110d3b41d5c40..fd0beb530d2733d3deb0e27769daab1867f43f63 100644 (file)
@@ -1,7 +1,60 @@
-debhelper (7.4.16) UNRELEASED; urgency=low
+debhelper (7.4.21) UNRELEASED; urgency=low
+
+  * dh_installman: Support .so links relative to the current section.
+  * dh_installman: Avoid converting .so links to symlinks if the link
+    target is not present in the same binary package, on advice of 
+    Colin Watson. (To support eventual so search paths.)
+  * Add deprecation warning for dh_clean -k.
+  * In v8 mode, do not allow directly passing unknown options to debhelper
+    commands. (Unknown options in DH_OPTIONS still only result in warnings.)
+  * In v8 mode, dh_makeshlibs will run dpkg-gensymbols on all shared
+    libraries it generates shlibs files for. This means that -X can be
+    used to exclude libraries from processing by dpkg-gensymbols. It also
+    means that libraries in unusual locations, where dpkg-gensymbols does
+    not itself normally look will be passed to it, a behavior change which
+    may break some packages. Closes: #557603
+  * dh_testversion: Removed this deprecated command.
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 17 May 2010 20:01:19 -0400
+
+debhelper (7.4.20) unstable; urgency=low
+
+  * Drop one more call to dpkg-architecture. Closes: #580837
+    (Raphael Geissert)
+  * Further reduce the number of calls to dpkg-architecture to zero,
+    in a typical package with no explicit architecture mentions
+    in control file or debhelper config files.
+  * dh_perl: use debian_abi for XS modules. Closes: #581233
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 12 May 2010 20:06:02 -0400
+
+debhelper (7.4.19) unstable; urgency=low
+
+  * Memoize architecture comparisons in samearch, and avoid calling
+    dpkg-architecture at all for simple comparisons that clearly
+    do not involve architecture wildcards. Closes:# 579317
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 26 Apr 2010 19:45:07 -0400
+
+debhelper (7.4.18) unstable; urgency=low
+
+  * dh_gconf: Depend on new gconf2 that uses triggers, and stop
+    calling triggered programs manually. Closes: #577179
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 26 Apr 2010 16:23:38 -0400
+
+debhelper (7.4.17) unstable; urgency=low
+
+  * Fix #572077 in one place I missed earlier. (See #576885)
+  * dh: Fixed example of overriding binary target.
+  * Began finalizing list of changes for v8 compat level.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 08 Apr 2010 18:23:43 -0400
+
+debhelper (7.4.16) unstable; urgency=low
 
   * Updated French translation.
-  * makefile buildsystem: Chomp output during test for full compatability
+  * makefile buildsystem: Chomp output during test for full compatibility
     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).
@@ -19,7 +72,7 @@ debhelper (7.4.16) UNRELEASED; urgency=low
     Closes: #574351
   * dh: Improve documentation.
 
- -- Joey Hess <joeyh@debian.org>  Thu, 18 Feb 2010 17:53:27 -0500
+ -- Joey Hess <joeyh@debian.org>  Tue, 06 Apr 2010 22:06:50 -0400
 
 debhelper (7.4.15) unstable; urgency=low