tags 548190 + upstream fixed-upstream pending thanks Hi,
Francesco Potortì wrote: > here is a pipeline that > decompresses stdin be it compressed with gzip or bzip2, and leaves it > untopuched if it is not compressed: > > bzip2 -cdfq | gzip -cdfq > > However, extending it to also decompress xz fails: > > bzip2 -cdfq | xz -cdfq | gzip -cdfq > > because xz does not let an unrecognised file pass through. Thanks for the report. This is fixed upstream by commit 18c10c3 (Make "xz --decompress --stdout --force" copy unrecognized files as is to standard output., 2009-07-04). If you’d like to try a newer version before it is uploaded to Debian, see the packages for testing at <http://collab-maint.alioth.debian.org/xz-utils> or the source repository <http://git.debian.org/?p=collab-maint/xz.git>. Regards, Jonathan -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

