[Pkg-ocaml-maint-commits] [cppo] 01/02: Fix FTBFS on bytecode architectures

Stéphane Glondu glondu at moszumanska.debian.org
Wed Jul 19 07:33:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository cppo.

commit 4ff4c155f20a70cb3672b85f5f6d9f64fc65eb76
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Jul 19 09:30:09 2017 +0200

    Fix FTBFS on bytecode architectures
---
 .../0001-Fix-FTBFS-on-bytecode-architectures.patch  | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/0001-Fix-FTBFS-on-bytecode-architectures.patch b/debian/patches/0001-Fix-FTBFS-on-bytecode-architectures.patch
new file mode 100644
index 0000000..1ccd4e8
--- /dev/null
+++ b/debian/patches/0001-Fix-FTBFS-on-bytecode-architectures.patch
@@ -0,0 +1,21 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Wed, 19 Jul 2017 09:29:40 +0200
+Subject: Fix FTBFS on bytecode architectures
+
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 84218d4..5224fde 100644
+--- a/Makefile
++++ b/Makefile
+@@ -45,7 +45,7 @@ endif
+ endif
+ 
+ OCAMLBUILD_INSTALL = ocamlbuild_plugin/_build/ocamlbuild_cppo.cmi \
+-                     ocamlbuild_plugin/_build/ocamlbuild_cppo.cmx \
++                     $(wildcard ocamlbuild_plugin/_build/ocamlbuild_cppo.cmx) \
+                      $(addprefix ocamlbuild_plugin/_build/,$(OCAMLBUILD_IMPL))
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a144978
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Fix-FTBFS-on-bytecode-architectures.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/cppo.git



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