diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-12-22 11:02:50 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-12-22 11:02:50 +0100 |
| commit | e1d214484bdb2c6fed6a3bfeaff6229a31190fdd (patch) | |
| tree | f6b3c70a5212f72d72b2f87accb76f98ce55519d /debian | |
| parent | cae9a2b68b868558828331bfda65d32d9d942962 (diff) | |
| download | python-apt-e1d214484bdb2c6fed6a3bfeaff6229a31190fdd.tar.gz | |
* debian/control:
- really dropped python2.6 recommends
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index f6956175..f155d1c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,11 @@ -python-apt (0.7.100.1ubuntu2) natty; urgency=low +python-apt (0.7.100.1ubuntu2) UNRELEASEDnatty; urgency=low * python/depcache.cc: - when using the actiongroup as a contextmanager incref/decref on enter and leave. this should fix the instablity issues that aptdaemon runs into (LP: #691134) + * debian/control: + - really dropped python2.6 recommends -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 22 Dec 2010 10:52:50 +0100 diff --git a/debian/control b/debian/control index 4b1b2d92..a5d2236a 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}, python-apt-common -Recommends: lsb-release, iso-codes, python2.6 +Recommends: lsb-release, iso-codes Breaks: debdelta (<< 0.28~), packagekit-backend-apt (<= 0.4.8-0ubuntu4), ${python:Breaks} Provides: ${python:Provides} Suggests: python-apt-dbg, python-gtk2, python-vte, python-apt-doc |
