Package: less Version: 451-1 Severity: minor Unfortunately, lesspipe does not handle *.txz files, although it *does* handle *.tar.xz and *.xz files.
The following tiny change should fix the problem: --- lesspipe.old 2012-10-15 04:34:49.000000000 +0100 +++ lesspipe.new 2012-10-31 21:26:18.699346847 +0000 @@ -196,7 +196,7 @@ tar tzvf "$1" --force-local ;; - *.tar.xz) + *.tar.xz|*.txz) if [ -x "`which xz`" ]; then xz -dc "$1" | tar tfvv - else -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages less depends on: ii debianutils 4.3.4 ii libc6 2.13-36 ii libtinfo5 5.9-10 less recommends no packages. less suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org