diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-03-12 12:41:41 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-03-12 12:41:41 +0100 |
| commit | 886cf9ab3e38a930f676d97d1e673be8d2ea7883 (patch) | |
| tree | 098d610e70eb13b77f4ebfc4f7b971aef686aa67 | |
| parent | 89246e2b657c7f160d5ebe2633ef64e3cdc23ee8 (diff) | |
| download | python-apt-886cf9ab3e38a930f676d97d1e673be8d2ea7883.tar.gz | |
recommend python2.6.
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 276e5cc3..6970a7cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ python-apt (0.7.94.1) UNRELEASED; urgency=low * Pass --exclude=migrate-0.8.py to dh_pycentral; in order to not depend - on python2.6. + on python2.6; but recommend python2.6. * Use dh_link instead of ln for python-apt-doc (Closes: #573523). * Pass --link-doc=python-apt to dh_installdocs. * Install examples to python-apt-doc instead of python-apt. diff --git a/debian/control b/debian/control index af7aa055..3785e5d5 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Vcs-Browser: http://bzr.debian.org/loggerhead/apt/python-apt/debian-sid/changes Package: python-apt Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} -Recommends: lsb-release, iso-codes +Recommends: lsb-release, iso-codes, python2.6 Breaks: debdelta (<< 0.28~), packagekit-backend-apt (<= 0.4.8-0ubuntu4) Provides: ${python:Provides} Suggests: python-apt-dbg, python-gtk2, python-vte, python-apt-doc |
