diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-03-30 17:13:04 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-03-30 17:13:04 +0200 |
| commit | 57ed80e7fd4f1d9d819f76acdca460a8ca638266 (patch) | |
| tree | aefff2ae098c4f6f59d4eb9b1fbecd8c3a110250 /debian | |
| parent | 33b79b4717953064130e5be3b3371613e2b7a210 (diff) | |
| parent | 4bbf76cfa7a42b0cccd650baf3508cf6cfb14c5a (diff) | |
| download | python-apt-57ed80e7fd4f1d9d819f76acdca460a8ca638266.tar.gz | |
* python/arfile.cc, apt/debfile.py:
- add support for .xz archives
* tests/test_debfile.py:
- add test for xz compression
* update priority of python3-apt to match the archive
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 11 | ||||
| -rw-r--r-- | debian/control | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 89395ab4..346a42a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +python-apt (0.7.100.2ubuntu3) UNRELEASED; urgency=low + + [ Michael Vogt ] + * python/arfile.cc, apt/debfile.py: + - add support for .xz archives + * tests/test_debfile.py: + - add test for xz compression + * update priority of python3-apt to match the archive + + -- Michael Vogt <mvo@debian.org> Mon, 21 Mar 2011 15:46:50 +0100 + python-apt (0.7.100.2ubuntu2) natty; urgency=low [ Barry Warsaw ] diff --git a/debian/control b/debian/control index 73a4b57b..dbfe644f 100644 --- a/debian/control +++ b/debian/control @@ -98,6 +98,7 @@ Description: Python interface to libapt-pkg (locales) This package contains locales. Package: python3-apt +Priority: optional Architecture: any Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-apt-common Recommends: lsb-release, iso-codes |
