[Pkg-sks-commit] r73 - sks/trunk/sks/debian/patches
chrism at alioth.debian.org
chrism at alioth.debian.org
Thu Jun 19 14:50:26 UTC 2008
Author: chrism
Date: 2008-06-19 14:50:25 +0000 (Thu, 19 Jun 2008)
New Revision: 73
Added:
sks/trunk/sks/debian/patches/505_separate_keys_with_hr
Log:
[project @ 74]
Add a <hr> separator in non verbose index
Original author: weasel
Date: 2003-12-07 00:18:11.442776+00:00
Added: sks/trunk/sks/debian/patches/505_separate_keys_with_hr
===================================================================
--- sks/trunk/sks/debian/patches/505_separate_keys_with_hr (rev 0)
+++ sks/trunk/sks/debian/patches/505_separate_keys_with_hr 2008-06-19 14:50:25 UTC (rev 73)
@@ -0,0 +1,14 @@
+--- sks-1.0.6/index.ml.orig Sun Dec 7 01:10:27 2003
++++ sks-1.0.6/index.ml Sun Dec 7 01:09:35 2003
+@@ -557,7 +557,10 @@
+ else
+ lines
+ in
+- keystr::lines
++ let lines =
++ keystr::lines
++ in
++ "</pre><hr><pre>"::lines
+ with
+ | Sys.Break | Eventloop.SigAlarm as e -> raise e
+ | e ->
More information about the Pkg-sks-commit
mailing list