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

glondu pushed a commit to branch master
in repository cppo.

commit fa16d704ff20a195299f1d44d2b840d64a5246bc
Author: Stephane Glondu <st...@glondu.net>
Date:   Thu Sep 3 16:47:01 2015 +0200

    Fix compilation on bytecode architectures
---
 debian/changelog | 7 +++++++
 debian/rules     | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fa93eee..f851bdb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cppo (1.1.2-2) unstable; urgency=medium
+
+  * Team upload
+  * Fix compilation on bytecode architectures
+
+ -- Stéphane Glondu <glo...@debian.org>  Thu, 03 Sep 2015 17:35:12 +0200
+
 cppo (1.1.2-1) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/rules b/debian/rules
index ee978b1..a23a94d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,10 +20,10 @@ override_dh_auto_build:
 ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
        $(MAKE) opt ocamlbuild
 else
-       $(MAKE) all ocamlbuild
+       $(MAKE) all ocamlbuild BEST=byte
 endif 
 
 .PHONY: override_dh_auto_install
 override_dh_auto_install:
        mkdir -p $(OCAMLFIND_DESTDIR)
-       make install 'BINDIR=$(DESTDIR)/usr/bin'
+       make install 'BINDIR=$(DESTDIR)/usr/bin' BEST=$(OCAML_BEST)

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

_______________________________________________
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

Reply via email to