diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-01-22 09:38:51 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-01-22 09:38:51 +0100 |
| commit | 029acf72fdc00598bedaf873a18854367043d4f9 (patch) | |
| tree | 1228f81065a4b5ce6f052c3c4300b27cdf56c0e1 /debian | |
| parent | f30c7b595dfcfcd7271b9ec4751a39a34a2488bd (diff) | |
| parent | 9ecd5cc188487f6823fb450d1ef4aa3f97fcef7b (diff) | |
| download | python-apt-029acf72fdc00598bedaf873a18854367043d4f9.tar.gz | |
* 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)
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 |
