[Pkg-ocaml-maint-commits] [coccinelle] 02/03: Executel "make all" in ocaml subdirectory so tests don't fail anymore

Eugeniy Meshcheryakov eugen at moszumanska.debian.org
Wed Oct 28 21:11:45 UTC 2015


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

eugen pushed a commit to branch master
in repository coccinelle.

commit efddc3d14d59a3eb668a55c33e804d4869a8a316
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Wed Oct 28 21:45:33 2015 +0100

    Executel "make all" in ocaml subdirectory so tests don't fail anymore
---
 debian/changelog | 3 ++-
 debian/rules     | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ed7f33c..3669146 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 coccinelle (1.0.3.deb-2) experimental; urgency=medium
 
   * Re-enable checks
+  * Executel "make all" in ocaml subdirectory so tests don't fail anymore
 
- -- Євгеній Мещеряков <eugen at debian.org>  Wed, 28 Oct 2015 20:37:12 +0100
+ -- Євгеній Мещеряков <eugen at debian.org>  Wed, 28 Oct 2015 21:45:05 +0100
 
 coccinelle (1.0.3.deb-1) experimental; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 733c2c2..ba16fa8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,8 @@ override_dh_auto_build-arch:
 	# Re-create this directory here because git does not store empty directories
 	mkdir -p ocaml/coccilib
 	dh_auto_build
+	# This is needed to copy *.cmi files to the directory
+	$(MAKE) -C ocaml all
 
 override_dh_auto_build-indep:
 	mkdir texmf-var

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



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