[Pkg-ocaml-maint-commits] [coccinelle] 02/03: Fix type in "ocamlfind" invocation
Eugeniy Meshcheryakov
eugen at moszumanska.debian.org
Wed May 13 22:47:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
eugen pushed a commit to branch master
in repository coccinelle.
commit af347cbb009dac2624590468c9df3d767e5517ec
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date: Wed May 13 21:40:33 2015 +0200
Fix type in "ocamlfind" invocation
---
debian/changelog | 6 ++++++
debian/patches/no-parmap-subdir.diff | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 3d162b9..8c61554 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+coccinelle (1.0.0~rc24.deb-3) experimental; urgency=medium
+
+ * Fix type in "ocamlfind" invocation
+
+ -- Євгеній Мещеряков <eugen at debian.org> Wed, 13 May 2015 21:39:53 +0200
+
coccinelle (1.0.0~rc24.deb-2) experimental; urgency=medium
* Use ocamlfind to search for parmap
diff --git a/debian/patches/no-parmap-subdir.diff b/debian/patches/no-parmap-subdir.diff
index be4226b..0f492b4 100644
--- a/debian/patches/no-parmap-subdir.diff
+++ b/debian/patches/no-parmap-subdir.diff
@@ -17,7 +17,7 @@
# parmap library
-PARMAPDIR = bundles/parmap/parmap-1.0-rc5-patched/_build
-+PARMAPDIR := $(shell ocalfind query parmap)
++PARMAPDIR := $(shell ocamlfind query parmap)
LOCAL_parmap = $(PARMAPDIR)/parmap.cma
LOCALOPT_parmap = $(PARMAPDIR)/parmap.cmxa
GLOBAL_parmap = $(PARMAPDIR)/parmap.cma
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/coccinelle.git
More information about the Pkg-ocaml-maint-commits
mailing list