diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-12-21 18:18:28 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-12-21 18:18:28 +0100 |
| commit | 4861eac4753a9b60ed6df2d25aae0da74b84728a (patch) | |
| tree | eb468082ea40517bb34f995be228368f4013758a /debian/control | |
| parent | 0e40b52a82efc95161c2dfb84f3c3737452336fb (diff) | |
| parent | 674f6c2e21b8f59a6a23089eb8da5f210f865bc2 (diff) | |
| download | python-apt-4861eac4753a9b60ed6df2d25aae0da74b84728a.tar.gz | |
merged from debian-sid
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index e7521c60..4b1b2d92 100644 --- a/debian/control +++ b/debian/control @@ -89,6 +89,7 @@ Architecture: all Depends: ${misc:Depends}, python | python3 Enhances: python-apt, python3-apt Breaks: python-apt (<< 0.7.98+nmu1) +Replaces: python-apt (<< 0.7.98+nmu1) Description: Python interface to libapt-pkg (locales) The apt_pkg Python interface will provide full access to the internal libapt-pkg structures allowing Python programs to easily perform a @@ -122,6 +123,7 @@ Priority: extra Architecture: any Section: debug Breaks: python-apt (<< 0.7.98+nmu1) +Replaces: python-apt (<< 0.7.98+nmu1) Depends: python3-dbg, python3-apt (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Python 3 interface to libapt-pkg (debug extension) |
