[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. 0186d804074c4d1e26b78d421affd39dcda820a5

Niels Thykier nthykier-guest at alioth.debian.org
Tue Oct 13 13:48:24 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse - Powerful IDE written in java - Debian package.".

The branch, master has been updated
       via  0186d804074c4d1e26b78d421affd39dcda820a5 (commit)
      from  6f54dabbeac67e0c3cd42f81654eca0637149d9b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0186d804074c4d1e26b78d421affd39dcda820a5
Author: Niels Thykier <niels at thykier.net>
Date:   Tue Oct 13 15:48:13 2009 +0200

    sh->bash

-----------------------------------------------------------------------

Summary of changes:
 debian/patches/bashisms.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/bashisms.patch b/debian/patches/bashisms.patch
index 6b13e87..83fe6eb 100644
--- a/debian/patches/bashisms.patch
+++ b/debian/patches/bashisms.patch
@@ -84,11 +84,11 @@ Index: patches/eclipse-pde.build-add-package-build.patch
  + 		the fetch stage, we have to manually arrange the files -->
 -+		<exec dir="${builder}" executable="/bin/sh">
 -+			<arg line="prepare-build-dir.sh ${sourceDirectory} ${buildDirectory} ${testing}" />
-++		<exec dir="${builder}" executable="/bin/sh" failOnError="true">
+++		<exec dir="${builder}" executable="/bin/bash" failOnError="true">
 ++			<arg line="prepare-build-dir.sh ${sourceDirectory} ${buildDirectory} false" />
  +		</exec>
 -+		<exec dir="${builder}" executable="/bin/sh">
-++		<exec dir="${builder}" executable="/bin/sh" failOnError="true" >
+++		<exec dir="${builder}" executable="/bin/bash" failOnError="true" >
  +		    <arg line="symlink-deps.sh ${buildDirectory} ${orbitDepsDir}" />
  +		</exec>
  +


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.



More information about the pkg-java-commits mailing list