]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
debian/compress files are now deprecated. Seems only one package (genesis) still...
[debhelper.git] / debian / changelog
index fa04d07801b75464f99733e27763def96a7af068..c851773ce70f102ab44479bf928e6323077755db 100644 (file)
@@ -4,6 +4,18 @@ debhelper (7.4.21) UNRELEASED; urgency=low
   * 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.
+  * debian/compress files are now deprecated. Seems only one package
+    (genesis) still uses them.
 
  -- Joey Hess <joeyh@debian.org>  Mon, 17 May 2010 20:01:19 -0400