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

Benjamin Drung bdrung-guest at alioth.debian.org
Sun Feb 21 17:14:24 UTC 2010


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  6eb5e4832b5428a7c3e3a598fb7b94a6a9147973 (commit)
      from  a2bfbfe7842282a440206ebe94f9519337d0ec20 (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 6eb5e4832b5428a7c3e3a598fb7b94a6a9147973
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Sun Feb 21 18:13:48 2010 +0100

    Fix install location and wipe removed target.

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

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

diff --git a/debian/rules b/debian/rules
index 261818d..2340b92 100755
--- a/debian/rules
+++ b/debian/rules
@@ -86,7 +86,7 @@ RESULT_DIR := $(SOURCE_DIR)/installation/
 DEBIAN_PACK_LIBDIR := $(DEB_DESTDIR)/usr/lib/eclipse
 PROFILE_ID := PlatformProfile
 
-common-install-impl:: debian-install-stamp generate-pdebuild-scripts build-eclipse-helper
+common-install-impl:: debian-install-stamp generate-pdebuild-scripts
 
 LAUNCHERVERSION = $(shell ls $(DEBIAN_PACK_LIBDIR)/plugins | grep equinox.launcher_ | sed 's/org.eclipse.equinox.launcher_//')
 PDEBUILDVERSION = $(shell ls $(DEBIAN_PACK_LIBDIR)/plugins | grep org.eclipse.pde.build_ | sed 's/org.eclipse.pde.build_//')
@@ -178,8 +178,8 @@ debian-install-stamp:
 # This has to go in an arch package, as some of the version numbers
 # depend on which arch it was build one.
 COPY_PLATFORM:=/usr/lib/eclipse/buildscripts/copy-platform
-COPY_PLATFORM_INSTALL:=debian/eclipse-pde$(COPY_PLATFORM)
-PDEBUILD_INSTALL:=debian/eclipse-pde/usr/lib/eclipse/buildscripts/pde-build
+COPY_PLATFORM_INSTALL:=debian/tmp$(COPY_PLATFORM)
+PDEBUILD_INSTALL:=debian/tmp/usr/lib/eclipse/buildscripts/pde-build
 
 generate-pdebuild-scripts: debian-install-stamp
 	@echo "*** generate-pdebuild-scripts ***"


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



More information about the pkg-java-commits mailing list