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

Benjamin Drung bdrung-guest at alioth.debian.org
Sat Sep 19 22:05:49 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  8fc5cdaf7f1d5f6aac74d812e1e571a677e0e5db (commit)
      from  ee3c710a3500b7197262e8e4f6e33c9f81ffb8f6 (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 8fc5cdaf7f1d5f6aac74d812e1e571a677e0e5db
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Sun Sep 20 00:05:24 2009 +0200

    add missing stamp file to provision.sdk rule

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

Summary of changes:
 debian/patches/stamp-fix.patch |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/debian/patches/stamp-fix.patch b/debian/patches/stamp-fix.patch
new file mode 100644
index 0000000..4650ae8
--- /dev/null
+++ b/debian/patches/stamp-fix.patch
@@ -0,0 +1,28 @@
+diff -Nur -x '*.orig' -x '*~' debian.git/build.xml debian.git.new/build.xml
+--- build.xml	2009-09-19 23:01:47.458065731 +0200
++++ build.xml	2009-09-19 23:05:36.610065860 +0200
+@@ -12,6 +12,7 @@
+ 	<uptodate property="unpack.complete" srcfile="${basedir}/eclipse-${buildId}-fetched-src.tar.bz2" targetfile="unpack-stamp" />
+ 	<uptodate property="patch.complete" srcfile="unpack-stamp" targetfile="patch-stamp" />
+ 	<uptodate property="build.complete" srcfile="unpack-stamp" targetfile="build-stamp" />
++	<uptodate property="provision.sdk.complete" srcfile="build-stamp" targetfile="provision.sdk-stamp" />
+ 	<available file="bootstrap/plugins" property="bootstrapped" value="true" />
+ 
+ 	<property name="topBuildDir" value="${basedir}/build"/>
+@@ -331,7 +332,7 @@
+ 		</java>
+ 	</target>
+ 
+-	<target name="provision.sdk" depends="p2prep">
++	<target name="provision.sdk" depends="p2prep" unless="provision.sdk.complete">
+ 		<echo message="Installing into:  ${buildDirectory}/installation"/>
+ 		<antcall target="run.director">
+ 			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
+@@ -344,6 +345,7 @@
+ 			<param name="p2.arch" value="${buildArch}" />
+ 			<param name="p2.repo" value="${reposource}" />
+ 		</antcall>
++		<echo file="provision.sdk-stamp" />
+ 	</target>
+ 
+ 	<target name="run.director">


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



More information about the pkg-java-commits mailing list