[Pgp-tools-commit] r723 - in trunk: . debian gpg-key2latex

Guilhem Moulin guilhem-guest at moszumanska.debian.org
Thu Nov 6 21:51:29 UTC 2014


Author: guilhem-guest
Date: 2014-11-06 21:51:29 +0000 (Thu, 06 Nov 2014)
New Revision: 723

Added:
   trunk/gpg-key2latex/Makefile
Modified:
   trunk/Makefile
   trunk/README
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/copyright
   trunk/debian/install
Log:
Debianize gpg-key2latex.

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2014-11-06 21:51:23 UTC (rev 722)
+++ trunk/Makefile	2014-11-06 21:51:29 UTC (rev 723)
@@ -1,5 +1,5 @@
 DIRS=caff gpg-key2ps gpg-mailkeys gpgsigs gpglist gpgparticipants keyanalyze keylookup \
-     sig2dot springgraph gpgwrap gpgdir keyart
+     sig2dot springgraph gpgwrap gpgdir keyart gpg-key2latex
 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

Modified: trunk/README
===================================================================
--- trunk/README	2014-11-06 21:51:23 UTC (rev 722)
+++ trunk/README	2014-11-06 21:51:29 UTC (rev 723)
@@ -4,7 +4,7 @@
 * pgp-clean: removes all non-self signatures from key
 * pgp-fixkey: removes broken packets from keys
 * gpg-mailkeys: simply mail out a signed key to its owner
-* gpg-key2ps: generate PostScript file with fingerprint paper strips
+* gpg-key2ps: generate PostScript file with fingerprint paper slips
 * gpgdir: recursive directory encryption tool
 * gpglist: show who signed which of your UIDs
 * gpgsigs: annotates list of GnuPG keys with already done signatures
@@ -15,6 +15,7 @@
 * sig2dot: converts a list of GnuPG signatures to a .dot file
 * springgraph: creates a graph from a .dot file
 * keyart: creates a random ASCII art of a PGP key file
+* gpg-key2latex: generate LaTeX file with fingerprint paper slips
 
 For more information on each of these tools, please see their respective
 manpages. Please note that each individual project has its own license,

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2014-11-06 21:51:23 UTC (rev 722)
+++ trunk/debian/changelog	2014-11-06 21:51:29 UTC (rev 723)
@@ -8,6 +8,8 @@
     + Fix RCF 2822 violation: Never localize the "Date" header, regarless of
       the LC_ALL, LC_TIME and LANG in use.  Regression introduced in r698.
       (Closes: #767371)
+  * gpg-key2latex: new script to generate a LaTeX file with fingerprint paper
+    slips. (Closes: #316131, #412512)
 
  -- Guilhem Moulin <guilhem at guilhem.org>  Thu, 30 Oct 2014 17:44:11 +0100
 

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2014-11-06 21:51:23 UTC (rev 722)
+++ trunk/debian/control	2014-11-06 21:51:29 UTC (rev 723)
@@ -21,7 +21,8 @@
  libgd-gd2-noxpm-perl | libgd-gd2-perl, dialog | whiptail
 # springraph
 Suggests: imagemagick | graphicsmagick-imagemagick-compat, wipe, mutt,
- texlive-latex-recommended, texlive-xetex, fonts-droid
+ texlive-latex-recommended, texlive-xetex, fonts-droid, texlive-font-utils,
+ qrencode
 Provides: sig2dot, springgraph, keyanalyze
 Description: Various OpenPGP related tools
  signing-party is a collection for all kinds of PGP/GnuPG related things,
@@ -31,7 +32,7 @@
   * pgp-clean: removes all non-self signatures from key
   * pgp-fixkey: removes broken packets from keys
   * gpg-mailkeys: simply mail out a signed key to its owner
-  * gpg-key2ps: generate PostScript file with fingerprint paper strips
+  * gpg-key2ps: generate PostScript file with fingerprint paper slips
   * gpgdir: recursive directory encryption tool
   * gpglist: show who signed which of your UIDs
   * gpgsigs: annotates list of GnuPG keys with already done signatures
@@ -41,3 +42,5 @@
   * keylookup: ncurses wrapper around gpg --search
   * sig2dot: converts a list of GnuPG signatures to a .dot file
   * springgraph: creates a graph from a .dot file
+  * keyart: creates a random ASCII art of a PGP key file
+  * gpg-key2latex: generate LaTeX file with fingerprint paper slips

Modified: trunk/debian/copyright
===================================================================
--- trunk/debian/copyright	2014-11-06 21:51:23 UTC (rev 722)
+++ trunk/debian/copyright	2014-11-06 21:51:29 UTC (rev 723)
@@ -90,6 +90,14 @@
 Copyright: © 2014  Aaron Toponce <aaron.toponce at gmail.com>
 License:  BSD-2-clause
 
+Files: gpg-key2latex/*
+Copyright: © 2014  Guilhem Moulin <guilhem at guilhem.org>
+License:  GPL-3+
+
+License: GPL-3+
+ The full text of version 3 of the GPL is distributed in
+ /usr/share/common-licenses/GPL-3 on Debian systems.
+
 License: GPL-2+
  The full text of version 2 of the GPL is distributed in
  /usr/share/common-licenses/GPL-2 on Debian systems.

Modified: trunk/debian/install
===================================================================
--- trunk/debian/install	2014-11-06 21:51:23 UTC (rev 722)
+++ trunk/debian/install	2014-11-06 21:51:29 UTC (rev 723)
@@ -3,6 +3,7 @@
 caff/pgp-fixkey usr/bin
 gpglist/gpglist usr/bin
 gpg-key2ps/gpg-key2ps usr/bin
+gpg-key2latex/gpg-key2latex usr/bin
 gpg-mailkeys/gpg-mailkeys usr/bin
 gpgparticipants/gpgparticipants usr/bin
 gpgparticipants/gpgparticipants-prefill usr/bin

Added: trunk/gpg-key2latex/Makefile
===================================================================
--- trunk/gpg-key2latex/Makefile	                        (rev 0)
+++ trunk/gpg-key2latex/Makefile	2014-11-06 21:51:29 UTC (rev 723)
@@ -0,0 +1,11 @@
+MAN = gpg-key2latex.1
+
+all: $(MAN)
+
+%.1: %
+	pod2man $< > $@
+
+install:
+
+clean:
+	rm -f $(MAN)




More information about the Pgp-tools-commit mailing list