]> err.no Git - dpkg/commitdiff
ChangeLog: move everything related to Dpkg::Deps at the same date.
authorRaphael Hertzog <hertzog@debian.org>
Thu, 18 Oct 2007 07:08:59 +0000 (09:08 +0200)
committerRaphael Hertzog <hertzog@debian.org>
Thu, 18 Oct 2007 12:30:17 +0000 (14:30 +0200)
ChangeLog

index 76cbc427b19de0b2d8fec9f2ed90d4d6df8fbc2c..da778b5ada0d8e14d40b6772519e200b58c7f156 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2007-10-18  Raphael Hertzog  <hertzog@debian.org>
+
+       * scripts/Dpkg/Deps.pm: new module to handle dependencies, to
+       evaluate them and check implications between them.
+       * scripts/t/400_Dpkg_Deps.t: non-regression tests for Dpkg::Deps.
+       * scripts/dpkg-checkbuilddeps.pl: adapted to use the new
+       Dpkg::Deps module.
+       * scripts/dpkg-source.pl: Likewise.
+       * scripts/dpkg-scanpackages.pl: Likewise.
+       * scripts/dpkg-gencontrol.pl: Likewise. Also gains new features
+       such as automatic simplification of dependencies.
+       * scripts/controllib.pl: remove unused parsedep(), showdep(),
+       @pkg_dep_fields and @src_dep_fields.
+       * man/dpkg-gencontrol.1: document the new behaviour with
+       dependency fields.
+
 2007-10-18  Guillem Jover  <guillem@debian.org>
 
        * scripts/Dpkg/ErrorHandling.pm (report): New function.
        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>
 
        * scripts/Dpkg/Version.pm: mark compare_versions as exportable.
-       * scripts/Dpkg/Deps.pm: new module to handle dependencies, to
-       evaluate them and check implications between them.
-       * scripts/t/400_Dpkg_Deps.t: non-regression tests for Dpkg::Deps.
 
 2007-10-13  Guillem Jover  <guillem@debian.org>