Просмотр исходного кода

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

Wichert Akkerman лет назад: 24
Родитель
Сommit
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>
 
   * 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:
     #151485.
   * Don't always call autoheader when building.  Closes: #151471.
+  * Fix double conflict in dpkg. Closes: Bug#151581
 
  -- Wichert Akkerman <wakkerma@debian.org>  UNRELEASED
 

+ 3 - 5
debian/control

@@ -13,9 +13,8 @@ Package: dpkg
 Architecture: any
 Essential: yes
 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)
-Conflicts: dpkg-static
 Description: Package maintenance system for Debian
  This package contains the programs which handle the installation and
  removal of packages on your system.
@@ -31,9 +30,8 @@ Package: dpkg-static
 Architecture: any
 Priority: optional
 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
 Description: Package maintenance system for Debian (static compile)
  This package contains the programs which handle the installation and