diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-07-29 20:16:00 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-07-29 20:16:00 +0200 |
commit | cd02388d4877038e13326d84c5745c44acb0ce61 (patch) | |
tree | 8a04ec28280e183a914f836d8a0b6a04e413baa7 /debian/control | |
parent | 15cffcd54f7638af2a2edb46330812b46fb1bf07 (diff) |
remove debian-archive-keyring dependency and readd
recommends to the ubuntu-keyring
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 535a436ee..5d709ab8e 100644 --- a/debian/control +++ b/debian/control @@ -13,9 +13,10 @@ Vcs-Bzr: http://bzr.debian.org/apt/debian-sid/ Package: apt Architecture: any -Depends: ${shlibs:Depends}, debian-archive-keyring, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: manpages-pl (<< 20060617-3~) Provides: ${libapt-pkg:provides} +Recommends: ubuntu-keyring Conflicts: python-apt (<< 0.7.93.2~) Suggests: aptitude | synaptic | wajig, dpkg-dev, apt-doc, bzip2, lzma, python-apt Description: Advanced front-end for dpkg |