[Pgp-tools-commit] r168 - trunk/debian

Christoph Berg myon-guest at costa.debian.org
Sun Aug 7 22:09:55 UTC 2005


Author: myon-guest
Date: 2005-08-07 22:09:54 +0000 (Sun, 07 Aug 2005)
New Revision: 168

Modified:
   trunk/debian/NEWS.Debian
   trunk/debian/changelog
   trunk/debian/install
   trunk/debian/rules
Log:
install gpglist and all manpages

Modified: trunk/debian/NEWS.Debian
===================================================================
--- trunk/debian/NEWS.Debian	2005-08-07 21:28:15 UTC (rev 167)
+++ trunk/debian/NEWS.Debian	2005-08-07 22:09:54 UTC (rev 168)
@@ -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 at 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

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-08-07 21:28:15 UTC (rev 167)
+++ trunk/debian/changelog	2005-08-07 22:09:54 UTC (rev 168)
@@ -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 @@
      + 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 at df7cb.de>  Sun,  7 Aug 2005 22:50:43 +0200
+ -- Christoph Berg <cb at df7cb.de>  Mon,  8 Aug 2005 00:04:37 +0200
 
 signing-party (0.4.1-1) unstable; urgency=low
 

Modified: trunk/debian/install
===================================================================
--- trunk/debian/install	2005-08-07 21:28:15 UTC (rev 167)
+++ trunk/debian/install	2005-08-07 22:09:54 UTC (rev 168)
@@ -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

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2005-08-07 21:28:15 UTC (rev 167)
+++ trunk/debian/rules	2005-08-07 22:09:54 UTC (rev 168)
@@ -8,15 +8,13 @@
 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 @@
 	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





More information about the Pgp-tools-commit mailing list