CVS eclipse/debian
Michael Koch
mkoch-guest at haydn.debian.org
Mon Oct 24 14:12:33 UTC 2005
Update of /cvsroot/pkg-java/eclipse/debian
In directory haydn:/tmp/cvs-serv23324
Modified Files:
rules changelog
Log Message:
Implemented support for ia64 architecture.
--- /cvsroot/pkg-java/eclipse/debian/rules 2005/10/15 13:20:36 1.2
+++ /cvsroot/pkg-java/eclipse/debian/rules 2005/10/24 14:12:33 1.3
@@ -23,6 +23,10 @@
enable_native=yes
ECLIPSE_PLATFORM=x86
endif
+ifeq ($(DEB_HOST_ARCH),ia64)
+ enable_native=yes
+ ECLIPSE_PLATFORM=ia64
+endif
ifeq ($(DEB_HOST_ARCH),amd64)
enable_native=yes
ECLIPSE_PLATFORM=x86_64
@@ -538,7 +542,7 @@
cd $(DEBIAN_TMP)/usr/share/java && \
ln -s swt-3.1.jar swt.jar && \
ln -s swt-gtk-3.1.jar swt-gtk.jar
-
+
# Missing permissions.
chmod a+x $(DEBIAN_TMP)/$(ECLIPSE_HOME)/plugins/org.apache.ant_*/bin/ant
chmod a+x $(DEBIAN_TMP)/$(ECLIPSE_HOME)/plugins/org.apache.ant_*/bin/antRun*
--- /cvsroot/pkg-java/eclipse/debian/changelog 2005/10/16 12:57:42 1.3
+++ /cvsroot/pkg-java/eclipse/debian/changelog 2005/10/24 14:12:33 1.4
@@ -2,8 +2,9 @@
* Updated debian/patches/eclipse-java-model-cache.dpatch to use the upstream
solution.
+ * debian/rules: Handle ia64 architecture.
- -- Michael Koch <konqueror at gmx.de> Sun, 16 Oct 2005 12:34:02 +0000
+ -- Michael Koch <konqueror at gmx.de> Mon, 24 Oct 2005 14:01:20 +0000
eclipse (3.1.1-2) unstable; urgency=low
More information about the pkg-java-commits
mailing list