Преглед на файлове

sync dpkg and dpkg-static dependencies, fix double conflict for dpkg

Wichert Akkerman преди 24 години
родител
ревизия
3be09a4f9d
променени са 3 файла, в които са добавени 9 реда и са изтрити 5 реда
  1. 5 0
      ChangeLog
  2. 1 0
      debian/changelog
  3. 3 5
      debian/control

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+Tue Jul  2 09:41:44 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
+
+  * debian/control: sync dpkg and dpkg-static dependencies, fix double
+    conflict for dpkg
+
 Tue Jul  2 01:04:29 CDT 2002 Adam Heath <doogie@debian.org>
 Tue Jul  2 01:04:29 CDT 2002 Adam Heath <doogie@debian.org>
 
 
   * debian/rules: Don't always call autoheader during build.
   * debian/rules: Don't always call autoheader during build.

+ 1 - 0
debian/changelog

@@ -4,6 +4,7 @@ dpkg (1.10.1) unstable; urgency=low
   * Replace manpages-de which includes one of our manpages  Closes:
   * Replace manpages-de which includes one of our manpages  Closes:
     #151485.
     #151485.
   * Don't always call autoheader when building.  Closes: #151471.
   * Don't always call autoheader when building.  Closes: #151471.
+  * Fix double conflict in dpkg. Closes: Bug#151581
 
 
  -- Wichert Akkerman <wakkerma@debian.org>  UNRELEASED
  -- Wichert Akkerman <wakkerma@debian.org>  UNRELEASED
 
 

+ 3 - 5
debian/control

@@ -13,9 +13,8 @@ Package: dpkg
 Architecture: any
 Architecture: any
 Essential: yes
 Essential: yes
 Pre-Depends: dselect, ${shlibs:Pre-Depends}
 Pre-Depends: dselect, ${shlibs:Pre-Depends}
-Conflicts: sysvinit (<< 2.82-1), dpkg-iasearch
+Conflicts: sysvinit (<< 2.82-1), dpkg-iasearch, dpkg-static
 Replaces: dpkg-doc-ja, dpkg-static, manpages-de (<= 0.4-3)
 Replaces: dpkg-doc-ja, dpkg-static, manpages-de (<= 0.4-3)
-Conflicts: dpkg-static
 Description: Package maintenance system for Debian
 Description: Package maintenance system for Debian
  This package contains the programs which handle the installation and
  This package contains the programs which handle the installation and
  removal of packages on your system.
  removal of packages on your system.
@@ -31,9 +30,8 @@ Package: dpkg-static
 Architecture: any
 Architecture: any
 Priority: optional
 Priority: optional
 Pre-Depends: dselect, ${shlibs:Pre-Depends}
 Pre-Depends: dselect, ${shlibs:Pre-Depends}
-Depends: sysvinit (>= 2.82-1)
-Replaces: dpkg-doc-ja, dpkg
-Conflicts: dpkg
+Replaces: dpkg-doc-ja, dpkg, manpages-de (<= 0.4-3)
+Conflicts: sysvinit (<< 2.82-1), dpkg-iasearch, dpkg
 Provides: dpkg
 Provides: dpkg
 Description: Package maintenance system for Debian (static compile)
 Description: Package maintenance system for Debian (static compile)
  This package contains the programs which handle the installation and
  This package contains the programs which handle the installation and