]> err.no Git - dpkg/commitdiff
Update changelog entries concerning the integration of Dpkg::Deps.
authorRaphael Hertzog <hertzog@debian.org>
Mon, 15 Oct 2007 13:38:19 +0000 (15:38 +0200)
committerRaphael Hertzog <hertzog@debian.org>
Thu, 18 Oct 2007 12:30:16 +0000 (14:30 +0200)
ChangeLog
debian/changelog

index 30fa32e5a765360bc7dab6481dab96f47ab77bbd..76cbc427b19de0b2d8fec9f2ed90d4d6df8fbc2c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        exports ".." as $pkgdatadir during tests).
        * scripts/dpkg-shlibdeps.pl: bugfix, avoid unwanted modification
        of @pkg_shlibs by my_find_library.
+       * scripts/dpkg-{checkbuilddeps.pl,gencontrol.pl,source.pl}:
+       adapted to use the new Dpkg::Deps module. dpkg-gencontrol gains
+       new features such as automatic simplification of dependencies.
+       * scripts/controllib.pl: remove unused parsedep() and showdep().
+       * man/dpkg-gencontrol.1: document the new behaviour with
+       dependency fields.
 
 2007-10-14  Raphael Hertzog  <hertzog@debian.org>
 
index 3c9533570b2da4396329a50074c63b59f738c670..6c1c500af6d086042fac0df6afef52eac0699268 100644 (file)
@@ -29,6 +29,12 @@ dpkg (1.14.8) UNRELEASED; urgency=low
     * If dpkg-shlibdeps doesn't find any dependency information for a
       shared library that is actively used, then it will fail. This can be
       disabled with the option --ignore-missing-info. Closes: #10807
+  * Switch perl programs to use the new Dpkg/Deps module. This changes the
+    behaviour of dpkg-gencontrol which will rewrite and simplify dependencies
+    as possible.
+    Multiple dependencies on the same package are replaced by their
+    intersection. Closes: #178203, #186809, #222652
+    This applies to dependencies as well as build dependencies.
 
   [ Frank Lichtenheld ]
   * Add $(MAKE) check to build target