[Pkg-sks-commit] r95 - sks/trunk/sks/debian/patches
chrism at alioth.debian.org
chrism at alioth.debian.org
Thu Jun 19 14:56:45 UTC 2008
Author: chrism
Date: 2008-06-19 14:56:45 +0000 (Thu, 19 Jun 2008)
New Revision: 95
Modified:
sks/trunk/sks/debian/patches/504_key_types
Log:
[project @ 96]
Correctly align output
Original author: weasel
Date: 2003-12-09 22:36:51.208432+00:00
Modified: sks/trunk/sks/debian/patches/504_key_types
===================================================================
--- sks/trunk/sks/debian/patches/504_key_types 2008-06-19 14:56:29 UTC (rev 94)
+++ sks/trunk/sks/debian/patches/504_key_types 2008-06-19 14:56:45 UTC (rev 95)
@@ -1,6 +1,18 @@
+diff -ruN sks-1.0.6-old/htmlTemplates.ml sks-1.0.6/htmlTemplates.ml
+--- sks-1.0.6-old/htmlTemplates.ml 2003-12-09 22:31:28.000000000 +0100
++++ sks-1.0.6/htmlTemplates.ml 2003-12-09 23:36:19.000000000 +0100
+@@ -69,7 +69,7 @@
+ (if revoked then " *** KEY REVOKED *** [not verified]\r\n "
+ else "")
+ in
+- let uidstr = String.concat ~sep:"\r\n " userids in
++ let uidstr = String.concat ~sep:"\r\n " userids in
+ base ^ uidstr
+
+ let fingerprint ~fp =
diff -ruN sks-1.0.6-old/index.ml sks-1.0.6/index.ml
--- sks-1.0.6-old/index.ml 2003-12-09 22:32:55.000000000 +0100
-+++ sks-1.0.6/index.ml 2003-12-09 23:17:30.000000000 +0100
++++ sks-1.0.6/index.ml 2003-12-09 23:34:52.000000000 +0100
@@ -202,7 +202,7 @@
| 0x11 -> " sig1"
| 0x12 -> " sig2"
More information about the Pkg-sks-commit
mailing list