diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-06 18:07:24 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-06 18:07:24 +0200 |
commit | 8e72d2085d7c84466d25178c2eb256ad3e972dde (patch) | |
tree | a7805dd8e21eb2e0b0a7c6324b63b33ef36286d9 /debian/control | |
parent | 857a1d4aafc7fd4cc9d1f22c7ef4d274b09c2906 (diff) |
* debian/changelog:
- don't rewrite history
* debian/control:
- added dpkg versionized depends
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 62ca713f1..47406b09f 100644 --- a/debian/control +++ b/debian/control @@ -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. |