[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, master, updated. debian/1.0.0_rc15.deb-2-4-ge23e490
Eugeniy Meshcheryakov
eugen at debian.org
Sun Dec 30 16:20:12 UTC 2012
The following commit has been merged in the master branch:
commit e23e490077e2d7d6aeaeac8a12def75ee471ce73
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date: Sun Dec 30 17:05:29 2012 +0100
Create ocaml/coccilib directory before building everything
Git does not store empty directories, so building from a git repo
fails.
diff --git a/debian/rules b/debian/rules
index 73b7c99..92603e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,8 @@ override_dh_auto_build-arch:
$(MAKE) $(COCCI_FLAGS) depend
# make all.opt does not build documentation
$(MAKE) $(COCCI_FLAGS) -C docs all
+ # Re-create this directory here because git does not store empty directories
+ mkdir -p ocaml/coccilib
dh_auto_build -- $(COCCI_FLAGS) $(MAKE_TGT)
override_dh_auto_build-indep:
--
Debian packaging for coccinelle
More information about the Pkg-ocaml-maint-commits
mailing list