[Pgp-tools-commit] r185 - in trunk: . caff debian keylookup
Peter Palfrader
weasel at costa.debian.org
Tue Aug 16 14:45:10 UTC 2005
Author: weasel
Date: 2005-08-16 14:45:08 +0000 (Tue, 16 Aug 2005)
New Revision: 185
Added:
trunk/caff/README
trunk/keylookup/NEWS
Removed:
trunk/caff/README.caff
trunk/debian/examples
trunk/keylookup/NEWS.keylookup
Modified:
trunk/Makefile
trunk/debian/docs
trunk/debian/rules
Log:
Make $program/ directories in doc/signing-party
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2005-08-16 14:36:42 UTC (rev 184)
+++ trunk/Makefile 2005-08-16 14:45:08 UTC (rev 185)
@@ -1,4 +1,4 @@
-DIRS=caff gpg-key2ps gpg-mailkeys gpgsigs gpglist
+DIRS=caff gpg-key2ps gpg-mailkeys gpgsigs gpglist keylookup
VERSION=$(shell dpkg-parsechangelog 2>&1 | perl -ne 'print $$1 if /^Version: ([^-]*)/')
TGZ=../signing-party_$(VERSION).orig.tar.gz
TGZ_DIR=signing-party-$(VERSION)
Copied: trunk/caff/README (from rev 184, trunk/caff/README.caff)
Deleted: trunk/caff/README.caff
===================================================================
--- trunk/caff/README.caff 2005-08-16 14:36:42 UTC (rev 184)
+++ trunk/caff/README.caff 2005-08-16 14:45:08 UTC (rev 185)
@@ -1,45 +0,0 @@
-caff -- CA - fire and forget
-
-caff is a script that helps you in keysigning. It takes a list of
-keyids on the command line, fetches them from a keyserver and calls
-GnuPG so that you can sign it. It then mails each key to all its
-email addresses - only including the one UID that we send to in each
-mail.
-
-Features:
- * Easy to setup.
- * Attaches only the very UID that we send to in the mail.
- * Prunes the key from all signatures that are not self sigs and
- not done by you, thereby greatly reducing the size of mails.
- * Sends the mail encrypted if possible, will warn before sending
- unencrypted mail (sign only keys)
- * Creates proper PGP MIME messages.
- * Uses separate GNUPGHOME for all its operations.
-
-Special Requirements:
- * GnuPG 1.3.92 or later.
-
-Discussion:
-
-Since we do not upload the new signatures, or import them into our
-main keyring, the signature only gets public if:
- - the email address is valid
- - the person reading the email can decrypt the mail (if it was sent
- encrypted).
-
-Therefore we achieve the same level of security as common Challenge
-Repsonse systems like CABot, without all the extra hassle of those
-systems.
-
-
-
-Dependencies: gnupg (>= 1.3.92), perl, libgnupg-interface-perl, libtext-template-perl, libmime-perl, libmailtools-perl (>= 1.62), mailx
-
-
-INSTALLATION NOTES
-
-After creating a ~/.caffrc from the template, caff almost works out of the box.
-
---
-Peter
-$Id$
Modified: trunk/debian/docs
===================================================================
--- trunk/debian/docs 2005-08-16 14:36:42 UTC (rev 184)
+++ trunk/debian/docs 2005-08-16 14:45:08 UTC (rev 185)
@@ -1,6 +1,2 @@
debian/NEWS.Debian
README
-caff/README.caff
-caff/README.gpg-agent
-caff/README.many-keys
-caff/README.v3-keys
Deleted: trunk/debian/examples
===================================================================
--- trunk/debian/examples 2005-08-16 14:36:42 UTC (rev 184)
+++ trunk/debian/examples 2005-08-16 14:45:08 UTC (rev 185)
@@ -1 +0,0 @@
-caff/caffrc.sample
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2005-08-16 14:36:42 UTC (rev 184)
+++ trunk/debian/rules 2005-08-16 14:45:08 UTC (rev 185)
@@ -25,12 +25,20 @@
dh_installdirs
dh_install
dh_installman */*.1
+ install -d $(CURDIR)/debian/signing-party/usr/share/doc/signing-party/caff
+ install caff/README \
+ caff/README.gpg-agent \
+ caff/README.many-keys \
+ caff/README.v3-keys \
+ caff/caffrc.sample \
+ $(CURDIR)/debian/signing-party/usr/share/doc/signing-party/caff
+ install -d $(CURDIR)/debian/signing-party/usr/share/doc/signing-party/keylookup
+ install keylookup/NEWS $(CURDIR)/debian/signing-party/usr/share/doc/signing-party/keylookup
binary-indep: build install
dh_testdir
dh_testroot
dh_installdocs
- dh_installexamples
dh_installmenu
dh_installcron
dh_installinfo
Copied: trunk/keylookup/NEWS (from rev 184, trunk/keylookup/NEWS.keylookup)
Deleted: trunk/keylookup/NEWS.keylookup
===================================================================
--- trunk/keylookup/NEWS.keylookup 2005-08-16 14:36:42 UTC (rev 184)
+++ trunk/keylookup/NEWS.keylookup 2005-08-16 14:45:08 UTC (rev 185)
@@ -1,18 +0,0 @@
-$Id$
-
-Release notes for keylookup 3.0 (2005-08-16)
- * Make keylookup use gpg --search instead of querying the
- keyserver directly.
- * Sort keys by creation date.
-
-Release notes for keylookup 2.2 (2002-09-24)
- * Some keyservers have started putting the key type (DSA or RSA)
- in their replies to searches. Keylookup now handles that.
- * Untaint keyIDs before passing them to GnuPG as passing tainted
- argumentes in exec() is now deprecated.
- (closes: DebianBug #161392)
-
-Release notes for keylookup 2.1 (2002-06-17)
- * Support newstyle gnupg config file (honor-proxy);
- (closes: SavannahBug #523)
- * Rewrote TODO in English; (closes: DebianBug #120861).
More information about the Pgp-tools-commit
mailing list