From: Bdale Garbee Date: Mon, 21 Feb 2011 05:02:53 +0000 (-0700) Subject: patch that updates LESSOPEN X-Git-Tag: debian/1.4-1~20 X-Git-Url: https://git.gag.com/?p=debian%2Fgzip;a=commitdiff_plain;h=d06e0288c7f44218ba9a4175faedeed0b5b2a8e8 patch that updates LESSOPEN --- diff --git a/debian/changelog b/debian/changelog index 18ad7ae..57b31f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,11 @@ -gzip (1.4-2) UNRELEASED; urgency=low - - * add Vcs entries to control file - - -- Bdale Garbee Fri, 12 Nov 2010 01:09:14 -0700 - -gzip (1.4-1) unstable; urgency=low +gzip (1.4-1) UNRELEASED; urgency=low * new upstream version + * add Vcs entries to control file + * patch zless LESSOPEN definition to allow handling of gunzip data on STDIN, + closes: #248302 - -- Bdale Garbee Tue, 20 Apr 2010 02:15:06 -0600 + -- Bdale Garbee Sun, 20 Feb 2011 21:59:46 -0700 gzip (1.3.12-9) unstable; urgency=high diff --git a/zless.in b/zless.in index dbdcfbe..0aa940f 100644 --- a/zless.in +++ b/zless.in @@ -53,5 +53,5 @@ if test "${LESSMETACHARS+set}" != set; then export LESSMETACHARS fi -LESSOPEN="|gzip -cdfq -- %s"; export LESSOPEN +LESSOPEN="|-gzip -cdfq -- %s"; export LESSOPEN exec less "$@"