[Pgp-tools-commit] r879 - in trunk: debian gpg-key2ps

Guilhem Moulin guilhem-guest at moszumanska.debian.org
Sat Sep 17 19:58:47 UTC 2016


Author: guilhem-guest
Date: 2016-09-17 19:58:47 +0000 (Sat, 17 Sep 2016)
New Revision: 879

Modified:
   trunk/debian/changelog
   trunk/gpg-key2ps/gpg-key2ps
Log:
gpg-key2ps: Fix revoked UID stroke slant with "-r strike".

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2016-09-12 12:16:42 UTC (rev 878)
+++ trunk/debian/changelog	2016-09-17 19:58:47 UTC (rev 879)
@@ -8,6 +8,9 @@
       'keys-from-gnupg' isn't set.  (Closes: #837406)
   * gpg-key2latex: Add an option '--qrcode-data' to specify the data to encode
     in a QR code (default: "OPENPGP4FPR:%f").
+  * gpg-key2ps:
+    + Fix revoked UID stroke slant with "-r strike".  Thanks to Grégoire
+      Détrez for the patch.
 
  -- Guilhem Moulin <guilhem at guilhem.org>  Fri, 26 Aug 2016 15:11:09 +0200
 

Modified: trunk/gpg-key2ps/gpg-key2ps
===================================================================
--- trunk/gpg-key2ps/gpg-key2ps	2016-09-12 12:16:42 UTC (rev 878)
+++ trunk/gpg-key2ps/gpg-key2ps	2016-09-17 19:58:47 UTC (rev 879)
@@ -224,11 +224,11 @@
 	print <<EOF;
 /revuid {
 	uid
-	45 y 9 add moveto h 2 div 45 sub y 18 add lineto stroke
+    45 y 12 add moveto h 2 div 45 sub y 12 add lineto stroke
 } def
 /revsbk {
 	sbk
-	45 y 9 add moveto h 2 div 45 sub y 18 add lineto stroke
+    45 y 12 add moveto h 2 div 45 sub y 12 add lineto stroke
 } def
 EOF
 }




More information about the Pgp-tools-commit mailing list