[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. a91d20a96367850460e63265d7f0f47abe949a94
Benjamin Drung
bdrung-guest at alioth.debian.org
Sat Sep 19 15:14:57 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 a91d20a96367850460e63265d7f0f47abe949a94 (commit)
from eb1faea588f0adfb6b3c3fb46ac6fb7d7e40fb36 (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 a91d20a96367850460e63265d7f0f47abe949a94
Author: Benjamin Drung <bdrung at ubuntu.com>
Date: Sat Sep 19 17:13:58 2009 +0200
rename stamp file names to avoid conflict with eclipse-build
-----------------------------------------------------------------------
Summary of changes:
debian/rules | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/rules b/debian/rules
index 6ef6648..095857b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,9 +28,9 @@ DEB_DH_SHLIBDEPS_ARGS_libswt-gtk-3.5-jni := \
debian/libswt-gtk-3.5-jni/usr/lib/jni/libswt-glx-gtk-*.so \
-Tdebian/libswt-gtk-3.5-jni.substvars
-common-build-arch:: build-stamp
+common-build-arch:: debian-build-stamp
-common-install-arch:: install-tmp-stamp
+common-install-arch:: debian-install-stamp
clean::
rm -f *.cdbs-config_list
@@ -39,8 +39,8 @@ clean::
$(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))
-build-stamp:
- @echo "*** build-stamp ***"
+debian-build-stamp:
+ @echo "*** debian-build-stamp ***"
dh_testdir
ant -DbuildArch=$(ECLIPSE_BUILD_ARCH)
( eval LAUNCHERVERSION=`ls $(RESULT_DIR)/plugins | grep equinox.launcher_ | sed 's/org.eclipse.equinox.launcher_//'` && \
@@ -53,8 +53,8 @@ build-stamp:
touch $@
## This target does not work yet.
-install-tmp-stamp: build-stamp
- @echo "*** install-tmp-stamp ***"
+debian-install-stamp: debian-build-stamp
+ @echo "*** debian-install-stamp ***"
dh_testdir
# dirty hack - integrate following two commands into eclipse-build
hooks/post-receive
--
eclipse - Powerful IDE written in java - Debian package.
More information about the pkg-java-commits
mailing list