The following commit has been merged in the master branch:
commit eb8885141d9c2ff0d61ab9c2bd547dfb6e5acfd5
Author: Mehdi Dogguy <me...@debian.org>
Date:   Wed Jun 6 17:53:27 2012 +0200

    Use USE_BATTERIES=yes for bytecode architectures too.

diff --git a/debian/changelog b/debian/changelog
index 58413a7..d1d9dd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pgocaml (1.5-2) UNRELEASED; urgency=low
+
+  * Use USE_BATTERIES=yes for bytecode architectures too.
+
+ -- Mehdi Dogguy <me...@debian.org>  Wed, 06 Jun 2012 17:53:13 +0200
+
 pgocaml (1.5-1) unstable; urgency=low
 
   [ Sylvain Le Gall ]
diff --git a/debian/rules b/debian/rules
index df57edf..1c018df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
 DEB_MAKE_BUILD_TARGET   := all USE_BATTERIES=yes
 DEB_MAKE_INSTALL_TARGET := install DESTDIR=debian/libpgocaml-ocaml-dev/
 else
-DEB_MAKE_BUILD_TARGET   := all_byte
+DEB_MAKE_BUILD_TARGET   := all_byte USE_BATTERIES=yes
 DEB_MAKE_INSTALL_TARGET := install_byte DESTDIR=debian/libpgocaml-ocaml-dev/
 endif
 

-- 
pgocaml 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

Reply via email to