The following commit has been merged in the master branch:
commit 79cb564fc58af66edb8e3214b53d2cb28fe1b847
Author: Stephane Glondu <st...@glondu.net>
Date:   Tue Sep 8 16:58:45 2009 +0200

    Add 0005-Add-explicit-path-for-source.patch (Closes: #545649)

diff --git a/debian/changelog b/debian/changelog
index 8933d52..2e18fb1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,9 @@ cameleon (1.9.18.svn20090302+691-2) UNRELEASED; urgency=low
 
   [ Stéphane Glondu ]
   * Update my e-mail address and remove DMUA
+  * Add 0005-Add-explicit-path-for-source.patch (Closes: #545649)
 
- -- Stéphane Glondu <glo...@debian.org>  Tue, 08 Sep 2009 17:03:37 +0200
+ -- Stéphane Glondu <glo...@debian.org>  Tue, 08 Sep 2009 17:05:59 +0200
 
 cameleon (1.9.18.svn20090302+691-1) unstable; urgency=low
 
diff --git a/debian/patches/0005-Add-explicit-path-for-source.patch 
b/debian/patches/0005-Add-explicit-path-for-source.patch
new file mode 100644
index 0000000..9e49cbc
--- /dev/null
+++ b/debian/patches/0005-Add-explicit-path-for-source.patch
@@ -0,0 +1,27 @@
+From: Stephane Glondu <st...@glondu.net>
+Date: Tue, 8 Sep 2009 16:53:04 +0200
+Subject: [PATCH] Add explicit path for source
+
+Bash 3 seemed to look in the current directory for files to source,
+but not Bash 4.
+
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545649
+Signed-off-by: Stephane Glondu <st...@glondu.net>
+---
+ configure |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/configure b/configure
+index e6ff68f..5d30319 100755
+--- a/configure
++++ b/configure
+@@ -1699,7 +1699,7 @@ ROOT=`pwd`
+ # Check for Ocaml compilers
+ 
+ ocaml unix.cma str.cma utils/checkocaml.ml ocaml_config.sh || exit 1
+-. ocaml_config.sh
++. ./ocaml_config.sh
+ 
+ echo "ocaml library path is $OCAMLLIB"
+ 
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 6393f63..a6dda31 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 0002-Use-ocamldoc-if-ocamldoc.opt-is-not-available.patch
 0003-Fix-typo-in-LANGUAGESSPECSDIR.patch
 0004-Don-t-try-to-extract-documentation-from-internal-hea.patch
+0005-Add-explicit-path-for-source.patch

-- 
cameleon packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to