* debian/changelog:
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 6 Sep 2006 16:07:24 +0000 (18:07 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 6 Sep 2006 16:07:24 +0000 (18:07 +0200)
  - don't rewrite history
* debian/control:
  - added dpkg versionized depends

debian/changelog
debian/control

index da396e7..3795309 100644 (file)
@@ -6,8 +6,6 @@ apt (0.6.45ubuntu5) edgy; urgency=low
   * 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
 
index 62ca713..47406b0 100644 (file)
@@ -9,12 +9,12 @@ Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1)
 
 Package: apt
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, dpkg (>= 1.13.22ubuntu4)
 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.