Fix pod syntax problems in caff (Closes: #485653).
authorthijs <thijs@b513b33f-fedd-0310-b452-c3deb5f4c849>
Sat, 14 Jun 2008 15:48:25 +0000 (15:48 +0000)
committerthijs <thijs@b513b33f-fedd-0310-b452-c3deb5f4c849>
Sat, 14 Jun 2008 15:48:25 +0000 (15:48 +0000)
git-svn-id: svn://svn.debian.org/pgp-tools/trunk@386 b513b33f-fedd-0310-b452-c3deb5f4c849

caff/caff
debian/changelog

index 8ebf8662479caa466944ae55b58023626e672fa2..440816c7251efab19c75cf09d565f89672a4441d 100755 (executable)
--- a/caff/caff
+++ b/caff/caff
@@ -135,14 +135,22 @@ A list of your keys.  This is used to determine which signatures to keep
 in the pruning step.  If you select a key using B<-u> it has to be in
 this list.  B<REQUIRED>.
 
+=back
+
 =head2 General settings
 
+=over
+
 =item B<caffhome> [string]
 
 Base directory for the files caff stores.  Default: B<$HOME/.caff/>.
 
+=back
+
 =head2 GnuPG settings
 
+=over
+
 =item B<gpg> [string]
 
 Path to the GnuPG binary.  Default: B<gpg>.
@@ -171,8 +179,12 @@ Additional keyids to encrypt messages to. Default: none.
 Additional commands to pass to gpg after the "sign" command.
 Default: none.
 
+=back
+
 =head2 Keyserver settings
 
+=over
+
 =item B<keyserver> [string]
 
 Keyserver to download keys from.  Default: B<subkeys.pgp.net>.
@@ -186,8 +198,12 @@ Default: B<0>.
 
 A list of files containing keys to be imported.
 
+=back
+
 =head2 Signing settings
 
+=over
+
 =item B<no-sign> [boolean]
 
 If true, then skip the signing step. Default: B<0>.
@@ -207,8 +223,12 @@ than this age.  Default: B<24*60*60> (i.e. one day).
 Select the key that is used for signing, in case you have more than one key.
 With multiple keyids, sign with each key in turn.
 
+=back
+
 =head2 Mail settings
 
+=over
+
 =item B<mail> [boolean]
 
 Whether to send mails. This is a quad-option, with which you can set the
index 87ce2d6ec9673c98b887e6bd8f3806c1e3a82b38..47a6f2899cedacbffffcb87d021c68efeb5fba42 100644 (file)
@@ -1,8 +1,9 @@
 signing-party (1.0-3) UNRELEASED; urgency=low
 
   * Checked for policy 3.8.0, no changes.
+  * Fix pod syntax problems in caff (Closes: #485653).
 
- -- Thijs Kinkhorst <thijs@debian.org>  Sat, 14 Jun 2008 17:32:03 +0200
+ -- Thijs Kinkhorst <thijs@debian.org>  Sat, 14 Jun 2008 17:47:59 +0200
 
 signing-party (1.0-2) unstable; urgency=low