CVS eclipse/debian

Michael Koch mkoch-guest at haydn.debian.org
Thu Dec 15 09:59:16 UTC 2005


Update of /cvsroot/pkg-java/eclipse/debian
In directory haydn:/tmp/cvs-serv25282

Modified Files:
	changelog rules 
Log Message:
* debian/rules: Generalized architecture support where debian arch name
  is the same as the eclipse arch name. Closes: #342579


--- /cvsroot/pkg-java/eclipse/debian/changelog	2005/12/15 09:24:55	1.38
+++ /cvsroot/pkg-java/eclipse/debian/changelog	2005/12/15 09:59:16	1.39
@@ -10,8 +10,10 @@
   * debian/extra/eclipse.1: Fixed typo.
   * debian/extra/eclipse.sh: Added property for faster startup with GCJ 4.0:
     -Dgnu.gcj.runtime.VMClassLoader.library_control=never.
+  * debian/rules: Generalized architecture support where debian arch name
+    is the same as the eclipse arch name. Closes: #342579
 
- -- Michael Koch <konqueror at gmx.de>  Thu, 15 Dec 2005 10:22:21 +0000
+ -- Michael Koch <konqueror at gmx.de>  Thu, 15 Dec 2005 10:55:42 +0000
 
 eclipse (3.1.1-6) unstable; urgency=low
 
--- /cvsroot/pkg-java/eclipse/debian/rules	2005/11/10 15:16:39	1.15
+++ /cvsroot/pkg-java/eclipse/debian/rules	2005/12/15 09:59:16	1.16
@@ -31,9 +31,9 @@
     enable_native=yes
     ECLIPSE_PLATFORM=ppc
 endif
-ifeq ($(DEB_HOST_ARCH),s390)
+ifeq ($(DEB_HOST_ARCH),)
     enable_native=yes
-    ECLIPSE_PLATFORM=s390
+    ECLIPSE_PLATFORM=$(DEB_HOST_ARCH)
 endif
 
 SOURCE=$(shell ls upstream/*.zip)



More information about the pkg-java-commits mailing list