]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gnupg/files/24_gpgv_manpage_cleanup.dpatch
gnupg: add 1.4.5-1 from Debian.
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gnupg / files / 24_gpgv_manpage_cleanup.dpatch
1 #! /bin/sh -e
2 ## 24_gpgv_manpage_cleanup.dpatch
3 ##
4 ## DP: Description: Small fixes for gpgv manpage (#177951)
5 ## DP: Author: "Jim W. Jaszewski" <grok@sprint.ca>
6 ## DP: Upstream status: Not yet submitted
7 ## DP: Date: 2003-01-22
8
9 if [ $# -lt 1 ]; then
10     echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
11     exit 1
12 fi
13
14 [ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
15 patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}"
16
17 case "$1" in
18     -patch) patch -p1 ${patch_opts} < $0;;
19     -unpatch) patch -R -p1 ${patch_opts} < $0;;
20     *)
21         echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
22         exit 1;;
23 esac
24
25 exit 0
26
27 @DPATCH@
28 diff -urNad --exclude=CVS --exclude=.svn ./doc/gpgv.1 /tmp/dpep-work.8DP6Z3/gnupg-1.4.3/doc/gpgv.1
29 --- ./doc/gpgv.1        2005-10-18 12:47:48.000000000 +0100
30 +++ /tmp/dpep-work.8DP6Z3/gnupg-1.4.3/doc/gpgv.1        2006-04-05 02:14:37.000000000 +0100
31 @@ -11,12 +11,12 @@
32  \fBgpgv\fR is the OpenPGP signature checking tool. 
33   
34  .PP 
35 -This program is a stripped down version of \fBgpg\fR which is able 
36 +This program is a stripped-down version of \fBgpg\fR which is able 
37  only 
38 -to check signatures.  It is somewhat smaller than the fully blown 
39 -\fBgpg\fR and uses a different (and simpler) way to check that 
40 +to check signatures.  It is somewhat smaller than the fully-blown 
41 +\fBgpg\fR and uses a different (and simpler)) way to check that 
42  the public keys used to make the signature are trustworthy.  There are 
43 -no options files and only very few options are implemented. 
44 +no options files and only a very few options are implemented. 
45  .PP 
46  \fBgpgv\fR assumes that all keys in the keyring are trustworthy. 
47  By default it uses a keyring named \fBtrustedkeys.gpg\fP which is 
48 @@ -41,7 +41,7 @@
49  .IP "" 10 
50  "gnupg-ring:" is the default one. 
51  .IP "\-\-homedir \fBdirectory\fR" 10 
52 -Set the name of the home directory to \fBdirectory\fR If this 
53 +Set the name of the home directory to \fBdirectory\fR. If this 
54  option is not used, it defaults to "~/.gnupg". It does 
55  not make sense to use this in an options file. This 
56  also overrides the environment variable "GNUPGHOME". 
57 @@ -57,7 +57,7 @@
58  checks just warnings. 
59  .SH "RETURN VALUE" 
60  .PP 
61 -The program returns 0 if everything was fine, 1 if at least 
62 +The program returns 0 if everything is fine, 1 if at least 
63  one signature was bad, and other error codes for fatal errors. 
64   
65  .SH "EXAMPLES" 
66 @@ -65,7 +65,7 @@
67  .IP "gpgv \fBsigfile\fR [\fBfiles\fR]" 10 
68  Verify the signature of the file. The second form 
69  is used for detached signatures, where \fBsigfile\fR is the detached 
70 -signature (either ASCII armored or binary) and [\fBfiles\fR] are the signed 
71 +signature (either ASCII-armored or binary) and [\fBfiles\fR] are the signed 
72  data; if this is not given the name of the file holding the signed data is 
73  constructed by cutting off the extension (".asc", ".sig" or ".sign") from 
74  \fBsigfile\fR. 
75 @@ -76,5 +76,5 @@
76  If set directory used instead of "~/.gnupg". 
77  .SH "FILES" 
78  .IP "~/.gnupg/trustedkeys.gpg" 10 
79 -The default keyring with the allowed keys 
80 +The default keyring with the allowed keys. 
81  .\" created by instant / docbook-to-man, Tue 18 Oct 2005, 13:47