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

Eugeniy Meshcheryakov eugen at debian.org
Wed Dec 14 00:38:42 UTC 2011


The following commit has been merged in the master branch:
commit 151279f1c9becfc4050879b26dff9244485eaeb7
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Wed Dec 14 01:35:16 2011 +0100

    Build-depend on dh-ocaml >= 1.0.3~ and add --parallel to dh options instead of dh_auto_build

diff --git a/debian/changelog b/debian/changelog
index 0891942..b2a3834 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+coccinelle (1.0.0~rc7.deb-6) unstable; urgency=low
+
+  * Build-depend on dh-ocaml >= 1.0.3~ and add --parallel to dh options
+    instead of dh_auto_build
+
+ -- Євгеній Мещеряков <eugen at debian.org>  Wed, 14 Dec 2011 01:34:05 +0100
+
 coccinelle (1.0.0~rc7.deb-5) unstable; urgency=low
 
   * Merge Build-Depends-Indep into Build-Depends, the package does not build
diff --git a/debian/control b/debian/control
index 2096872..633637d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Євгеній Мещеряков <eugen at debian.org>
 Build-Depends:
  debhelper (>= 8.9.7~),
- dh-ocaml (>= 0.9.4~),
+ dh-ocaml (>= 1.0.3~),
  ocaml-nox (>= 3.11.1-3~),
  libpycaml-ocaml-dev (>= 0.82-13~),
  python (>= 2.6.6-3~),
diff --git a/debian/rules b/debian/rules
index 95923e1..ddb5837 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ MAKE_TGT = all
 endif
 
 %:
-	dh $@ --with ocaml,python2
+	dh $@ --with ocaml,python2 --parallel
 
 override_dh_auto_configure:
 	./configure $(CONFIG_FLAGS)
@@ -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
-	dh_auto_build --parallel -- $(COCCI_FLAGS) $(MAKE_TGT)
+	dh_auto_build -- $(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