[Pkg-ocaml-maint-commits] [utop] 02/04: Enable camlp4 and tests
Hilko Bengen
bengen at moszumanska.debian.org
Fri Feb 12 19:16:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository utop.
commit a4b3a422cc5c75e396b892583333a36005a14b5d
Author: Hilko Bengen <bengen at debian.org>
Date: Fri Feb 5 21:11:16 2016 +0100
Enable camlp4 and tests
---
debian/rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index d743cd3..8f21950 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,9 @@ export OCAMLFIND_LDCONF=ignore
.PHONY: override_dh_auto_configure
override_dh_auto_configure:
- ocaml setup.ml -configure --prefix /usr --destdir '$(DESTDIR)' --docdir /usr/share/doc/libutop-ocaml-dev
+ ocaml setup.ml -configure --prefix /usr --destdir '$(DESTDIR)' \
+ --docdir /usr/share/doc/libutop-ocaml-dev \
+ --enable-tests --enable-camlp4
.PHONY: override_dh_auto_build
override_dh_auto_build:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/utop.git
More information about the Pkg-ocaml-maint-commits
mailing list