diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 10 | ||||
| -rw-r--r-- | debian/control | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e674ad60..8eab9649 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +python-apt (0.7.9~exp2ubuntu3) jaunty; urgency=low + + * apt/__init__.py: + - use iso_3166.xml instead of iso_3166.tab + - fix incorrect indent + * debian/control: + - add Recommends to iso-codes (for iso_3166.xml) + + -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 22 Jan 2009 09:37:17 +0100 + python-apt (0.7.9~exp2ubuntu2) jaunty; urgency=low * apt/__init__.py: diff --git a/debian/control b/debian/control index abce7569..a347a19f 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Vcs-Bzr: http://code.launchpad.net/~ubuntu-core-dev/python-apt/ubuntu Package: python-apt Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, lsb-release +Recommends: iso-codes Priority: optional Provides: ${python:Provides} Suggests: python-apt-dbg, python-gtk2, python-vte |
