Your message dated Sat, 03 Apr 2010 17:13:33 +0000
with message-id <[email protected]>
and subject line Bug#573197: fixed in lrzip 0.45-1
has caused the Debian Bug report #573197,
regarding lrzip: [PATCH] Fix hyphens in manual page
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
573197: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573197
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lrzip
Severity: wishlist
Tags: patch
The patch fixed hyphes in manual page.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
>From 6ec5c5c3c0d1e297fd34b5b780ece3a0986401e7 Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Mon, 4 Jan 2010 13:13:46 +0200
Subject: [PATCH] man/lrzip.1: fix hyphens
Signed-off-by: Jari Aalto <[email protected]>
---
man/lrzip.1 | 62 +++++++++++++++++++++++++++++-----------------------------
1 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/man/lrzip.1 b/man/lrzip.1
index 1f0ffac..61fa966 100644
--- a/man/lrzip.1
+++ b/man/lrzip.1
@@ -5,13 +5,13 @@ lrzip \- a large-file compression program
.PP
lrzip [OPTIONS] <file>
.br
-lrzip -d [OPTIONS] <file>
+lrzip \-d [OPTIONS] <file>
.br
lrunzip [OPTIONS] <file>
.br
lrztar [lrzip options] <directory>
.br
-lrztar -d [lrzip options] <directory>
+lrztar \-d [lrzip options] <directory>
.br
LRZIP=NOCONFIG [lrzip|lrunzip] [OPTIONS] <file>
.PP
@@ -29,29 +29,29 @@ Here is a summary of the options to lrzip\&.
.nf
- -w size compression window in hundreds of MB
- default chosen by heuristic dependant on ram and chosen compression
- -d decompress
- -o filename specify the output file name and/or path
- -O directory specify the output directory when -o is not used
- -S suffix specify compressed suffix (default '.lrz')
- -f force overwrite of any existing files
- -D delete existing files
- -P don't set permissions on output file - may leave it world-readable
- -q don't show compression progress
- -L level set lzma/bzip2/gzip compression level (1-9, default 7)
- -n no backend compression - prepare for other compressor
- -l lzo compression (ultra fast)
- -b bzip2 compression
- -g gzip compression using zlib
- -z zpaq compression (best, extreme compression, extremely slow)
- -M Maximum window and level - (all available ram and level 9)
- -T value Compression threshold with LZO test. (0 (nil) - 10 (high), default 1)
- -N value Set nice value to value (default 19)
- -v[v] Increase verbosity
- -V show version
- -t test compressed file integrity
- -i show compressed file information
+ \-w size compression window in hundreds of MB
+ default chosen by heuristic dependent on ram and chosen compression
+ \-d decompress
+ \-o filename specify the output file name and/or path
+ \-O directory specify the output directory when \-o is not used
+ \-S suffix specify compressed suffix (default '.lrz')
+ \-f force overwrite of any existing files
+ \-D delete existing files
+ \-P don't set permissions on output file. It may leave it world-readable
+ \-q don't show compression progress
+ \-L level set lzma/bzip2/gzip compression level (1\-9, default 7)
+ \-n no backend compression. Prepare for other compressor
+ \-l lzo compression (ultra fast)
+ \-b bzip2 compression
+ \-g gzip compression using zlib
+ \-z zpaq compression (best, extreme compression, extremely slow)
+ \-M Maximum window and level - (all available ram and level 9)
+ \-T value Compression threshold with LZO test. (0 (nil) - 10 (high), default 1)
+ \-N value Set nice value to value (default 19)
+ \-v[v] Increase verbosity
+ \-V show version
+ \-t test compressed file integrity
+ \-i show compressed file information
If no filenames or "-" is specified, stdin/out will be used.
@@ -68,7 +68,7 @@ Print an options summary page
Print the lrzip version number
.IP
.IP "\fB-v[v]\fP"
-Increases verbosity. -vv will print more messages than -v.
+Increases verbosity. \-vv will print more messages than \-v.
.IP
.IP "\fB-w n\fP"
Set the compression window size to n in hundreds of megabytes. This is the amount
@@ -85,7 +85,7 @@ lrzip which uses the most memory that is reasonable. It is limited to 2GB on
Set the compression level from 1 to 9. The default is
to use level 7, which is a reasonable compromise between speed and
compression. The compression level is also strongly related to how much
-memory lrzip uses. See the -w option for details.
+memory lrzip uses. See the \-w option for details.
.IP
.IP "\fB-M \fP"
Maximum compression\&. If this option is set, then lrzip ignores the heuristic
@@ -106,7 +106,7 @@ The default is 1.
.IP "\fB-d\fP"
Decompress. If this option is not used then lrzip looks at
the name used to launch the program. If it contains the string
-'lrunzip' then the -d option is automatically set.
+"lrunzip" then the \-d option is automatically set.
.IP
.IP "\fB-l\fP"
LZO Compression. If this option is set then lrzip will use the ultra
@@ -136,12 +136,12 @@ but at the cost of being extremely slow on both compress and decompress.
.IP "\fB-o\fP"
Set the output file name. If this option is not set then
the output file name is chosen based on the input name and the
-suffix. The -o option cannot be used if more than one file name is
+suffix. The \-o option cannot be used if more than one file name is
specified on the command line.
.IP
.IP "\fB-O\fP"
Set the output directory for the default filename. This option
-cannot be combined with -o.
+cannot be combined with \-o.
.IP
.IP "\fB-S\fP"
Set the compression suffix. The default is '.lrz'.
@@ -170,7 +170,7 @@ long periods.
.IP "\fB-N value\fP"
The default nice value is 19. This option can be used to set the priority
scheduling for the lrzip backup or decompression. Valid nice values are
-from -20 to 19.
+from \-20 to 19.
.IP
.IP "\fB-t\fP"
This tests the compressed file integrity. It does this by decompressing it
--
1.6.5
--- End Message ---
--- Begin Message ---
Source: lrzip
Source-Version: 0.45-1
We believe that the bug you reported is fixed in the latest version of
lrzip, which is due to be installed in the Debian FTP archive:
lrzip_0.45-1.debian.tar.gz
to main/l/lrzip/lrzip_0.45-1.debian.tar.gz
lrzip_0.45-1.dsc
to main/l/lrzip/lrzip_0.45-1.dsc
lrzip_0.45-1_i386.deb
to main/l/lrzip/lrzip_0.45-1_i386.deb
lrzip_0.45.orig.tar.bz2
to main/l/lrzip/lrzip_0.45.orig.tar.bz2
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jari Aalto <[email protected]> (supplier of updated lrzip package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 30 Mar 2010 16:26:08 +0300
Source: lrzip
Binary: lrzip
Architecture: source i386
Version: 0.45-1
Distribution: unstable
Urgency: low
Maintainer: Jari Aalto <[email protected]>
Changed-By: Jari Aalto <[email protected]>
Description:
lrzip - compression program with a very high compression ratio
Closes: 573197 573198 573200 573203 573204
Changes:
lrzip (0.45-1) unstable; urgency=low
.
* New upstream release.
* debian/*.pod
- Delete files. Accepted by upstream.
* debian/copyright
- (X-Upstream-Vc-Git): New field.
* debian/patches
- (Number 00, 01, 20): Delete files. Accepted by upstream
(Closes: #573204, #573203, #573200, #573198, #573197).
* debian/rules
- (man): Delete target. Upstream accepted all manual pages.
- (override_dh_auto_install): New; convert from 'install'.
Checksums-Sha1:
e4e1695d18e381b44ec9e04d2caf4b225062d227 1166 lrzip_0.45-1.dsc
13c5a082a90a9e2f633e593940129c8774fa54c1 173198 lrzip_0.45.orig.tar.bz2
76ef5e88dcd37bb0f2da98575326a0d1e4ccaf08 8377 lrzip_0.45-1.debian.tar.gz
a231254bf477bd4430e5b08680f3898f38831253 113264 lrzip_0.45-1_i386.deb
Checksums-Sha256:
d7601fe8354cece90191725b606631b63fdf3eb7d9903a852c5fb04f91db42c6 1166
lrzip_0.45-1.dsc
100d951786451fd87361898e3e1d9ec43e074bec668254c9f3356ae9b502fb49 173198
lrzip_0.45.orig.tar.bz2
5d28d7a975f0ab5695daa743ebcd8779c1840580e1e242ca7e8256f3daa40b3a 8377
lrzip_0.45-1.debian.tar.gz
8f37165497f77e2209fa332b59039c298eefa1ef7f840fca71d45d390619e1e1 113264
lrzip_0.45-1_i386.deb
Files:
dee0eb5ffb02dd33e2bffbe8d9c005ae 1166 utils optional lrzip_0.45-1.dsc
53f5d71625a66447917bb80fe2aed616 173198 utils optional lrzip_0.45.orig.tar.bz2
03e3aa520269d2bbba0736567f71682b 8377 utils optional lrzip_0.45-1.debian.tar.gz
142d7d5c7d3bca8e175b0c70c4b1767f 113264 utils optional lrzip_0.45-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkuyHRwACgkQpdwBkPlyvgMY4wCeLlTT4NZoFo1tOfDFp7SS0SBD
HB0AnRAvZGvTTXJhfFnudy5jYXtLF8rW
=ItEf
-----END PGP SIGNATURE-----
--- End Message ---