[Pkg-ocaml-maint-commits] [SCM] opam packaging branch, master, updated. upstream/0.9.0+deb1-17-g2f49b0c

Mehdi Dogguy mehdi at debian.org
Sat Apr 6 13:38:52 UTC 2013


The following commit has been merged in the master branch:
commit ac27d3153b4d5e54ebe3f5226c8a686f4b03b414
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Sat Apr 6 13:39:16 2013 +0200

    Build generated modules

diff --git a/debian/rules b/debian/rules
index 7503a29..d2b541f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,7 @@ BINEXT = $(if $(OCAML_OPT_ARCH),native,byte)
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:
 	./configure
+	$(MAKE) autogen
 	for file in `ls -1 debian/buildsys/`; do \
 		ln -s debian/buildsys/$$file; \
 	done 

-- 
opam packaging



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