~ubuntu-branches/ubuntu/vivid/gnupg2/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/fix_760273.patch

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2014-10-30 15:32:48 UTC
  • mfrom: (14.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20141030153248-yzgwg8613ms7hrrz
Tags: 2.0.26-3ubuntu1
* Merge from Debian, remaining changes:
  - Drop sh prefix from openpgp test environment as it leads to exec
    invocations of sh /bin/bash leading to syntax errors from sh.  Fixes
    FTBFS detected in Ubuntu saucy archive rebuild.
  - Add udev rules to give gpg access to some smartcard readers;
    Debian #543217.
  - debian/gnupg2.udev: udev rules to set ACLs on SCM smartcard readers.
  - Add upstart user job for gpg-agent.
  - debian/control: drop dirmngr to Suggests as it is in universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit 9c999c74389736a5bc0cbdb5a803632d8fb463dd
 
2
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
 
3
Date:   Tue Sep 2 09:42:15 2014 -0400
 
4
 
 
5
    Typo fix for gpg.texi
 
6
    
 
7
    Originally reported by Jakub Wilk in https://bugs.debian.org/760273
 
8
 
 
9
--- a/doc/gpg.texi
 
10
+++ b/doc/gpg.texi
 
11
@@ -3455,7 +3455,7 @@
 
12
 absolute value internally and thus the last year we can represent is
 
13
 2105.
 
14
 
 
15
-@item  Ceation-Date: @var{iso-date}
 
16
+@item  Creation-Date: @var{iso-date}
 
17
 Set the creation date of the key as stored in the key information and
 
18
 which is also part of the fingerprint calculation.  Either a date like
 
19
 "1986-04-26" or a full timestamp like "19860426T042640" may be used.
 
20
--- a/doc/gnupg.info-1
 
21
+++ b/doc/gnupg.info-1
 
22
@@ -4042,7 +4042,7 @@
 
23
      intervals, GnuPG uses an absolute value internally and thus the
 
24
      last year we can represent is 2105.
 
25
 
 
26
-Ceation-Date: ISO-DATE
 
27
+Creation-Date: ISO-DATE
 
28
      Set the creation date of the key as stored in the key information
 
29
      and which is also part of the fingerprint calculation.  Either a
 
30
      date like "1986-04-26" or a full timestamp like "19860426T042640"