[Pkg-ocaml-maint-commits] [SCM] omake packaging branch, master, updated. debian/0.9.8.5-3-4-18-g6503605

Stephane Glondu steph at glondu.net
Sat Apr 11 15:31:37 UTC 2009


The following commit has been merged in the master branch:
commit 14166343ee778cc5e2acdf2c44836f04be57fc19
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Apr 11 14:48:39 2009 +0200

    Remove useless external that causes FTBFS (new patch) (Closes: #522008)

diff --git a/debian/patches/0002-Remove-useless-sync-external-declaration.patch b/debian/patches/0002-Remove-useless-sync-external-declaration.patch
new file mode 100644
index 0000000..36d0c9b
--- /dev/null
+++ b/debian/patches/0002-Remove-useless-sync-external-declaration.patch
@@ -0,0 +1,26 @@
+From 8f1a4036210f320cc27d953ee831e8ca2909537d Mon Sep 17 00:00:00 2001
+From: Stephane Glondu <steph at glondu.net>
+Date: Sat, 11 Apr 2009 14:43:02 +0200
+Subject: [PATCH] Remove useless "sync" external declaration
+
+Taken from upstream SVN r12923, closes: #522008.
+---
+ src/exec/omake_exec.ml |    2 --
+ 1 files changed, 0 insertions(+), 2 deletions(-)
+
+diff --git a/src/exec/omake_exec.ml b/src/exec/omake_exec.ml
+index 8c034b5..7e40b35 100644
+--- a/src/exec/omake_exec.ml
++++ b/src/exec/omake_exec.ml
+@@ -46,8 +46,6 @@ open Omake_exec_notify
+ open Omake_options
+ open Omake_command_type
+ 
+-external sync : unit -> unit = "caml_sync"
+-
+ module Exec =
+ struct
+    (*
+-- 
+1.6.2.1
+
diff --git a/debian/patches/series b/debian/patches/series
index f868bc8..661531d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-stdin-stdout-fix-upstream-r12115.patch
+0002-Remove-useless-sync-external-declaration.patch

-- 
omake packaging



More information about the Pkg-ocaml-maint-commits mailing list