From: myon-guest <myon-guest@b513b33f-fedd-0310-b452-c3deb5f4c849>
Date: Sun, 7 Aug 2005 22:09:54 +0000 (+0000)
Subject: install gpglist and all manpages
X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=9c77b748b1e8672b92da0aefdbe89d3de4ae77f8;p=pgp-tools.git

install gpglist and all manpages

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

diff --git a/debian/NEWS.Debian b/debian/NEWS.Debian
index 686dcfc..9e9441c 100644
--- a/debian/NEWS.Debian
+++ b/debian/NEWS.Debian
@@ -1,3 +1,9 @@
+signing-party (0.4.2-1) unstable; urgency=low
+
+  * New: gpglist -- show who signed which of your UIDs
+
+ -- Christoph Berg <cb@df7cb.de>  Mon,  8 Aug 2005 00:03:55 +0200
+
 signing-party (0.4.0-1) unstable; urgency=low
 
   * Signing-party has now been merged with the (never released) pgp-tools
diff --git a/debian/changelog b/debian/changelog
index eada3c4..4660eb8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-signing-party (0.4.1-2) unstable; urgency=low
+signing-party (0.4.2-1) unstable; urgency=low
 
   * caff:
      + create configfile on first use (Closes: #316611).
@@ -6,8 +6,9 @@ signing-party (0.4.1-2) unstable; urgency=low
      + allow adding a Reply-To: header (Closes: #321007, thanks to Joost van
        Baal for the patch).
      + be more verbose when user tries to sign obsolete v3 crap.
+  * gpglist: added new script, thanks to Uli Martens.
 
- -- Christoph Berg <cb@df7cb.de>  Sun,  7 Aug 2005 22:50:43 +0200
+ -- Christoph Berg <cb@df7cb.de>  Mon,  8 Aug 2005 00:04:37 +0200
 
 signing-party (0.4.1-1) unstable; urgency=low
 
diff --git a/debian/install b/debian/install
index 16df580..1a1f9ab 100644
--- a/debian/install
+++ b/debian/install
@@ -1,5 +1,6 @@
 caff/caff usr/bin
 caff/pgp-clean usr/bin
+gpglist/gpglist usr/bin
 gpgsigs/gpgsigs usr/bin
 gpg-key2ps/gpg-key2ps usr/bin
 gpg-mailkeys/gpg-mailkeys usr/bin
diff --git a/debian/rules b/debian/rules
index aac01e5..4966b43 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,15 +8,13 @@ configure-stamp:
 build: build-stamp
 build-stamp: configure-stamp
 	dh_testdir
-	$(MAKE) -C caff
-	$(MAKE) -C gpgsigs
+	$(MAKE)
 	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
-	$(MAKE) -C caff clean
-	$(MAKE) -C gpgsigs clean
+	$(MAKE) clean
 	rm -f build-stamp configure-stamp
 	dh_clean
 
@@ -26,7 +24,7 @@ install: build
 	dh_clean -k
 	dh_installdirs
 	dh_install
-	dh_installman caff/*.1 gpgsigs/gpgsigs.1 gpg-key2ps/gpg-key2ps.1 gpg-mailkeys/gpg-mailkeys.1
+	dh_installman */*.1
 
 binary-indep: build install
 	dh_testdir