[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, master, updated. debian/1.0.0_rc7.deb-3-5-g9e8af49

Eugeniy Meshcheryakov eugen at debian.org
Tue Dec 6 20:18:42 UTC 2011


The following commit has been merged in the master branch:
commit 87462a51f28ad58509c88c0570731d8c5240f344
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Tue Dec 6 20:21:10 2011 +0100

    Add support for parallel build

diff --git a/debian/changelog b/debian/changelog
index 74e6d29..d211b1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 coccinelle (1.0.0~rc7.deb-4) unstable; urgency=low
 
   * Move pdf documentation and examples into a separate package
+  * Add support for parallel build
 
- -- Євгеній Мещеряков <eugen at debian.org>  Tue, 06 Dec 2011 00:43:18 +0100
+ -- Євгеній Мещеряков <eugen at debian.org>  Tue, 06 Dec 2011 20:20:56 +0100
 
 coccinelle (1.0.0~rc7.deb-3) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 66d6e7c..c51f0fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ override_dh_auto_build-arch:
 	$(MAKE) $(COCCI_FLAGS) depend
 	# make all.opt does not build documentation
 	$(MAKE) $(COCCI_FLAGS) -C docs all
-	$(MAKE) $(COCCI_FLAGS) $(MAKE_TGT)
+	dh_auto_build --parallel -- $(COCCI_FLAGS) $(MAKE_TGT)
 
 override_dh_auto_build-indep:
 	mkdir texmf-var

-- 
Debian packaging for coccinelle



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