diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-08 16:38:33 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-08 16:38:33 +0200 |
| commit | f4fd803ae9d2a0bbdb03f5b9fc21e432ebbdb0b3 (patch) | |
| tree | ab46efaedcaff08938bba0d5e675cd10cd2cfd4a /debian/control | |
| parent | 8cf52a64893ee959d7235d79c79bb31716441d98 (diff) | |
| download | python-apt-f4fd803ae9d2a0bbdb03f5b9fc21e432ebbdb0b3.tar.gz | |
* merged r192 from mainline
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 350d08e0..e8d0038c 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: python Priority: optional Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Matt Zimmerman <mdz@debian.org>, Michael Vogt <mvo@debian.org> -Standards-Version: 3.6.1.1 -Build-Depends: debhelper (>= 4.2.28), libapt-pkg-dev (>= 0.6.40), apt-utils, python-dev, python2.4-dev +Standards-Version: 3.6.2.0 +Build-Depends: debhelper (>= 5.0), libapt-pkg-dev (>= 0.6.40), apt-utils, python-dev, python2.4-dev Package: python-apt Architecture: all @@ -23,7 +23,7 @@ Description: Python interface to libapt-pkg Package: python2.4-apt Architecture: any Depends: python2.4, ${shlibs:Depends} -Conflicts: python-apt (<< 0.6.11) +Replaces: python-apt (<< 0.6.11) Priority: optional Description: Python interface to libapt-pkg The apt-pkg Python interface will provide full access to the internal |
