[Pkg-ocaml-maint-commits] [ocaml-atd] 01/02: Fix package build on bytecode architectures

Stéphane Glondu glondu at moszumanska.debian.org
Fri Jan 31 17:23:56 UTC 2014


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

glondu pushed a commit to branch master
in repository ocaml-atd.

commit 04cbd3e895c3705d04ddeb6ece6d481a071d3d74
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri Jan 31 17:30:13 2014 +0100

    Fix package build on bytecode architectures
---
 ...Tweak-makefile-for-byte-code-only-architectures.patch | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/debian/patches/0001-Tweak-makefile-for-byte-code-only-architectures.patch b/debian/patches/0001-Tweak-makefile-for-byte-code-only-architectures.patch
index ecc7871..caa1402 100644
--- a/debian/patches/0001-Tweak-makefile-for-byte-code-only-architectures.patch
+++ b/debian/patches/0001-Tweak-makefile-for-byte-code-only-architectures.patch
@@ -2,14 +2,24 @@ From: Hendrik Tews <hendrik at askra.de>
 Date: Wed, 29 Jan 2014 14:16:18 +0100
 Subject: Tweak makefile for byte-code only architectures
 
+Signed-off-by: Stephane Glondu <steph at glondu.net>
 ---
- Makefile | 7 ++++++-
- 1 file changed, 6 insertions(+), 1 deletion(-)
+ Makefile | 9 +++++++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
 
 diff --git a/Makefile b/Makefile
-index 9046f02..2099777 100644
+index 9046f02..de5ec61 100644
 --- a/Makefile
 +++ b/Makefile
+@@ -73,7 +73,7 @@ install: META
+ 	test ! -f atdcat || cp atdcat $(BINDIR)/
+ 	test ! -f atdcat.exe || cp atdcat.exe $(BINDIR)/
+ 	ocamlfind install atd META \
+-	 $(MLI) $(CMI) $(CMO) $(CMX) $(O) atd.cma atd.a atd.cmxa \
++	 $(wildcard $(MLI) $(CMI) $(CMO) $(CMX) $(O) atd.cma atd.a atd.cmxa) \
+          $(INSTALL_EXTRAS)
+ 
+ uninstall:
 @@ -137,6 +137,11 @@ atdcat$(EXE): dep $(CMI) $(CMX) atdcat.ml
  		-package "$(OCAMLPACKS)" -linkpkg \
  		$(CMX) atdcat.ml

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



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