]> git.saurik.com Git - apt.git/commitdiff
undo versioned dpkg dependencies
authorIan Jackson <ian@anarres>
Wed, 6 Sep 2006 16:22:12 +0000 (17:22 +0100)
committerIan Jackson <ian@anarres>
Wed, 6 Sep 2006 16:22:12 +0000 (17:22 +0100)
1  2 
debian/changelog
debian/control

diff --combined debian/changelog
index 376d6035f4008f04e2da1437b78048c9b78547de,37953090dedacd376f2f50bd18ad53f14191add1..6dc69ba12ff6c1d64e45ea1d686a0e7f12c8b91b
@@@ -1,18 -1,3 +1,21 @@@
- apt (0.6.45ubuntu6) unstable; urgency=low
++apt (0.6.45ubuntu6) edgy; urgency=low
 +
 +  * Tests pass without code changes!  Except that we need this:
 +  * Bump cache file major version to force rebuild so that Breaks
 +    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
 +
 +  * Initial draft of `Breaks' implementation.  Appears to compile,
 +    but as yet *completely untested*.
 +
 + -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri, 25 Aug 2006 15:39:07 +0100
 +
  apt (0.6.45ubuntu5) edgy; urgency=low
  
    * apt-pkg/pkgcachegen.cc:
@@@ -21,8 -6,6 +24,6 @@@
    * apt-pkg/deb/dpkgpm.cc:
      - pass "--auto-deconfigure" to dpkg on install to support the
        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
  
diff --combined debian/control
index 62ca713f1da32ce1485b8a3dcee8fe34f8f84e40,47406b09f556632381cf30fe030471eabf945fe3..dfcebf41e13956b84dd57db513492c959c391e02
@@@ -9,12 -9,12 +9,12 @@@ Build-Depends-Indep: debiandoc-sgml, do
  
  Package: apt
  Architecture: any
 -Depends: ${shlibs:Depends}, dpkg (>= 1.13.22ubuntu4)
 +Depends: ${shlibs:Depends}
  Priority: important
  Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7)
  Provides: ${libapt-pkg:provides}
  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
  Description: Advanced front-end for dpkg
   This is Debian's next generation front-end for the dpkg package manager.