[Pkg-sks-commit] r151 - in sks/trunk/sks/debian: . patches

chrism at alioth.debian.org chrism at alioth.debian.org
Thu Jun 19 15:10:35 UTC 2008


Author: chrism
Date: 2008-06-19 15:10:33 +0000 (Thu, 19 Jun 2008)
New Revision: 151

Added:
   sks/trunk/sks/debian/patches/511_sys_random
Modified:
   sks/trunk/sks/debian/changelog
Log:
[project @ 153]
add 511_sys_random

Original author: weasel
Date: 2004-10-18 21:21:14.545266+00:00

Modified: sks/trunk/sks/debian/changelog
===================================================================
--- sks/trunk/sks/debian/changelog	2008-06-19 15:10:09 UTC (rev 150)
+++ sks/trunk/sks/debian/changelog	2008-06-19 15:10:33 UTC (rev 151)
@@ -19,8 +19,10 @@
      - 509_Slong_Dlong
      - 510_sane_logfile_names
   * Use UTF8 as charset in html content-types (211_content_type_utf8)
+  * Correct name of external variable so it works properly with ocaml 3.08
+    and nox.
 
- -- Peter Palfrader <weasel at debian.org>  Mon, 18 Oct 2004 22:56:12 +0200
+ -- Peter Palfrader <weasel at debian.org>  Mon, 18 Oct 2004 23:19:23 +0200
 
 sks (1.0.7-0.4) UNRELEASED; urgency=low
 

Added: sks/trunk/sks/debian/patches/511_sys_random
===================================================================
--- sks/trunk/sks/debian/patches/511_sys_random	                        (rev 0)
+++ sks/trunk/sks/debian/patches/511_sys_random	2008-06-19 15:10:33 UTC (rev 151)
@@ -0,0 +1,12 @@
+diff -ruN sks-1.0.8-old/mRandom.ml sks-1.0.8/mRandom.ml
+--- sks-1.0.8-old/mRandom.ml	2004-04-25 03:06:34.000000000 +0200
++++ sks-1.0.8/mRandom.ml	2004-10-18 23:19:06.000000000 +0200
+@@ -92,7 +92,7 @@
+ 
+   (* Low-entropy system-dependent initialisation. *)
+ 
+-  external random_seed: unit -> int = "sys_random_seed"
++  external random_seed: unit -> int = "ocaml_sys_random_seed"
+ 
+   let self_init () = init (random_seed())
+ 




More information about the Pkg-sks-commit mailing list