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.
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
2 matches
Mail list logo