summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
dfc8c07)
Bump NEWS.Debian.
git-svn-id: svn://svn.debian.org/pgp-tools/trunk@367
b513b33f-fedd-0310-b452-
c3deb5f4c849
-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
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
all:
for dir in $(DIRS) ; do if [ -f $$dir/Makefile ] ; then $(MAKE) -C $$dir || exit 1 ; fi ; done
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
clean:
for dir in $(DIRS) ; do if [ -f $$dir/Makefile ] ; then $(MAKE) -C $$dir clean || exit 1 ; fi ; done
+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@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
signing-party (0.4.2-1) unstable; urgency=low
* New: gpglist -- show who signed which of your UIDs
* 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.
* 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
* 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
Package: sig2dot
Architecture: all
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
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.
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.
gpg-key2ps.1: gpg-key2ps
pod2man $< > $@
gpg-key2ps.1: gpg-key2ps
pod2man $< > $@
clean:
rm -f gpg-key2ps.1
clean:
rm -f gpg-key2ps.1
gpgsigs.1: gpgsigs
pod2man $< > $@
gpgsigs.1: gpgsigs
pod2man $< > $@
--- /dev/null
+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:
--- /dev/null
+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: