[Pkg-ocaml-maint-commits] [SCM] ssreflect packaging branch, master, updated. debian/1.3pl2-3-2-g65d50eb

2012-04-01 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 65d50eb4b9e803c448279b4df746b312b0d1e03d
Author: Stephane Glondu 
Date:   Sun Apr 1 16:37:28 2012 +0200

Update changelog and prepare upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 9a1bcca..dae37fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ssreflect (1.3pl2-4) unstable; urgency=medium
+
+  * Fix compilation with camlp5 6.05 and coq 8.3pl4
+
+ -- Stéphane Glondu   Sun, 01 Apr 2012 16:43:46 +0200
+
 ssreflect (1.3pl2-3) unstable; urgency=low
 
   * Recompile with camlp5 6.04 (no changes)

-- 
ssreflect packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

[Pkg-ocaml-maint-commits] [SCM] ssreflect packaging branch, master, updated. debian/1.3pl2-3-2-g65d50eb

2012-04-01 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 36b900e3c4f1b62f2c4427d427c4caf061522230
Author: Stephane Glondu 
Date:   Sun Apr 1 16:43:24 2012 +0200

Fix compilation with camlp5 6.05 and coq 8.3pl4

diff --git 
a/debian/patches/0003-Fix-compilation-with-camlp5-6.05-and-coq-8.3pl4.patch 
b/debian/patches/0003-Fix-compilation-with-camlp5-6.05-and-coq-8.3pl4.patch
new file mode 100644
index 000..46eafd3
--- /dev/null
+++ b/debian/patches/0003-Fix-compilation-with-camlp5-6.05-and-coq-8.3pl4.patch
@@ -0,0 +1,24 @@
+From: Stephane Glondu 
+Date: Sun, 1 Apr 2012 16:43:08 +0200
+Subject: Fix compilation with camlp5 6.05 and coq 8.3pl4
+
+---
+ src/ssreflect.ml |4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/ssreflect.ml b/src/ssreflect.ml
+index 357cf57..e1b4215 100644
+--- a/src/ssreflect.ml
 b/src/ssreflect.ml
+@@ -2683,8 +2683,8 @@ let tclDO n tac =
+ try tac gl
+ with 
+ | UserError (l, s) -> raise (UserError (l, prefix i ++ s))
+-| Stdpp.Exc_located(loc, UserError (l, s))  -> 
+-raise (Stdpp.Exc_located(loc, UserError (l, prefix i ++ s))) in
++| Compat.Exc_located(loc, UserError (l, s))  ->
++raise (Compat.Exc_located(loc, UserError (l, prefix i ++ s))) in
+   let rec loop i gl =
+ if i = n then tac_err_at i gl else
+ (tclTHEN (tac_err_at i) (loop (i + 1))) gl in
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index ee8014b..e8726c8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-Fix-tests-Make.patch
 0002-Activated-option-Automatic-Coercions-Import.patch
+0003-Fix-compilation-with-camlp5-6.05-and-coq-8.3pl4.patch

-- 
ssreflect packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits