[Pkg-ocaml-maint-commits] [SCM] frama-c packaging branch, master, updated. upstream/20081201.dfsg-19-g6218487

Mehdi Dogguy dogguy at pps.jussieu.fr
Wed May 20 15:57:48 UTC 2009


The following commit has been merged in the master branch:
commit dbdacb9baa63afa48721b1265f040b0ce9c45daa
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Wed May 20 16:17:47 2009 +0200

    Should call alt-ergo instead of ergo

diff --git a/debian/patches/0007-Ergo-is-Alt-ergo.patch b/debian/patches/0007-Ergo-is-Alt-ergo.patch
new file mode 100644
index 0000000..e1a3e81
--- /dev/null
+++ b/debian/patches/0007-Ergo-is-Alt-ergo.patch
@@ -0,0 +1,26 @@
+From: Mehdi Dogguy <dogguy at pps.jussieu.fr>
+Date: Wed, 20 May 2009 16:15:09 +0200
+Subject: [PATCH] Ergo is Alt-ergo
+
+---
+ src/logic/why_output.ml |    6 +++---
+ 1 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/src/logic/why_output.ml b/src/logic/why_output.ml
+index 92af1ad..18fa12d 100644
+--- a/src/logic/why_output.ml
++++ b/src/logic/why_output.ml
+@@ -151,9 +151,9 @@ let prove basename prelude p =
+           else begin
+             let base = Filename.chop_extension why_file in
+             let ergo_file = (base^"_why.why") in
+-              Format.printf "[?] call 'ergo' on %s at ." ergo_file;
+-              if Sys.command (sprintf "ergo %s" ergo_file) <> 0 then
+-                Format.printf "Could not run ergo. at ."
++              Format.printf "[?] call 'alt-ergo' on %s at ." ergo_file;
++              if Sys.command (sprintf "alt-ergo %s" ergo_file) <> 0 then
++                Format.printf "Could not run alt-ergo. at ."
+           end
+       end
+     else
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index cf75bc6..0ed39b0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 0004-Using-graph.cm-a-xa-instead-of-graph.cm-o-x.patch
 0005-Full-path-for-ocamlgraph-cmo-otherwise-Makefile-will.patch
 0006-Do-not-install-non-existant-files.patch
+0007-Ergo-is-Alt-ergo.patch

-- 
frama-c packaging



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