diff options
| author | Martin Pitt <martin.pitt@canonical.com> | 2011-12-09 12:59:06 +0100 |
|---|---|---|
| committer | Martin Pitt <martin.pitt@canonical.com> | 2011-12-09 12:59:06 +0100 |
| commit | 4527baed46ce0d3be4829deb7e972bc7fd6c34fd (patch) | |
| tree | f74304337d4781febf6d39cbe59527cf7a806ff9 | |
| parent | de62809269935415e37c50c49da6bdc7fabf0c00 (diff) | |
| download | python-apt-4527baed46ce0d3be4829deb7e972bc7fd6c34fd.tar.gz | |
debian/control: Drop unnecessary Recommends: python2.6 again.
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 157b52ba..25f8e15a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-apt (0.8.3ubuntu2) UNRELEASED; urgency=low + + * debian/control: Drop unnecessary Recommends: python2.6 again. + + -- Martin Pitt <martin.pitt@ubuntu.com> Fri, 09 Dec 2011 12:58:53 +0100 + python-apt (0.8.3ubuntu1) precise; urgency=low * merged from debian/sid diff --git a/debian/control b/debian/control index 31ca4d35..060badc6 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ XS-Debian-Vcs-Browser: http://bzr.debian.org/loggerhead/apt/python-apt/debian-si Package: python-apt Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-apt-common -Recommends: lsb-release, iso-codes, python2.6, xz-lzma +Recommends: lsb-release, iso-codes, xz-lzma Breaks: packagekit-backend-apt (<= 0.4.8-0ubuntu4), computer-janitor (<< 1.14.1-1+), debdelta (<< 0.41+), |
