diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-10-15 13:54:42 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-10-15 13:54:42 +0200 |
| commit | b1c9874c3957368fddaecebba17d1fb2491c32b4 (patch) | |
| tree | 107a19ec8cbaafab089f1a55a12be9709d2da4e4 /debian/control | |
| parent | a6898b2a021ce0e091bc9ed98b390d3b230b88b2 (diff) | |
| download | python-apt-b1c9874c3957368fddaecebba17d1fb2491c32b4.tar.gz | |
debian/control:
- pre-depend on new pycentral
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 eb783753..c539439a 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,8 @@ XS-Vcs-Bzr: http://code.launchpad.net/~ubuntu-core-dev/python-apt/ubuntu/ Package: python-apt Architecture: any -Depends: python-central (>= 0.5.15ubuntu2), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, lsb-release +Pre-Depends: python-central (>= 0.5.15ubuntu2) +Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, lsb-release Priority: optional Replaces: python2.3-apt (<< 0.6.18), python2.4-apt (<< 0.6.18) Conflicts: python2.3-apt (<< 0.6.18), python2.4-apt (<< 0.6.18) |
