[Bug 805389] Re: Support xz compression inside debs
Michael Vogt
michael.vogt at ubuntu.com
Wed Jul 13 09:55:18 UTC 2011
Thanks Colin for the testing. I merged your fix for the missing bits in
python-apt now. The reason its missing is that its in the 0.7 API compat
code. With the 0.8 API the filelist is more pythonic:
def test_xz_data(self):
deb = apt.debfile.DebPackage("./data/test_debs/data-tar-xz.deb")
self.assertEqual(deb.filelist, ["./", "usr/", "usr/bin/"])
But of course LP uses the 0.7 API so this patch needs to be added. I
uploaded a new version now to lucid-proposed and will do the required
apt bit as well.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python-apt in Ubuntu.
https://bugs.launchpad.net/bugs/805389
Title:
Support xz compression inside debs
Status in “apt” package in Ubuntu:
Fix Released
Status in “python-apt” package in Ubuntu:
Fix Released
Status in “apt” source package in Lucid:
Triaged
Status in “python-apt” source package in Lucid:
Fix Committed
Bug description:
Python-apt should support xz compression in deb packages.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/805389/+subscriptions
More information about the foundations-bugs
mailing list