~ubuntu-branches/ubuntu/natty/gnupg/natty

« back to all changes in this revision

Viewing changes to debian/patches/24_gpgv_manpage_cleanup.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2010-01-04 20:06:01 UTC
  • mfrom: (1.1.11 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100104200601-0rble341i2xns9xw
Tags: 1.4.10-2ubuntu1
* Merge from Debian testing (lp: #503064, #477818). Remaining changes:
  - Add 'debian/patches/50_disable_mlock_test.dpatch': Disable mlock() test
    since it fails with ulimit 0 (on buildds).
  - Add 'debian/patches/61_use_agent_default.dpatch': Patch to set gpg
    (or gpg2) and gpgsm to use a passphrase agent by default (lp: 15485)
  - Fix udeb build failure on powerpc, building with -O2 instead of -Os.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
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: https://bugs.g10code.com/gnupg/issue917
7
 
## DP: Upstream status: https://bugs.g10code.com/gnupg/issue918
8
 
## DP: Date: 2003-01-22
9
 
 
10
 
@DPATCH@
11
 
diff -urNad gnupg-1.4.6~/doc/gpgv.texi gnupg-1.4.6/doc/gpgv.texi
12
 
--- gnupg-1.4.6~/doc/gpgv.texi  2006-12-04 14:01:31.000000000 +0000
13
 
+++ gnupg-1.4.6/doc/gpgv.texi   2006-12-07 02:33:20.000000000 +0000
14
 
@@ -55,8 +55,8 @@
15
 
 @mansect description
16
 
 @code{@gpgvname} is an OpenPGP signature verification tool.
17
 
 
18
 
-This program is actually a stripped down version of @code{gpg} which is
19
 
-only able to check signatures. It is somewhat smaller than the fully blown
20
 
+This program is actually a stripped-down version of @code{gpg} which is
21
 
+only able to check signatures. It is somewhat smaller than the fully-blown
22
 
 @code{gpg} and uses a different (and simpler) way to check that
23
 
 the public keys used to make the signature are valid. There are
24
 
 no configuration files and only a few options are implemented.
25
 
@@ -114,7 +114,7 @@
26
 
 
27
 
 @mansect return value
28
 
 
29
 
-The program returns 0 if everything was fine, 1 if at least
30
 
+The program returns 0 if everything is fine, 1 if at least
31
 
 one signature was bad, and other error codes for fatal errors.
32
 
 
33
 
 @mansect examples
34
 
@@ -126,7 +126,7 @@
35
 
 @itemx @gpgvname @code{sigfile} 
36
 
 Verify the signature of the file. The second form
37
 
 is used for detached signatures, where @code{sigfile} is the detached
38
 
-signature (either ASCII armored or binary) and are the signed
39
 
+signature (either ASCII-armored or binary) and are the signed
40
 
 data; if this is not given the name of the file holding the signed data is
41
 
 constructed by cutting off the extension (".asc", ".sig" or ".sign") from
42
 
 @code{sigfile}.
43
 
@@ -152,7 +152,7 @@
44
 
 @table @asis
45
 
 
46
 
 @item ~/.gnupg/trustedkeys.gpg
47
 
-The default keyring with the allowed keys
48
 
+The default keyring with the allowed keys.
49
 
 
50
 
 @end table
51
 
 
52
 
diff -urNad gnupg-1.4.6~/doc/opt-homedir.texi gnupg-1.4.6/doc/opt-homedir.texi
53
 
--- gnupg-1.4.6~/doc/opt-homedir.texi   2006-12-04 13:31:56.000000000 +0000
54
 
+++ gnupg-1.4.6/doc/opt-homedir.texi    2006-12-07 02:32:48.000000000 +0000
55
 
@@ -1,11 +1,11 @@
56
 
 @c This option is included at several places.
57
 
 @item --homedir @var{dir}
58
 
 @opindex homedir
59
 
-Set the name of the home directory to @var{dir}. If his option is not
60
 
+Set the name of the home directory to @var{dir}. If this option is not
61
 
 used, the home directory defaults to @file{~/.gnupg}.  It is only
62
 
 recognized when given on the command line.  It also overrides any home
63
 
 directory stated through the environment variable @env{GNUPGHOME} or
64
 
-(on W32 systems) by means on the Registry entry
65
 
+(on W32 systems) by means of the Registry entry
66
 
 @ifset isman
67
 
 @var{HKCU\\Software\\GNU\\GnuPG:HomeDir}.
68
 
 @end ifset