[Pkg-ocaml-maint-commits] [ocamlbricks] 16/19: New upstream version 0.90+bzr456

Lucas Nussbaum lucas at moszumanska.debian.org
Mon Oct 30 22:29:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

lucas pushed a commit to branch master
in repository ocamlbricks.

commit 29a0b695f54ec1450f79c098e7d3d1b1053e3cb5
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Mon Oct 30 23:05:26 2017 +0100

    New upstream version 0.90+bzr456
---
 Makefile         |  2 +-
 meta.ml          | 18 ++++++++++++++++++
 meta.ml.released | 18 ++++++++++++++++++
 3 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 3e6c4f7..df38c1e 100644
--- a/Makefile
+++ b/Makefile
@@ -935,7 +935,7 @@ meta.ml: META CONFIGME
 
 meta.ml.released: meta.ml
 	if [ -d .bzr ]; then \
-	cp $< $@
+	cp $< $@; \
 	fi; \
 
 ###########################################################################
diff --git a/meta.ml b/meta.ml
new file mode 100644
index 0000000..2d093e9
--- /dev/null
+++ b/meta.ml
@@ -0,0 +1,18 @@
+(** Automatically generated meta-informations about the project and its building. *)
+(* This file is automatically generated; please don't edit it. *)
+
+let name = "ocamlbricks";;
+let version = "trunk";;
+let prefix = "/usr/local";;
+let prefix_install = "/usr/local";;
+let ocaml_version = "4.02.3";;
+let ocaml_libraryprefix = "/usr/lib/ocaml";;
+let libraryprefix = "/usr/lib/ocaml";;
+let configurationprefix = "/etc";;
+let localeprefix = "/usr/local/share/locale";;
+let documentationprefix = "/usr/local/share/doc";;
+let uname = "Linux 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u5 (2017-09-19) x86_64 GNU/Linux";;
+let build_date = "2017-10-30 23:04:53 +0100";;
+let revision = "456";;
+let source_date = "2017-10-30 20:38:00 +0100";;
+let source_date_utc_yy_mm_dd = "2017-10-30";;
diff --git a/meta.ml.released b/meta.ml.released
new file mode 100644
index 0000000..2d093e9
--- /dev/null
+++ b/meta.ml.released
@@ -0,0 +1,18 @@
+(** Automatically generated meta-informations about the project and its building. *)
+(* This file is automatically generated; please don't edit it. *)
+
+let name = "ocamlbricks";;
+let version = "trunk";;
+let prefix = "/usr/local";;
+let prefix_install = "/usr/local";;
+let ocaml_version = "4.02.3";;
+let ocaml_libraryprefix = "/usr/lib/ocaml";;
+let libraryprefix = "/usr/lib/ocaml";;
+let configurationprefix = "/etc";;
+let localeprefix = "/usr/local/share/locale";;
+let documentationprefix = "/usr/local/share/doc";;
+let uname = "Linux 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u5 (2017-09-19) x86_64 GNU/Linux";;
+let build_date = "2017-10-30 23:04:53 +0100";;
+let revision = "456";;
+let source_date = "2017-10-30 20:38:00 +0100";;
+let source_date_utc_yy_mm_dd = "2017-10-30";;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocamlbricks.git



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