diff options
author | Julian Andres Klode <jak@debian.org> | 2010-03-01 13:47:56 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2010-03-01 13:47:56 +0100 |
commit | 946b0e068e431df81badf88ab795cbad7cd846dd (patch) | |
tree | 4871a7f6c9e4a0d5a29a376a92ea2228098af04f /debian/control | |
parent | b07740deb6debca95441a90f4bfd89f497ad36f4 (diff) |
* cmdline/apt-mark:
- Use the new python-apt API (and conflict with python-apt << 0.7.93.2).
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index de2bf6544..c2b6c17a5 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Architecture: any Depends: ${shlibs:Depends}, debian-archive-keyring, ${misc:Depends} Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7) Provides: ${libapt-pkg:provides} +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 This is Debian's next generation front-end for the dpkg package manager. |