[Pgp-tools-commit] r389 - in trunk: debian gpgsigs

myon at alioth.debian.org myon at alioth.debian.org
Fri Jul 18 13:19:42 UTC 2008


Author: myon
Date: 2008-07-18 13:19:41 +0000 (Fri, 18 Jul 2008)
New Revision: 389

Modified:
   trunk/debian/changelog
   trunk/debian/install
   trunk/gpgsigs/Makefile
Log:
Put examples in .../examples/$prog, not the other way round.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-07-18 13:12:55 UTC (rev 388)
+++ trunk/debian/changelog	2008-07-18 13:19:41 UTC (rev 389)
@@ -10,9 +10,10 @@
     + Add patch to flatten output structure for small keyrings.
       (Closes: #309101)
     + Update config.{sub,guess}. (Closes: #365148)
+  * Put examples in .../examples/$prog, not the other way round.
   * Use dh_lintian.
 
- -- Christoph Berg <myon at debian.org>  Fri, 18 Jul 2008 14:49:02 +0200
+ -- Christoph Berg <myon at debian.org>  Fri, 18 Jul 2008 15:18:42 +0200
 
 signing-party (1.0-2) unstable; urgency=low
 

Modified: trunk/debian/install
===================================================================
--- trunk/debian/install	2008-07-18 13:12:55 UTC (rev 388)
+++ trunk/debian/install	2008-07-18 13:19:41 UTC (rev 389)
@@ -6,6 +6,6 @@
 gpg-mailkeys/gpg-mailkeys usr/bin
 gpgparticipants/gpgparticipants usr/bin
 
-keyanalyze/analyze.sh usr/share/doc/signing-party/examples
-keyanalyze/scripts/*  usr/share/doc/signing-party/examples
-keyanalyze/willy/*    usr/share/doc/signing-party/examples
+keyanalyze/analyze.sh usr/share/doc/signing-party/examples/keyanalyze
+keyanalyze/scripts/*  usr/share/doc/signing-party/examples/keyanalyze/scripts
+keyanalyze/willy/*    usr/share/doc/signing-party/examples/keyanalyze/willy

Modified: trunk/gpgsigs/Makefile
===================================================================
--- trunk/gpgsigs/Makefile	2008-07-18 13:12:55 UTC (rev 388)
+++ trunk/gpgsigs/Makefile	2008-07-18 13:19:41 UTC (rev 389)
@@ -7,9 +7,9 @@
 	install -D gpgsigs $(DESTDIR)/usr/bin/gpgsigs
 	install -D gpgsigs-eps-helper \
 		$(DESTDIR)/usr/share/signing-party/gpgsigs-eps-helper
-	install -d $(DESTDIR)/usr/share/doc/signing-party/gpgsigs/examples
+	install -d $(DESTDIR)/usr/share/doc/signing-party/examples/gpgsigs
 	install -m644 gpgsigs-lt2k5*.txt \
-		$(DESTDIR)/usr/share/doc/signing-party/gpgsigs/examples
+		$(DESTDIR)/usr/share/doc/signing-party/examples/gpgsigs
 
 clean:
 	rm -f gpgsigs.1




More information about the Pgp-tools-commit mailing list