--- signing-party-0.4.0.orig/debian/changelog +++ signing-party-0.4.0/debian/changelog @@ -0,0 +1,80 @@ +signing-party (0.4.0-1) unstable; urgency=low + + * Merging signing-party with pgp-tools, now contains caff + and gpgsigs as well. + * Update gpg-mailkeys man page to list environment vars + introduced in 0.3.0 (Closes: #310418). + + -- Thijs Kinkhorst Wed, 8 Jun 2005 19:49:11 +0200 + +signing-party (0.3.0-1) unstable; urgency=low + + * New maintainer, Simon is moving to co-maintenance. + * New upstream release: + + Fix missing section number from manpages. + (fixes Lintian warnings) + + Add more documentation (README, and in gpg-mailkeys). + + In gpg-key2ps: + - Add handling for 'tru' and 'uat' packets. (Closes: #222664) + - Change env.var PAPERCONF to PAPERSIZE due to changed behaviour since + libpaper-1.1.13. (Closes: #172698) + - Truncate too long UIDs so they don't mess up the keys next to them. + (Closes: #171846) + + In gpg-mailkeys: + - Send the key as an attachment. (Closes: #176245) + - Make gpg-mailkeys messages more customizable. (Closes: #200070) + - By default, let sendmail determine the From-line (more reliable). + * Update to Standards-Version 3.6.1 (no changes neccessary). + * Depend on libpaper-utils >= 1.1.13. + * Clarify copyright / maintainer documentation. + + -- Thijs Kinkhorst Sat, 5 Mar 2005 14:39:24 +0100 + +signing-party (0.2.3-2) unstable; urgency=low + + * Added handling for 'tru' packets + + -- Simon Richter Mon, 8 Dec 2003 21:54:50 +0100 + +signing-party (0.2.3-1) unstable; urgency=low + + * New upstream release (Closes: #180455) + + -- Simon Richter Sat, 15 Feb 2003 16:09:27 +0100 + +signing-party (0.2.2.1-1) unstable; urgency=low + + * Upstream bugfix release (some changes from 0.2 to 0.2.1 dropped out of + 0.2.2 again) + + -- Simon Richter Fri, 1 Nov 2002 12:15:15 +0100 + +signing-party (0.2.2-1) unstable; urgency=low + + * Fixed manpage bug (Closes: #137924, #137937) + * Upstream changelog now contains data (Closes: #158854) + * Finally wrote a real description + + -- Simon Richter Fri, 4 Oct 2002 22:41:50 +0200 + +signing-party (0.2.1-1) unstable; urgency=low + + * New release + + -- Simon Richter Thu, 29 Aug 2002 17:12:29 +0200 + +signing-party (0.2-1) unstable; urgency=low + + * New release + * Can now print multiple keys + * Supports alternate paper sizes (Closes: #134975) + * New script: gpg-mailkeys + + -- Simon Richter Thu, 21 Feb 2002 22:24:09 +0100 + +signing-party (0.1-1) unstable; urgency=low + + * Initial Release (Closes: #117977). + + -- Simon Richter Fri, 2 Nov 2001 19:33:42 +0100 + --- signing-party-0.4.0.orig/debian/control +++ signing-party-0.4.0/debian/control @@ -0,0 +1,23 @@ +Source: signing-party +Section: misc +Priority: extra +Maintainer: Thijs Kinkhorst +Uploaders: Simon Richter , Peter Palfrader , Christoph Berg +Build-Depends: debhelper (>> 4.0.0) +Standards-Version: 3.6.1 + +Package: signing-party +Architecture: all +Depends: gnupg (>= 1.3.92), perl, libgnupg-interface-perl, libmime-perl, libmailtools-perl (>= 1.62), mailx, libpaper-utils (>= 1.1.13) +Recommends: exim4 | mail-transport-agent, libtext-iconv-perl | libintl-perl | recode +Description: tools for signing GnuPG keys + signing-party is a collection for all kinds of PGP/GnuPG related things, + including signing scripts, party preparation scripts, etc. + . + * caff: CA - Fire and Forget signs and mails a key + * pgp-clean: removes all non-self signatures from key + * gpg-mailkeys -- simply mail out a signed key to its owner + * gpg-key2ps -- generate PostScript file with fingerprint paper strips + * gpgsigs: annotates list of GnuPG keys with already done signatures + . + http://pgp-tools.alioth.debian.org/ --- signing-party-0.4.0.orig/debian/dirs +++ signing-party-0.4.0/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/share/doc/signing-party/examples --- signing-party-0.4.0.orig/debian/compat +++ signing-party-0.4.0/debian/compat @@ -0,0 +1 @@ +4 --- signing-party-0.4.0.orig/debian/install +++ signing-party-0.4.0/debian/install @@ -0,0 +1,6 @@ +caff/caff usr/bin +caff/pgp-clean usr/bin +caff/caffrc.sample usr/share/doc/signing-party/examples +gpgsigs/gpgsigs usr/bin +gpg-key2ps/gpg-key2ps usr/bin +gpg-mailkeys/gpg-mailkeys usr/bin --- signing-party-0.4.0.orig/debian/copyright +++ signing-party-0.4.0/debian/copyright @@ -0,0 +1,59 @@ +This package was debianized by Christoph Berg on +Mon, 16 May 2005 17:16:30 +0200. + +Availability: + Homepage: + http://pgp-tools.alioth.debian.org/ + The package source is hosted in a subversion repository: + svn://svn.debian.org/pgp-tools/trunk/ + +Authors and Copyright: + (c) 2004, 2005 Peter Palfrader + (c) 2004 Uli Martens + (c) 2004, 2005 Christoph Berg + (c) 2001-2005 Simon Richter + (c) 2005 Thijs Kinkhorst + Other contributors: + Enrico Zini + Benjamin Hill + +License for caff and gpgsigs: + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Licence for gpg-key2ps and gpg-mailkeys: + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License with + the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; + if not, write to the Free Software Foundation, Inc., 59 Temple Place, + Suite 330, Boston, MA 02111-1307 USA --- signing-party-0.4.0.orig/debian/docs +++ signing-party-0.4.0/debian/docs @@ -0,0 +1 @@ +debian/NEWS.Debian --- signing-party-0.4.0.orig/debian/rules +++ signing-party-0.4.0/debian/rules @@ -0,0 +1,52 @@ +#!/usr/bin/make -f + +configure: configure-stamp +configure-stamp: + dh_testdir + touch $@ + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + $(MAKE) -C caff + $(MAKE) -C gpgsigs + touch $@ + +clean: + dh_testdir + dh_testroot + $(MAKE) -C caff clean + $(MAKE) -C gpgsigs clean + rm -f build-stamp configure-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + dh_install + dh_installman caff/*.1 gpgsigs/gpgsigs.1 gpg-key2ps/gpg-key2ps.1 gpg-mailkeys/gpg-mailkeys.1 + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installexamples + dh_installmenu + dh_installcron + dh_installinfo + dh_installchangelogs + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install + +binary: binary-indep +.PHONY: build clean binary-indep binary-arch binary install configure --- signing-party-0.4.0.orig/debian/NEWS.Debian +++ signing-party-0.4.0/debian/NEWS.Debian @@ -0,0 +1,14 @@ +signing-party (0.4.0-1) unstable; urgency=low + + * Signing-party has now been merged with the (never released) pgp-tools + package. It now includes two new tools. The package will be extended + further in the near future. + + * New: caff -- CA - fire and forget: + caff 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. + * New: gpgsigs -- annotates a list of GPG keys with already done signatures. + + -- Thijs Kinkhorst Fri, 3 Jun 2005 11:18:36 +0200