From: thialme-guest <thialme-guest@b513b33f-fedd-0310-b452-c3deb5f4c849>
Date: Fri, 11 Sep 2009 22:02:53 +0000 (+0000)
Subject: * gpg-mailkeys: Mentionned both the .gpg-mailkeysrc and .signature files in
X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=76b2e6a914bd6fbe3793b75cdb4a4954b898b5b0;p=pgp-tools.git

* gpg-mailkeys: Mentionned both the .gpg-mailkeysrc and .signature files in
  the manpage.


git-svn-id: svn://svn.debian.org/pgp-tools/trunk@445 b513b33f-fedd-0310-b452-c3deb5f4c849
---

diff --git a/debian/changelog b/debian/changelog
index 7837e37..2e03705 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,6 @@ signing-party (1.1.2-1) UNRELEASED; urgency=low
 
   TODOs:
   * Check for Debian policy 3.8.3
-  * Update of the gpg-mailkeys man page to mention both the signature and
-    gpg-mailkeysrc files.
 
   [ Franck Joncourt ]
   * gpgsigs: 
@@ -21,11 +19,12 @@ signing-party (1.1.2-1) UNRELEASED; urgency=low
     + Warned the user if a local-user keyid is not listed as a keyid in
       ./caffrc. (Closes: #540165).
   * gpgdir: New upstream release.
-  * gpg-mailkeys: (Closes: #545186)
+  * gpg-mailkeys:
     + The charset for the text of the message is deduced from the charset used
       by ~/.gpg-mailkeysrc and ~/.signature.
-    + The text message is encoded in quoted printable and thus it requires a
-      new dependency on qprint in debian/control.
+      The text message is encoded in quoted printable and thus it requires a
+      new dependency on qprint in debian/control. (Closes: #545186)
+    + Mentionned both the .gpg-mailkeysrc and .signature files in the manpage.
   * debian.control: added ${misc:Depends} as Depends for the keyanalyze
     package.
 
diff --git a/gpg-mailkeys/gpg-mailkeys.1 b/gpg-mailkeys/gpg-mailkeys.1
index a1a6767..eed6c56 100644
--- a/gpg-mailkeys/gpg-mailkeys.1
+++ b/gpg-mailkeys/gpg-mailkeys.1
@@ -1,6 +1,8 @@
-.TH GPG-MAILKEYS 1 "February 15, 2003"
+.\"
+.TH GPG-MAILKEYS 1 "September 11, 2009"
 .SH NAME
-gpg\-mailkeys \- sends emails containing keys to their owners
+.B gpg\-mailkeys
+\- sends emails containing keys to their owners
 .SH SYNOPSIS
 .B gpg-mailkeys
 .RI id ...
@@ -29,6 +31,19 @@ Set the subject of the messages you send
 .TP 13
 .I TEXT
 Set the body text of the messages
+
+.SH FILES
+The behavior of
+.B gpg-mailkeys
+can be updated through some files available in the user home directory.
+
+Thus,
+.B .gpg-mailkeysrc
+allows the user to overwrite the default value for the above environment
+variables, and any text in
+.B .signature
+will be appended to the end of the body text of the message.
+
 .SH SEE ALSO
 .BR gpg (1), caff (1)
 .SH AUTHOR