Pārlūkot izejas kodu

undo versioned dpkg dependencies

Ian Jackson 20 gadi atpakaļ
vecāks
revīzija
9275e2f603
2 mainītis faili ar 6 papildinājumiem un 5 dzēšanām
  1. 5 4
      debian/changelog
  2. 1 1
      debian/control

+ 5 - 4
debian/changelog

@@ -1,10 +1,13 @@
-apt (0.6.45ubuntu6) unstable; urgency=low
+apt (0.6.45ubuntu6) edgy; urgency=low
 
 
   * Tests pass without code changes!  Except that we need this:
   * Tests pass without code changes!  Except that we need this:
   * Bump cache file major version to force rebuild so that Breaks
   * Bump cache file major version to force rebuild so that Breaks
     dependencies are included.
     dependencies are included.
+  * Don't depend on or suggest any particular dpkg or dpkg-dev versions;
+    --auto-deconfigure is very very old and dpkg-dev's Breaks support
+    is more or less orthogonal.
 
 
- -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue,  5 Sep 2006 19:50:02 +0100
+ -- Ian Jackson <iwj@ubuntu.com>  Tue,  5 Sep 2006 19:50:02 +0100
 
 
 apt (0.6.45ubuntu6~iwj) unstable; urgency=low
 apt (0.6.45ubuntu6~iwj) unstable; urgency=low
 
 
@@ -21,8 +24,6 @@ apt (0.6.45ubuntu5) edgy; urgency=low
   * apt-pkg/deb/dpkgpm.cc:
   * apt-pkg/deb/dpkgpm.cc:
     - pass "--auto-deconfigure" to dpkg on install to support the
     - pass "--auto-deconfigure" to dpkg on install to support the
       new "breaks" in dpkg
       new "breaks" in dpkg
-  * debian/control:
-    - depend on a dpkg with "breaks" support
 
 
  -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 15 Aug 2006 12:06:26 +0200
  -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 15 Aug 2006 12:06:26 +0200
 
 

+ 1 - 1
debian/control

@@ -14,7 +14,7 @@ Priority: important
 Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7)
 Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7)
 Provides: ${libapt-pkg:provides}
 Provides: ${libapt-pkg:provides}
 Recommends: ubuntu-keyring
 Recommends: ubuntu-keyring
-Suggests: aptitude | synaptic | gnome-apt | wajig, dpkg-dev (>= 1.13.22ubuntu4), apt-doc, bzip2, gnupg
+Suggests: aptitude | synaptic | gnome-apt | wajig, dpkg-dev, apt-doc, bzip2, gnupg
 Section: admin
 Section: admin
 Description: Advanced front-end for dpkg
 Description: Advanced front-end for dpkg
  This is Debian's next generation front-end for the dpkg package manager.
  This is Debian's next generation front-end for the dpkg package manager.