CVS eclipse/debian
Michael Koch
mkoch-guest at haydn.debian.org
Sun Nov 6 10:40:19 UTC 2005
Update of /cvsroot/pkg-java/eclipse/debian
In directory haydn:/tmp/cvs-serv16448
Modified Files:
rules changelog
Log Message:
debian/rules: Added support to build for s390 architecture.
--- /cvsroot/pkg-java/eclipse/debian/rules 2005/11/01 01:34:58 1.10
+++ /cvsroot/pkg-java/eclipse/debian/rules 2005/11/06 10:40:19 1.11
@@ -31,6 +31,10 @@
enable_native=yes
ECLIPSE_PLATFORM=ppc
endif
+ifeq ($(DEB_HOST_ARCH),s390)
+ enable_native=yes
+ ECLIPSE_PLATFORM=s390
+endif
SOURCE=$(shell ls upstream/*.zip)
--- /cvsroot/pkg-java/eclipse/debian/changelog 2005/11/06 10:21:38 1.18
+++ /cvsroot/pkg-java/eclipse/debian/changelog 2005/11/06 10:40:19 1.19
@@ -38,8 +38,9 @@
eclipse-jdt << 3.0. Closes: #336273.
* debian/control: eclipse-platform-common: Conflits and Replaces
eclipse-platform << 3.0. Closes: #336307.
+ * debian/rules: Added support to build for s390 architecture.
- -- Michael Koch <konqueror at gmx.de> Sun, 6 Nov 2005 09:03:55 +0000
+ -- Michael Koch <konqueror at gmx.de> Sun, 6 Nov 2005 10:32:48 +0000
eclipse (3.1.1-3) unstable; urgency=low
More information about the pkg-java-commits
mailing list