[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, master, updated. debian/0.1.6.deb+a-2-3-g9f949d6

Eugeniy Meshcheryakov eugen at debian.org
Tue Apr 7 10:47:22 UTC 2009


The following commit has been merged in the master branch:
commit 9f949d6ce21b4615840bd846b08129cdb2124eca
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Tue Apr 7 12:44:03 2009 +0200

    Split invocation of depend target

diff --git a/debian/rules b/debian/rules
index 50e7f99..f2fff34 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,8 @@ build: build-stamp
 build-stamp: my-very-own-patch-stamp
 	dh build --before dh_auto_configure
 	./configure $(CONFIG_FLAGS)
-	$(MAKE) $(COCCI_FLAGS) depend $(MAKE_TGT)
+	$(MAKE) $(COCCI_FLAGS) depend
+	$(MAKE) $(COCCI_FLAGS) $(MAKE_TGT)
 	cd docs/grammar && $(MAKE)
 	cd docs && pdflatex options.tex
 	cd docs && pdflatex options.tex

-- 
Debian packaging for coccinelle



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