[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master-3.6, updated. eclipse-ppa/maverick-93-g27e9e51

Benjamin Drung bdrung-guest at alioth.debian.org
Sat Jul 3 11:50:57 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-3.6 has been updated
       via  27e9e512a03a29cab80d39a8e0ec4a8dadd36ae4 (commit)
       via  43d52e504626eeb4b1783a5c2c29814989deed4a (commit)
       via  546fad80e8f6a9ced39ba850de384bfda2cfd215 (commit)
      from  3071195de2984bd2577c4e53d41b32eed4b11f09 (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 27e9e512a03a29cab80d39a8e0ec4a8dadd36ae4
Merge: 546fad8 43d52e5
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Sat Jul 3 13:50:43 2010 +0200

    Merge branch 'upstream-3.6' into master-3.6

commit 546fad80e8f6a9ced39ba850de384bfda2cfd215
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Sat Jul 3 13:05:26 2010 +0200

    Drop uname workaround.

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

Summary of changes:
 debian/extra/bin/uname                        |   15 ---------------
 debian/rules                                  |    4 ----
 eclipse/plugins/org.eclipse.osgi.util/src.zip |  Bin 19436 -> 0 bytes
 3 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/debian/extra/bin/uname b/debian/extra/bin/uname
deleted file mode 100644
index c44b74b..0000000
--- a/debian/extra/bin/uname
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-uname "$@"
-RET=$?
-
-if [ $? != 0 ] ; then
-   exit $RET
-fi
-
-RESULT=`uname "$@"`
-
-if [ "x$RESULT" = "xunknown" ] ; then
-   exit 1
-fi
-
-exit 0
diff --git a/debian/rules b/debian/rules
index b284c15..67a49ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,6 @@
 
 export JAVA_HOME=/usr/lib/jvm/default-java
 
-# We need this for overriding uname, upstream expects a slightly
-# different behaviour than Debian's uname.
-export PATH:=$(CURDIR)/debian/extra/bin:$(PATH)
-
 %:
 	dh --with xulrunner $@
 
diff --git a/eclipse/plugins/org.eclipse.osgi.util/src.zip b/eclipse/plugins/org.eclipse.osgi.util/src.zip
deleted file mode 100644
index 8f64acb..0000000
Binary files a/eclipse/plugins/org.eclipse.osgi.util/src.zip and /dev/null differ


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



More information about the pkg-java-commits mailing list