[Pkg-ocaml-maint-commits] [SCM] approx upstream and debian packaging branch, master, updated. debian/3.3.0-1-gc0312dd

Eric Cooper ecc at cmu.edu
Thu Oct 23 22:39:39 UTC 2008


The following commit has been merged in the master branch:
commit c0312dd58e50967490d3dbfed50632bdd9f2af72
Author: Eric Cooper <ecc at cmu.edu>
Date:   Wed Oct 15 14:23:31 2008 -0400

    generate version.ml from changelog for debian version

diff --git a/mkversion b/debian/mkversion
similarity index 100%
rename from mkversion
rename to debian/mkversion
diff --git a/debian/rules b/debian/rules
index 5ad1ad3..209643d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,3 +12,9 @@ else
     DEB_DH_GENCONTROL_ARGS += -VF:OCamlRun="ocaml-base-nox-$(OCAML_ABI)"
     DEB_STRIP_EXCLUDE += usr/sbin
 endif
+
+configure/approx::
+	debian/mkversion > version.ml
+
+clean::
+	rm -f version.ml

-- 
approx upstream and debian packaging



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