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

Stéphane Glondu glondu at moszumanska.debian.org
Wed Aug 3 20:22:06 UTC 2016


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

glondu pushed a commit to branch master
in repository biniou.

commit 8b2c23b29b649c405352226c79b6af3dcc963cf5
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Aug 3 17:20:06 2016 +0200

    Fix FTBFS on bytecode architectures
---
 debian/rules | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/debian/rules b/debian/rules
index 02dd5aa..4e307ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,16 +28,6 @@ endif
 	$(MAKE) doc
 
 
-.PHONY: override_dh_auto_test
-override_dh_auto_test:
-ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
-	$(MAKE) test_biniou
-else
-	$(MAKE) test_biniou.byte
-endif 
-	./test_biniou
-
-
 .PHONY: override_dh_auto_install
 override_dh_auto_install:
 	mkdir -p '$(OCAMLFIND_DESTDIR)'

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



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