Package: patchutils
Version: 0.2.31-4
Severity: normal
Attached is a patch that documents that lsdiff(1) takes a -z option.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=ISO-8859-1) (ignored:
LC_ALL set to en_US)
Shell: /bin/sh linked to /bin/dash
Versions of packages patchutils depends on:
ii debianutils 2.28.2 Miscellaneous utilities specific t
ii libc6 2.7-6 GNU C Library: Shared libraries
ii patch 2.5.9-4 Apply a diff file to an original
ii perl 5.8.8-12 Larry Wall's Practical Extraction
patchutils recommends no packages.
-- no debconf information
>From b18387956cb68c9119513da991aade370da8e6d4 Mon Sep 17 00:00:00 2001
From: Jari Aalto <[EMAIL PROTECTED]>
Date: Fri, 15 Feb 2008 21:53:52 +0200
Subject: [PATCH] doc/patchutils.xml: (lsdiff): Document option -z
Signed-off-by: Jari Aalto <[EMAIL PROTECTED]>
---
doc/patchutils.xml | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/doc/patchutils.xml b/doc/patchutils.xml
index b898509..6791f23 100644
--- a/doc/patchutils.xml
+++ b/doc/patchutils.xml
@@ -976,6 +976,7 @@ patch.file]]></screen></para>
<arg choice="opt">-E</arg>
<arg choice="opt">-i <replaceable>PATTERN</replaceable></arg>
<arg choice="opt">-x <replaceable>PATTERN</replaceable></arg>
+ <arg choice="opt">-z</arg>
<group choice="opt">
<arg>-# <replaceable>RANGE</replaceable></arg>
<arg>--hunks=<replaceable>RANGE</replaceable></arg>
@@ -1159,6 +1160,14 @@ patch.file]]></screen></para>
</varlistentry>
<varlistentry>
+ <term><option>-z</option></term>
+ <listitem>
+ <para>Decompress files with extensions .gz and .bz2.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>-H</option>, <option>--with-filename</option></term>
<listitem>
<para>Print the name of the patch file containing each
--
1.5.3.8