[Pkg-ocaml-maint-commits] [SCM] coq packaging branch, experimental/master, updated. debian/8.3.rc1+dfsg-1-7-g0fa28b8

Stephane Glondu steph at glondu.net
Sat Oct 16 09:46:43 UTC 2010


The following commit has been merged in the experimental/master branch:
commit 088c96d71b9151ed6a84ff6dc6087c4d24b12aa0
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri Oct 15 17:25:39 2010 +0200

    Add patch to fix test-suite

diff --git a/debian/patches/0001-Fix-missing-coqlib-argument-to-coqdep-in-test-suite.patch b/debian/patches/0001-Fix-missing-coqlib-argument-to-coqdep-in-test-suite.patch
new file mode 100644
index 0000000..c3092ba
--- /dev/null
+++ b/debian/patches/0001-Fix-missing-coqlib-argument-to-coqdep-in-test-suite.patch
@@ -0,0 +1,23 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Fri, 15 Oct 2010 17:24:18 +0200
+Subject: [PATCH] Fix missing -coqlib argument to coqdep in test-suite
+
+Signed-off-by: Stephane Glondu <steph at glondu.net>
+---
+ test-suite/Makefile |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/test-suite/Makefile b/test-suite/Makefile
+index 62d443d..98bab43 100644
+--- a/test-suite/Makefile
++++ b/test-suite/Makefile
+@@ -40,7 +40,7 @@ endif
+ 
+ command := $(coqtop) -top Top -load-vernac-source
+ coqc := $(coqtop) -compile
+-coqdep := $(BIN)coqdep
++coqdep := $(BIN)coqdep -coqlib $(LIB)
+ 
+ SHOW := $(if $(VERBOSE), at true, at echo)
+ HIDE := $(if $(VERBOSE),,@)
+-- 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c65680e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Fix-missing-coqlib-argument-to-coqdep-in-test-suite.patch

-- 
coq packaging



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