Bug#700680: lbzip2 can't compress symlinks when output to stdout

2013-03-02 Thread MikoĊ‚aj Izdebski
tags 700680 fixed-upstream -- Thank you for the report. The bug was fixed upstream: https://github.com/kjn/lbzip2/commit/7d85774 -- Mikolaj Izdebski -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.

Bug#700680: lbzip2 can't compress symlinks when output to stdout

2013-02-15 Thread Steve Ward
Package: lbzip2 Version: 2.2-2 Severity: minor # Steps to reproduce: $ lbzip2 -c /usr/share/dict/words > foo lbzip2: skipping "/usr/share/dict/words": not a regular file $ echo $? 4 # must use --force option $ lbzip2 --force -c /usr/share/dict/words > foo # bzip2 works $ bzip2 -c /usr/share/di