[Pkg-ocaml-maint-commits] [ocaml] 01/03: Fix Makefile $-escaping syntax

Ximin Luo infinity0 at debian.org
Fri Jul 21 17:09:24 UTC 2017


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

infinity0 pushed a commit to branch debian/experimental
in repository ocaml.

commit 9936d909614999fd2a0202bbcf9931310846c6d9
Author: Ximin Luo <infinity0 at debian.org>
Date:   Fri Jul 21 18:57:06 2017 +0200

    Fix Makefile $-escaping syntax
---
 debian/changelog    | 6 ++++++
 debian/ocamlinit.mk | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 46481db..26f07e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml (4.05.0-3) UNRELEASED; urgency=medium
+
+  * Fix Makefile $-escaping syntax, fixes FTBFS on a bunch of arches.
+
+ -- Ximin Luo <infinity0 at debian.org>  Fri, 21 Jul 2017 18:56:46 +0200
+
 ocaml (4.05.0-2) experimental; urgency=medium
 
   * Update conditional-install rules for easier maintenance. This fixes FTBFS
diff --git a/debian/ocamlinit.mk b/debian/ocamlinit.mk
index 10b216a..35636d4 100644
--- a/debian/ocamlinit.mk
+++ b/debian/ocamlinit.mk
@@ -63,8 +63,8 @@ endif
 
 otherlib = \
 OCAMLINIT_SED += $(if $(filter $(1),$(OTHERLIBRARIES)),\
-  -e 's/^OTH: \(.*\b$(1)\.\w\w*$$\\)/\1/',\
-  -e '/^OTH: .*\b$(1)\.\w\w*$$/d')
+  -e 's/^OTH: \(.*\b$(1)\.\w\w*$$$$\)/\1/',\
+  -e '/^OTH: .*\b$(1)\.\w\w*$$$$/d')
 # careful, no whitespace after the comma
 $(eval $(call otherlib,raw_spacetime_lib))
 

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



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