support xz and lzma tarballs
Bug #553668 reported by
Dimitri John Ledkov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Distributed Development |
Fix Released
|
Medium
|
Jelmer Vernooij | ||
bzr-builddeb |
Fix Released
|
Medium
|
Jelmer Vernooij |
Bug Description
should support xz & lzma tarballs for repacking into v1 & support in v3.
Work in progress. Needs more testing & additions to test-suite. Most things work.
Will request merge when finished.
Related branches
lp://staging/~jelmer/bzr-builddeb/lzma
- James Westby: Approve
-
Diff: 606 lines (+197/-58)14 files modifiedcmds.py (+4/-2)
debian/changelog (+2/-1)
dh_make.py (+2/-0)
import_dsc.py (+6/-4)
repack_tarball.py (+31/-7)
tests/__init__.py (+35/-30)
tests/test_import_dsc.py (+35/-0)
tests/test_repack_tarball.py (+1/-1)
tests/test_repack_tarball_extra.py (+6/-6)
tests/test_upstream.py (+35/-0)
tests/test_util.py (+27/-4)
upstream/__init__.py (+2/-1)
upstream/pristinetar.py (+8/-1)
util.py (+3/-1)
Changed in bzr-builddeb: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in udd: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in udd: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in bzr-builddeb: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
status: | Triaged → In Progress |
Changed in bzr-builddeb: | |
milestone: | none → 2.7.5 |
status: | In Progress → Fix Released |
Changed in udd: | |
status: | Triaged → Fix Released |
To post a comment you must log in.
Any news on this?