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

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

    replace hard-coded directory with variable

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

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

diff --git a/debian/rules b/debian/rules
index c62ece2..de02ae3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -86,8 +86,8 @@ debian-install-stamp: debian-build-stamp
 	dh_testdir
 
 	# dirty hack - integrate following two commands into eclipse-build
-	cp build/eclipse-I20090611-1540-fetched-src/buildRepo/plugins/org.eclipse.core.net.linux*.jar $(DEBIAN_PACK_LIBDIR)/plugins
-	cp build/eclipse-I20090611-1540-fetched-src/buildRepo/plugins/org.eclipse.update.core.linux_*.jar $(DEBIAN_PACK_LIBDIR)/plugins
+	cp $(SOURCE_DIR)/buildRepo/plugins/org.eclipse.core.net.linux*.jar $(DEBIAN_PACK_LIBDIR)/plugins
+	cp $(SOURCE_DIR)/buildRepo/plugins/org.eclipse.update.core.linux_*.jar $(DEBIAN_PACK_LIBDIR)/plugins
 
 	rm -fr $(DEBIAN_PACK_LIBDIR)/p2/
 	# Make a link called "startup.jar" for backwards compatibility.


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



More information about the pkg-java-commits mailing list