[Pkg-ocaml-maint-commits] [SCM] ocamlbricks packaging branch, master, updated. debian/0.90+bzr356-1-14-ge84b1f8
Lucas Nussbaum
lucas at debian.org
Tue May 28 14:50:23 UTC 2013
The following commit has been merged in the master branch:
commit c6302317cbf4946c5d9ba3c4a0ee6756bd08d04e
Author: Lucas Nussbaum <lucas at debian.org>
Date: Fri Apr 26 14:08:56 2013 +0200
Add workaround for missing meta.ml.released
diff --git a/debian/changelog b/debian/changelog
index 9118601..9e40bba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,6 @@ ocamlbricks (0.90+bzr364-1) UNRELEASED; urgency=low
* New upstream snapshot. Should fix the build failures on
non-native ocaml architectures.
- TODO: fails to build, see https://bugs.launchpad.net/ocamlbricks/+bug/1173148
-- Lucas Nussbaum <lucas at debian.org> Fri, 26 Apr 2013 13:34:52 +0200
diff --git a/debian/rules b/debian/rules
index 0070ae3..2b8ac0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,11 @@ include /usr/share/ocaml/ocamlvars.mk
%:
dh $@ --with ocaml
+override_dh_auto_build:
+ # workaround for https://bugs.launchpad.net/ocamlbricks/+bug/1173148
+ make meta.ml ; make meta.ml.released
+ dh_auto_build
+
override_dh_auto_clean:
dh_auto_clean
rm -f meta_ocamlbricks.ml
--
ocamlbricks packaging
More information about the Pkg-ocaml-maint-commits
mailing list