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

Benjamin Drung bdrung-guest at alioth.debian.org
Thu Oct 1 12:23:47 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  6a43b43ecddc6c088f546312670b8e8dbf6f55f6 (commit)
      from  a739c616f9c2ef8c4e1a728690c8f13cb9c7f574 (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 6a43b43ecddc6c088f546312670b8e8dbf6f55f6
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Thu Oct 1 14:23:21 2009 +0200

    debian/rules: update build tag

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

Summary of changes:
 debian/rules |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index d8a91f5..c62ece2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,11 +58,11 @@ common-install-indep::
 
 # TODO: Turn all commands below this comment into patches and send them to eclipse-build.
 
-BUILD_ID=I20090611-1540
-SOURCE_DIR=$(CURDIR)/build/eclipse-$(BUILD_ID)-fetched-src
-RESULT_DIR=$(SOURCE_DIR)/installation/
-DEBIAN_PACK_LIBDIR=$(DEB_DESTDIR)/usr/lib/eclipse
-PROFILE_ID=PlatformProfile
+BUILD_TAG := $(shell grep ^buildTag= build.properties | sed "s/^buildTag=//")
+SOURCE_DIR := $(CURDIR)/build/eclipse-$(BUILD_TAG)-fetched-src
+RESULT_DIR := $(SOURCE_DIR)/installation/
+DEBIAN_PACK_LIBDIR := $(DEB_DESTDIR)/usr/lib/eclipse
+PROFILE_ID := PlatformProfile
 
 common-build-arch:: debian-build-stamp
 


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



More information about the pkg-java-commits mailing list