[Pkg-ocaml-maint-commits] [SCM] ocaml-r packaging branch, master, updated. upstream/0.1-34-gc35d1bf

Guillaume Yziquel guillaume.yziquel at citycable.ch
Fri Nov 6 20:31:36 UTC 2009


The following commit has been merged in the master branch:
commit c35d1bfd09722ee41b228baf1c477ecbdce4125a
Author: Guillaume Yziquel <guillaume.yziquel at citycable.ch>
Date:   Fri Nov 6 21:31:07 2009 +0100

    debian/rules and META file.

diff --git a/debian/rules b/debian/rules
index 33dd9f2..95bc22b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,3 +50,10 @@ OCAML_OCAMLDOC_OCAMLFIND_FLAGS =
 clean::
 	-$(RM) '$(CURDIR)/src/.depend'
 
+install/libr-ocaml-dev:: r-install-extra
+
+r-install-extra:
+	VERSION=$(DEB_NOEPOCH_VERSION); \
+	VERSION=$${VERSION%%-*}; \
+	sed -i "s/@VERSION@/$$VERSION/g" '$(CURDIR)/debian/META'
+

-- 
ocaml-r packaging



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