[Pkg-sks-commit] r85 - sks/trunk/sks/debian/patches
chrism at alioth.debian.org
chrism at alioth.debian.org
Thu Jun 19 14:53:53 UTC 2008
Author: chrism
Date: 2008-06-19 14:53:52 +0000 (Thu, 19 Jun 2008)
New Revision: 85
Modified:
sks/trunk/sks/debian/patches/504_key_types
sks/trunk/sks/debian/patches/506_show_revoked
Log:
[project @ 86]
Move whitespace fixes in output to the appropriate patch
Original author: weasel
Date: 2003-12-09 19:08:39.478707+00:00
Modified: sks/trunk/sks/debian/patches/504_key_types
===================================================================
--- sks/trunk/sks/debian/patches/504_key_types 2008-06-19 14:53:29 UTC (rev 84)
+++ sks/trunk/sks/debian/patches/504_key_types 2008-06-19 14:53:52 UTC (rev 85)
@@ -1,7 +1,7 @@
diff -ruN sks-1.0.6-old/htmlTemplates.ml sks-1.0.6/htmlTemplates.ml
---- sks-1.0.6-old/htmlTemplates.ml Sun Oct 12 22:20:18 2003
-+++ sks-1.0.6/htmlTemplates.ml Tue Dec 9 16:10:28 2003
-@@ -67,11 +67,22 @@
+--- sks-1.0.6-old/htmlTemplates.ml 2003-10-12 22:20:18.000000000 +0200
++++ sks-1.0.6/htmlTemplates.ml 2003-12-09 20:05:44.000000000 +0100
+@@ -67,16 +67,27 @@
let uidstr = String.concat ~sep:"\r\n " userids in
base ^ uidstr
@@ -26,9 +26,15 @@
(1900 + tm.tm_year)
(tm.tm_mon + 1)
tm.tm_mday
+ in
+- let uidstr = String.concat ~sep:"\r\n " userids in
++ let uidstr = String.concat ~sep:"\r\n " userids in
+ base ^ uidstr
+
+
diff -ruN sks-1.0.6-old/index.ml sks-1.0.6/index.ml
---- sks-1.0.6-old/index.ml Sat Nov 29 15:25:51 2003
-+++ sks-1.0.6/index.ml Tue Dec 9 16:21:51 2003
+--- sks-1.0.6-old/index.ml 2003-11-29 15:25:51.000000000 +0100
++++ sks-1.0.6/index.ml 2003-12-09 20:05:15.000000000 +0100
@@ -202,7 +202,7 @@
| 0x11 -> " sig1"
| 0x12 -> " sig2"
Modified: sks/trunk/sks/debian/patches/506_show_revoked
===================================================================
--- sks/trunk/sks/debian/patches/506_show_revoked 2008-06-19 14:53:29 UTC (rev 84)
+++ sks/trunk/sks/debian/patches/506_show_revoked 2008-06-19 14:53:52 UTC (rev 85)
@@ -1,7 +1,7 @@
diff -ruN sks-1.0.6-old/htmlTemplates.ml sks-1.0.6/htmlTemplates.ml
---- sks-1.0.6-old/htmlTemplates.ml Tue Dec 9 15:26:27 2003
-+++ sks-1.0.6/htmlTemplates.ml Tue Dec 9 15:37:51 2003
-@@ -77,17 +77,18 @@
+--- sks-1.0.6-old/htmlTemplates.ml 2003-12-09 20:07:47.000000000 +0100
++++ sks-1.0.6/htmlTemplates.ml 2003-12-09 20:07:51.000000000 +0100
+@@ -77,15 +77,16 @@
| 17 -> "D" (* DSA *)
| _ -> "?" (* NoClue *)
@@ -18,14 +18,11 @@
tm.tm_mday
+ (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
+ let uidstr = String.concat ~sep:"\r\n " userids in
base ^ uidstr
-
-
diff -ruN sks-1.0.6-old/index.ml sks-1.0.6/index.ml
---- sks-1.0.6-old/index.ml Tue Dec 9 15:26:27 2003
-+++ sks-1.0.6/index.ml Tue Dec 9 15:26:28 2003
+--- sks-1.0.6-old/index.ml 2003-12-09 20:07:48.000000000 +0100
++++ sks-1.0.6/index.ml 2003-12-09 20:07:51.000000000 +0100
@@ -502,6 +502,19 @@
(* old style key index **********************************************)
(********************************************************************)
More information about the Pkg-sks-commit
mailing list