[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#718329: marked as done (apt: Please add support for .deb with uncompressed data.tar member)



Your message dated Sun, 23 Feb 2014 00:53:41 +0100
with message-id <20140222235341.GA26091@bod>
and subject line Fixed with the 0.9.15.4 upload
has caused the Debian Bug report #718329,
regarding apt: Please add support for .deb with uncompressed data.tar member
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
718329: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718329
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apt
Version: 0.9.9.4
Severity: wishlist

Hi!

The apt code does not support uncompressed data.tar .deb members, as
specified by deb(5), which have been supported by since dpkg 1.10.24.

At least the kernel team is currently using «dpkg-deb -Zgzip -z0» on
linux-source-3.10, which generates an uncompressed data.tar.gz member
(which TBH in a strict sense it's bogus for dpkg to create), because
otherwise dak rejects uncompressed .deb data.tar members by way of
python-apt, and finally libapt. dpkg-deb calls that “compressor” «none»,
in case you'd like to have some term consistency.

In any case uncompressed data.tar members are useful in general, when
the contents are all already compressed and there's no gain in
recompressing the member again. AFAIK debdelta is also using those
when reconstructing .debs to feed to dpkg, to avoid duped work.

Thanks,
Guillem

--- End Message ---
--- Begin Message ---
This is fixed now with:

apt (0.9.15.4) unstable; urgency=low

  [ Michael Vogt ]
  * remove auto-generated apt-key and sources.list on clean (closes:
  739749)
  * add testcase for Bug#718329
  * various fixes for ADT failures

  [ Jon Severinsson ]
  * add apt-vendor information for tanglu

  [ Guillem Jover ]
  * ExtractTar: Allow an empty decompressor program
  * DebFile: Refactor ExtractTarMember() out from ExtractArchive()
  * Add support for data.tar, control.tar and control.tar.xz
  * debian: Add debDebFile::ExtractTarMember to the symbols file
  * Fix typos in documentation (codespell)

 -- Michael Vogt <mvo@debian.org>  Sun, 23 Feb 2014 00:27:12 +0100

--- End Message ---

Reply to: