diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-12-12 14:21:53 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-12-12 14:21:53 +0100 |
| commit | eca74f2d3cdfc32ac9c8daeb50bba70da8590d91 (patch) | |
| tree | 644e353876104c3d21891d5de73b7383cfd7a8b7 /debian/control | |
| parent | a691dfaeed95528206863db49f00980413913afc (diff) | |
| download | python-apt-eca74f2d3cdfc32ac9c8daeb50bba70da8590d91.tar.gz | |
debian/control: add Replaces to python-apt-common, python3-apt; to
avoid file conflicts with files previously in python-apt (Closes: #605136).
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 2e5226af..475827e7 100644 --- a/debian/control +++ b/debian/control @@ -88,6 +88,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 @@ -121,6 +122,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) |
