]> err.no Git - dpkg/commitdiff
Cleanup of various Conflicts/Replaces
authorRaphael Hertzog <hertzog@debian.org>
Fri, 25 Apr 2008 12:42:36 +0000 (14:42 +0200)
committerRaphael Hertzog <hertzog@debian.org>
Fri, 25 Apr 2008 12:42:36 +0000 (14:42 +0200)
debian/changelog
debian/control

index 35fd47bf5a475940549b163b764b537526bda59e..25b5520dfd418ac3e402c3c49485810f585cc3aa 100644 (file)
@@ -16,6 +16,15 @@ dpkg (1.14.19) UNRELEASED; urgency=low
     Closes: #476113
   * Fix dpkg-source to grant correct permissions to tarballs of native
     source packages. Closes: #477784
+  * Add Conflicts: devscripts (<< 2.10.26) to ensure that people are
+    using versions of debsign/mergechanges that support the Checksums fields
+    in *.dsc and *.changes.
+  * Cleanup the various Conflicts/Replaces fields to remove references
+    to package that have disappeared before sarge (this includes dpkg-doc-ja,
+    dpkgname, and dpkg-static which has never officially been built).
+    dpkg-iasearch has been kept as popcon still reports a few installations.
+  * Collapsed multiple conflicts of dpkg with old versions of dpkg-dev
+    in a single Conflicts: dpkg-dev (<< 1.14.16).
   
   [ Helge Kreutzmann ]
   * Minor fixes and clarifications to man pages.
index 4cc350922147ee54342bb43983c3d1037375a94b..c1ca9019a5748aa9b2b137c378966268dad529d5 100644 (file)
@@ -19,11 +19,9 @@ Package: dpkg
 Architecture: any
 Essential: yes
 Pre-Depends: ${shlibs:Depends}, coreutils (>= 5.93-1)
-Conflicts: sysvinit (<< 2.82-1), dpkg-iasearch (<< 0.11), dpkg-static,
- dpkg-dev (<< 1.14.6), dpkg-dev (= 1.14.13), dpkg-dev (= 1.14.14),
- apt (<< 0.7.7), aptitude (<< 0.4.7-1)
-Replaces: dpkg-doc-ja, dpkg-static, manpages-de (<= 0.4-3),
- manpages-pl (<= 20051117-1)
+Conflicts: sysvinit (<< 2.82-1), dpkg-iasearch (<< 0.11),
+ dpkg-dev (<< 1.14.16), apt (<< 0.7.7), aptitude (<< 0.4.7-1)
+Replaces: manpages-de (<= 0.4-3), manpages-pl (<= 20051117-1)
 Suggests: apt, lzma
 Description: package maintenance system for Debian
  This package contains the low-level commands for handling the installation
@@ -40,8 +38,8 @@ Depends: dpkg (>= 1.14.6), perl5, perl-modules, cpio (>= 2.4.2-2), bzip2, lzma,
  patch (>= 2.2-1), make, binutils, libtimedate-perl
 Recommends: gcc | c-compiler, build-essential
 Suggests: gnupg, debian-keyring
-Conflicts: dpkgname, dpkg-cross (<< 2.0.0)
-Replaces: dpkgname, dpkg (<< 1.4.1.8), dpkg-doc-ja, manpages-pl (<= 20051117-1)
+Conflicts: dpkg-cross (<< 2.0.0), devscripts (<< 2.10.26)
+Replaces: manpages-pl (<= 20051117-1)
 Description: package building tools for Debian
  This package contains the tools (including dpkg-source) required to
  unpack, build and upload Debian source packages.