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

Benjamin Drung bdrung-guest at alioth.debian.org
Tue Sep 15 20:23:28 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  7dda41d53b25291a9bc1ded2b2f13009436cba7e (commit)
      from  368187ab0a483b787e324d2731aee56f0092804b (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 7dda41d53b25291a9bc1ded2b2f13009436cba7e
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Tue Sep 15 22:22:35 2009 +0200

    simplify debian/rules by renaming eclipse.sh to eclipse

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

Summary of changes:
 debian/eclipse.install               |    2 +-
 debian/extra/{eclipse.sh => eclipse} |    0 
 debian/rules                         |    1 -
 3 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/debian/eclipse.install b/debian/eclipse.install
index e1a8d8b..7d8da95 100644
--- a/debian/eclipse.install
+++ b/debian/eclipse.install
@@ -1,7 +1,7 @@
 debian/extra/eclipse32.xpm usr/share/pixmaps/
 debian/extra/eclipse.desktop usr/share/applications/
 debian/extra/eclipse*.png usr/share/pixmaps/
-debian/extra/eclipse.sh usr/bin/
+debian/extra/eclipse usr/bin/
 debian/tmp/usr/lib/eclipse
 debian/tmp/usr/lib/eclipse/features/org.eclipse.sdk_*
 debian/tmp/usr/lib/eclipse/plugins/org.eclipse.sdk_*
diff --git a/debian/extra/eclipse.sh b/debian/extra/eclipse
similarity index 100%
rename from debian/extra/eclipse.sh
rename to debian/extra/eclipse
diff --git a/debian/rules b/debian/rules
index 55bae64..b21c41a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,6 @@ clean::
 # move images from /usr/lib to /usr/share
 $(patsubst %,binary-install/%,$(DEB_PACKAGES)):: binary-install/%:
 	$(if $(wildcard debian/$(cdbs_curpkg)/usr/lib),find debian/$(cdbs_curpkg)/usr/lib/ \( -name '*.bmp' -o -name '*.gif' -o -name '*.jpg' -o -name '*.png' \) -exec debian/extra/imagemv.sh $(cdbs_curpkg) '{}' \; ; dh_link -p$(cdbs_curpkg))
-	test $(cdbs_curpkg) = "eclipse" && mv -f debian/$(cdbs_curpkg)/usr/bin/eclipse.sh debian/$(cdbs_curpkg)/usr/bin/eclipse || true
 
 build-stamp:
 	@echo "*** build-stamp ***"


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



More information about the pkg-java-commits mailing list