[Pgp-tools-commit] r367 - in trunk: . caff debian gpg-key2ps gpglist gpgsigs sig2dot springgraph

myon at alioth.debian.org myon at alioth.debian.org
Wed Mar 12 22:01:36 UTC 2008


Author: myon
Date: 2008-03-12 22:01:35 +0000 (Wed, 12 Mar 2008)
New Revision: 367

Added:
   trunk/sig2dot/Makefile
   trunk/springgraph/Makefile
Modified:
   trunk/Makefile
   trunk/caff/Makefile
   trunk/debian/NEWS.Debian
   trunk/debian/control
   trunk/gpg-key2ps/Makefile
   trunk/gpglist/Makefile
   trunk/gpgsigs/Makefile
Log:
make make install install stuff.
Bump NEWS.Debian.


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2008-03-12 21:44:00 UTC (rev 366)
+++ trunk/Makefile	2008-03-12 22:01:35 UTC (rev 367)
@@ -1,4 +1,5 @@
-DIRS=caff gpg-key2ps gpg-mailkeys gpgsigs gpglist gpgparticipants keylookup
+DIRS=caff gpg-key2ps gpg-mailkeys gpgsigs gpglist gpgparticipants keylookup \
+     sig2dot springgraph
 VERSION=$(shell dpkg-parsechangelog 2>&1 | perl -ne 'print $$1 if /^Version: ([^-]*)/')
 DEBVERSION=$(shell dpkg-parsechangelog 2>&1 | perl -ne 'print $$1 if /^Version: (.*)/')
 TGZ=../signing-party_$(VERSION).orig.tar.gz
@@ -7,6 +8,9 @@
 all:
 	for dir in $(DIRS) ; do if [ -f $$dir/Makefile ] ; then $(MAKE) -C $$dir || exit 1 ; fi ; done
 
+install:
+	for dir in $(DIRS) ; do if [ -f $$dir/Makefile ] ; then $(MAKE) -C $$dir install || exit 1 ; fi ; done
+
 clean:
 	for dir in $(DIRS) ; do if [ -f $$dir/Makefile ] ; then $(MAKE) -C $$dir clean || exit 1 ; fi ; done
 

Modified: trunk/caff/Makefile
===================================================================
--- trunk/caff/Makefile	2008-03-12 21:44:00 UTC (rev 366)
+++ trunk/caff/Makefile	2008-03-12 22:01:35 UTC (rev 367)
@@ -5,5 +5,7 @@
 %.1: %
 	pod2man $< > $@
 
+install:
+
 clean:
 	rm -f $(MAN)

Modified: trunk/debian/NEWS.Debian
===================================================================
--- trunk/debian/NEWS.Debian	2008-03-12 21:44:00 UTC (rev 366)
+++ trunk/debian/NEWS.Debian	2008-03-12 22:01:35 UTC (rev 367)
@@ -1,3 +1,12 @@
+signing-party (1.0-1) unstable; urgency=low
+
+  There are several new tools:
+  * gpgparticipants creates a list of party participants for the organiser.
+  * sig2dot and springgraph were imported from their formerly separate
+    packages.
+
+ -- Christoph Berg <myon at debian.org>  Wed, 12 Mar 2008 22:58:00 +0100
+
 signing-party (0.4.2-1) unstable; urgency=low
 
   * New: gpglist -- show who signed which of your UIDs
@@ -9,7 +18,7 @@
   * 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

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2008-03-12 21:44:00 UTC (rev 366)
+++ trunk/debian/control	2008-03-12 22:01:35 UTC (rev 367)
@@ -37,14 +37,14 @@
 
 Package: sig2dot
 Architecture: all
-Depends: signing-party (= ${binary:Version})
+Depends: signing-party (>= 1.0)
 Description: transitional package to pull in signing-party
  This is an empty package to pull in signing-party in which sig2dot is
  now included. It can safely be removed.
 
 Package: springgraph
 Architecture: all
-Depends: signing-party (= ${binary:Version})
+Depends: signing-party (>= 1.0)
 Description: transitional package to pull in signing-party
  This is an empty package to pull in signing-party in which springgraph is
  now included. It can safely be removed.

Modified: trunk/gpg-key2ps/Makefile
===================================================================
--- trunk/gpg-key2ps/Makefile	2008-03-12 21:44:00 UTC (rev 366)
+++ trunk/gpg-key2ps/Makefile	2008-03-12 22:01:35 UTC (rev 367)
@@ -3,5 +3,7 @@
 gpg-key2ps.1: gpg-key2ps
 	pod2man $< > $@
 
+install:
+
 clean:
 	rm -f gpg-key2ps.1

Modified: trunk/gpglist/Makefile
===================================================================
--- trunk/gpglist/Makefile	2008-03-12 21:44:00 UTC (rev 366)
+++ trunk/gpglist/Makefile	2008-03-12 22:01:35 UTC (rev 367)
@@ -5,5 +5,7 @@
 %.1: %
 	pod2man $< > $@
 
+install:
+
 clean:
 	rm -f $(MAN)

Modified: trunk/gpgsigs/Makefile
===================================================================
--- trunk/gpgsigs/Makefile	2008-03-12 21:44:00 UTC (rev 366)
+++ trunk/gpgsigs/Makefile	2008-03-12 22:01:35 UTC (rev 367)
@@ -3,5 +3,7 @@
 gpgsigs.1: gpgsigs
 	pod2man $< > $@
 
+install:
+
 clean:
 	rm -f gpgsigs.1

Added: trunk/sig2dot/Makefile
===================================================================
--- trunk/sig2dot/Makefile	                        (rev 0)
+++ trunk/sig2dot/Makefile	2008-03-12 22:01:35 UTC (rev 367)
@@ -0,0 +1,10 @@
+all:
+
+install:
+	install -D sig2dot $(DESTDIR)/usr/bin/sig2dot
+	install -D -m644 sig2dot.1 $(DESTDIR)/usr/share/man/man1/sig2dot.1
+	install -d $(DESTDIR)/usr/share/doc/signing-party/sig2dot
+	install -m644 README.sig2dot changelog.sig2dot \
+		$(DESTDIR)/usr/share/doc/signing-party/sig2dot
+
+clean:

Added: trunk/springgraph/Makefile
===================================================================
--- trunk/springgraph/Makefile	                        (rev 0)
+++ trunk/springgraph/Makefile	2008-03-12 22:01:35 UTC (rev 367)
@@ -0,0 +1,10 @@
+all:
+
+install:
+	install -D springgraph $(DESTDIR)/usr/bin/springgraph
+	install -D -m644 springgraph.1 $(DESTDIR)/usr/share/man/man1/springgraph.1
+	install -d $(DESTDIR)/usr/share/doc/signing-party/springgraph
+	install -m644 README.springgraph changelog.springgraph \
+		$(DESTDIR)/usr/share/doc/signing-party/springgraph
+
+clean:




More information about the Pgp-tools-commit mailing list