Your message dated Wed, 29 Jul 2009 09:53:33 +0000
with message-id <e1mw5qn-0005ol...@ries.debian.org>
and subject line Bug#538911: fixed in md5deep 3.4-2
has caused the Debian Bug report #538911,
regarding Fixed lintian warning: hyphen-used-as-minus-sign
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 ow...@bugs.debian.org
immediately.)


-- 
538911: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538911
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: md5deep
Severity: wishlist
Tags: patch

Hi,

Rebuilding md5deep I found the following lintian warning:

hyphen-used-as-minus-sign

As this is quick to fix, I have enclosed a patch.

Regards,

-- 
Franck Joncourt
http://debian.org - http://smhteam.info/wiki/
diff --git a/hashdeep/hashdeep.1 b/hashdeep/hashdeep.1
index f210688..9a6c0d5 100644
--- a/hashdeep/hashdeep.1
+++ b/hashdeep/hashdeep.1
@@ -5,10 +5,10 @@ hashdeep \- Compute, compare, or audit multiple message digests
 
 .SH SYNOPSIS
 .B hashdeep 
--V | -h
+\-V | \-h
 .br
 .B hashdeep
-[-c <alg1>[,<alg2>]] [-k <file>] [-i <size>] [-amxwMXrespblvv] [\fBFILES\fR]
+[\-c <alg1>[,<alg2>]] [\-k <file>] [\-i <size>] [\-amxwMXrespblvv] [\fBFILES\fR]
 
 
 .SH DESCRIPTION
@@ -78,7 +78,7 @@ the list of known hashes are output. The only acceptable format
 for known hashes is the output of previous hashdeep runs.
 .br
 \fB\fR
-If standard input is used with the -m flag, displays "stdin"
+If standard input is used with the \-m flag, displays "stdin"
 if the input matches one of the hashes in the list of known hashes. If the
 hash does not match, the program displays no output.
 .br
@@ -112,7 +112,7 @@ does (or does not) match the list of known hashes.
 \fB\-r\fR
 Enables recursive mode. All subdirectories are traversed. Please note
 that recursive mode cannot be used to examine all files of a given 
-file extension. For example, calling hashdeep -r *.txt will examine
+file extension. For example, calling hashdeep \-r *.txt will examine
 all files in \fIdirectories\fR that end in .txt. 
 
 
@@ -176,7 +176,7 @@ is represented with a question mark (?).
 Note that Unicode characters are \fBnot\fR supported in the files
 containing known hashes. You can specify a file of known hashes that has
 Unicode characters in its name by using tab completition or an asterisk
-(e.g. hashdeep -mk *.txt where there is only one file with a .txt extension).
+(e.g. hashdeep \-mk *.txt where there is only one file with a .txt extension).
 
 .SH RETURN VALUE
 Returns zero on success, one on error. 
diff --git a/md5deep/md5deep.1 b/md5deep/md5deep.1
index 03fd470..fd8c67a 100644
--- a/md5deep/md5deep.1
+++ b/md5deep/md5deep.1
@@ -13,10 +13,10 @@ whirlpooldeep \- Compute and compare Whirlpool message digests
 
 .SH SYNOPSIS
 .B md5deep 
--v | -V | -h
+\-v | \-V | \-h
 .br
 .B md5deep
-[\-m|\-M|\-x|\-X <file>]  [-a|-A <hash>]
+[\-m|\-M|\-x|\-X <file>]  [\-a|\-A <hash>]
 [\-p <size>] [\-i <size>] [\-tnwzresS0lbkq] [\-o <fbcplsd>] [\fBFILES\fR]
 
 .SH DESCRIPTION
@@ -52,7 +52,7 @@ using multiplers b, k, m, g, t, p, or e.
 \fB\-r\fR
 Enables recursive mode. All subdirectories are traversed. Please note
 that recursive mode cannot be used to examine all files of a given 
-file extension. For example, calling md5deep -r *.txt will examine
+file extension. For example, calling md5deep \-r *.txt will examine
 all files in \fIdirectories\fR that end in .txt. 
 
 .TP
@@ -73,7 +73,7 @@ Hashkeeper files, iLook, and the National Software Reference Library
 (NSRL) as produced by the National Institute for Standards in Technology.
 .br
 \fB\fR
-If standard input is used with the -m flag, displays "stdin"
+If standard input is used with the \-m flag, displays "stdin"
 if the input matches one of the hashes in the list of known hashes. If the
 hash does not match, the program displays no output.
 .br
@@ -216,7 +216,7 @@ each Unicode character is represented as a question mark (?) in the output.
 Note that Unicode characters are \fBnot\fR supported in the files
 containing known hashes. You can specify a file of known hashes that has
 Unicode characters in its name by using tab completition or an asterisk
-(e.g. md5deep -m *.txt where there is only one file with a .txt extension).
+(e.g. md5deep \-m *.txt where there is only one file with a .txt extension).
 
 .SH RETURN VALUE
 Returns a bit-wise value based on the success of the operation and the
diff --git a/md5deep/sha1deep.1 b/md5deep/sha1deep.1
index 03fd470..fd8c67a 100644
--- a/md5deep/sha1deep.1
+++ b/md5deep/sha1deep.1
@@ -13,10 +13,10 @@ whirlpooldeep \- Compute and compare Whirlpool message digests
 
 .SH SYNOPSIS
 .B md5deep 
--v | -V | -h
+\-v | \-V | \-h
 .br
 .B md5deep
-[\-m|\-M|\-x|\-X <file>]  [-a|-A <hash>]
+[\-m|\-M|\-x|\-X <file>]  [\-a|\-A <hash>]
 [\-p <size>] [\-i <size>] [\-tnwzresS0lbkq] [\-o <fbcplsd>] [\fBFILES\fR]
 
 .SH DESCRIPTION
@@ -52,7 +52,7 @@ using multiplers b, k, m, g, t, p, or e.
 \fB\-r\fR
 Enables recursive mode. All subdirectories are traversed. Please note
 that recursive mode cannot be used to examine all files of a given 
-file extension. For example, calling md5deep -r *.txt will examine
+file extension. For example, calling md5deep \-r *.txt will examine
 all files in \fIdirectories\fR that end in .txt. 
 
 .TP
@@ -73,7 +73,7 @@ Hashkeeper files, iLook, and the National Software Reference Library
 (NSRL) as produced by the National Institute for Standards in Technology.
 .br
 \fB\fR
-If standard input is used with the -m flag, displays "stdin"
+If standard input is used with the \-m flag, displays "stdin"
 if the input matches one of the hashes in the list of known hashes. If the
 hash does not match, the program displays no output.
 .br
@@ -216,7 +216,7 @@ each Unicode character is represented as a question mark (?) in the output.
 Note that Unicode characters are \fBnot\fR supported in the files
 containing known hashes. You can specify a file of known hashes that has
 Unicode characters in its name by using tab completition or an asterisk
-(e.g. md5deep -m *.txt where there is only one file with a .txt extension).
+(e.g. md5deep \-m *.txt where there is only one file with a .txt extension).
 
 .SH RETURN VALUE
 Returns a bit-wise value based on the success of the operation and the
diff --git a/md5deep/sha256deep.1 b/md5deep/sha256deep.1
index 03fd470..fd8c67a 100644
--- a/md5deep/sha256deep.1
+++ b/md5deep/sha256deep.1
@@ -13,10 +13,10 @@ whirlpooldeep \- Compute and compare Whirlpool message digests
 
 .SH SYNOPSIS
 .B md5deep 
--v | -V | -h
+\-v | \-V | \-h
 .br
 .B md5deep
-[\-m|\-M|\-x|\-X <file>]  [-a|-A <hash>]
+[\-m|\-M|\-x|\-X <file>]  [\-a|\-A <hash>]
 [\-p <size>] [\-i <size>] [\-tnwzresS0lbkq] [\-o <fbcplsd>] [\fBFILES\fR]
 
 .SH DESCRIPTION
@@ -52,7 +52,7 @@ using multiplers b, k, m, g, t, p, or e.
 \fB\-r\fR
 Enables recursive mode. All subdirectories are traversed. Please note
 that recursive mode cannot be used to examine all files of a given 
-file extension. For example, calling md5deep -r *.txt will examine
+file extension. For example, calling md5deep \-r *.txt will examine
 all files in \fIdirectories\fR that end in .txt. 
 
 .TP
@@ -73,7 +73,7 @@ Hashkeeper files, iLook, and the National Software Reference Library
 (NSRL) as produced by the National Institute for Standards in Technology.
 .br
 \fB\fR
-If standard input is used with the -m flag, displays "stdin"
+If standard input is used with the \-m flag, displays "stdin"
 if the input matches one of the hashes in the list of known hashes. If the
 hash does not match, the program displays no output.
 .br
@@ -216,7 +216,7 @@ each Unicode character is represented as a question mark (?) in the output.
 Note that Unicode characters are \fBnot\fR supported in the files
 containing known hashes. You can specify a file of known hashes that has
 Unicode characters in its name by using tab completition or an asterisk
-(e.g. md5deep -m *.txt where there is only one file with a .txt extension).
+(e.g. md5deep \-m *.txt where there is only one file with a .txt extension).
 
 .SH RETURN VALUE
 Returns a bit-wise value based on the success of the operation and the
diff --git a/md5deep/tigerdeep.1 b/md5deep/tigerdeep.1
index 03fd470..fd8c67a 100644
--- a/md5deep/tigerdeep.1
+++ b/md5deep/tigerdeep.1
@@ -13,10 +13,10 @@ whirlpooldeep \- Compute and compare Whirlpool message digests
 
 .SH SYNOPSIS
 .B md5deep 
--v | -V | -h
+\-v | \-V | \-h
 .br
 .B md5deep
-[\-m|\-M|\-x|\-X <file>]  [-a|-A <hash>]
+[\-m|\-M|\-x|\-X <file>]  [\-a|\-A <hash>]
 [\-p <size>] [\-i <size>] [\-tnwzresS0lbkq] [\-o <fbcplsd>] [\fBFILES\fR]
 
 .SH DESCRIPTION
@@ -52,7 +52,7 @@ using multiplers b, k, m, g, t, p, or e.
 \fB\-r\fR
 Enables recursive mode. All subdirectories are traversed. Please note
 that recursive mode cannot be used to examine all files of a given 
-file extension. For example, calling md5deep -r *.txt will examine
+file extension. For example, calling md5deep \-r *.txt will examine
 all files in \fIdirectories\fR that end in .txt. 
 
 .TP
@@ -73,7 +73,7 @@ Hashkeeper files, iLook, and the National Software Reference Library
 (NSRL) as produced by the National Institute for Standards in Technology.
 .br
 \fB\fR
-If standard input is used with the -m flag, displays "stdin"
+If standard input is used with the \-m flag, displays "stdin"
 if the input matches one of the hashes in the list of known hashes. If the
 hash does not match, the program displays no output.
 .br
@@ -216,7 +216,7 @@ each Unicode character is represented as a question mark (?) in the output.
 Note that Unicode characters are \fBnot\fR supported in the files
 containing known hashes. You can specify a file of known hashes that has
 Unicode characters in its name by using tab completition or an asterisk
-(e.g. md5deep -m *.txt where there is only one file with a .txt extension).
+(e.g. md5deep \-m *.txt where there is only one file with a .txt extension).
 
 .SH RETURN VALUE
 Returns a bit-wise value based on the success of the operation and the
diff --git a/md5deep/whirlpooldeep.1 b/md5deep/whirlpooldeep.1
index 03fd470..fd8c67a 100644
--- a/md5deep/whirlpooldeep.1
+++ b/md5deep/whirlpooldeep.1
@@ -13,10 +13,10 @@ whirlpooldeep \- Compute and compare Whirlpool message digests
 
 .SH SYNOPSIS
 .B md5deep 
--v | -V | -h
+\-v | \-V | \-h
 .br
 .B md5deep
-[\-m|\-M|\-x|\-X <file>]  [-a|-A <hash>]
+[\-m|\-M|\-x|\-X <file>]  [\-a|\-A <hash>]
 [\-p <size>] [\-i <size>] [\-tnwzresS0lbkq] [\-o <fbcplsd>] [\fBFILES\fR]
 
 .SH DESCRIPTION
@@ -52,7 +52,7 @@ using multiplers b, k, m, g, t, p, or e.
 \fB\-r\fR
 Enables recursive mode. All subdirectories are traversed. Please note
 that recursive mode cannot be used to examine all files of a given 
-file extension. For example, calling md5deep -r *.txt will examine
+file extension. For example, calling md5deep \-r *.txt will examine
 all files in \fIdirectories\fR that end in .txt. 
 
 .TP
@@ -73,7 +73,7 @@ Hashkeeper files, iLook, and the National Software Reference Library
 (NSRL) as produced by the National Institute for Standards in Technology.
 .br
 \fB\fR
-If standard input is used with the -m flag, displays "stdin"
+If standard input is used with the \-m flag, displays "stdin"
 if the input matches one of the hashes in the list of known hashes. If the
 hash does not match, the program displays no output.
 .br
@@ -216,7 +216,7 @@ each Unicode character is represented as a question mark (?) in the output.
 Note that Unicode characters are \fBnot\fR supported in the files
 containing known hashes. You can specify a file of known hashes that has
 Unicode characters in its name by using tab completition or an asterisk
-(e.g. md5deep -m *.txt where there is only one file with a .txt extension).
+(e.g. md5deep \-m *.txt where there is only one file with a .txt extension).
 
 .SH RETURN VALUE
 Returns a bit-wise value based on the success of the operation and the

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: md5deep
Source-Version: 3.4-2

We believe that the bug you reported is fixed in the latest version of
md5deep, which is due to be installed in the Debian FTP archive:

md5deep_3.4-2.diff.gz
  to pool/main/m/md5deep/md5deep_3.4-2.diff.gz
md5deep_3.4-2.dsc
  to pool/main/m/md5deep/md5deep_3.4-2.dsc
md5deep_3.4-2_i386.deb
  to pool/main/m/md5deep/md5deep_3.4-2_i386.deb



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 538...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann <dan...@debian.org> (supplier of updated md5deep 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 29 Jul 2009 10:23:42 +0200
Source: md5deep
Binary: md5deep
Architecture: source i386
Version: 3.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian Forensics <forensics-devel@lists.alioth.debian.org>
Changed-By: Daniel Baumann <dan...@debian.org>
Description: 
 md5deep    - Recursively compute hashsums or piecewise hashings
Closes: 538911
Changes: 
 md5deep (3.4-2) unstable; urgency=low
 .
   * Minimizing rules file.
   * Adding patch from Franck Joncourt <franck.m...@dthconnex.com> to fix
     lintian warnings in manpage (Closes: #538911).
Checksums-Sha1: 
 bd0cd7eb5e37e4f40a0560e5cbbde14d043d0a5f 1205 md5deep_3.4-2.dsc
 8e795035d1aac119c8347e85f9518a67e70fbc90 3500 md5deep_3.4-2.diff.gz
 029283d864c72bb6c95f3407eb4688294678f545 166798 md5deep_3.4-2_i386.deb
Checksums-Sha256: 
 0d8e94d398d0bfb613b684849a3105f9158e49a628cd4631d1a520537d58f5ef 1205 
md5deep_3.4-2.dsc
 b3fd4ebc8d91deddd3580d91e405207e1f0f8df9b4443d0765ca7b783d42f614 3500 
md5deep_3.4-2.diff.gz
 874b8623d2d8f404369cda82275db84e36f28342af4ad8729882de19d08d8064 166798 
md5deep_3.4-2_i386.deb
Files: 
 e7e0fe15f89e08dfb78dda0559e6cd6f 1205 utils optional md5deep_3.4-2.dsc
 f0596e736f97d3bbed2cf19110c8bb93 3500 utils optional md5deep_3.4-2.diff.gz
 3ce3e06ad0d5125760d3f4d71633603b 166798 utils optional md5deep_3.4-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkpwB/8ACgkQ+C5cwEsrK54YrQCeNSrSuHCNrMFdy86/vv7C1/RI
nXEAniDKd02P6oUYhHgtPtPkP7wopbbe
=1Tfy
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/forensics-devel

Reply via email to