[Pkg-kde-commits] rev 2068 - branches/kde-3.4.0/packages/kdebindings/debian

Adeodato Simó adeodato at costa.debian.org
Thu Oct 20 12:49:47 UTC 2005


Author: adeodato
Date: 2005-10-20 12:49:46 +0000 (Thu, 20 Oct 2005)
New Revision: 2068

Modified:
   branches/kde-3.4.0/packages/kdebindings/debian/changelog
   branches/kde-3.4.0/packages/kdebindings/debian/java-blacklist.mk
Log:
Add arm and hppa to FUCKED_JAVA_ARCHS in java-blacklist.mk, since gij
(needed to execute ecj) fails there. Other interpreters than gij may
work there, but this will need time to investigate. Ideally, j-g-c-d
above, or some other meta-package, should take care of linking java and
javac to the right binaries...


Modified: branches/kde-3.4.0/packages/kdebindings/debian/changelog
===================================================================
--- branches/kde-3.4.0/packages/kdebindings/debian/changelog	2005-10-20 12:45:54 UTC (rev 2067)
+++ branches/kde-3.4.0/packages/kdebindings/debian/changelog	2005-10-20 12:49:46 UTC (rev 2068)
@@ -20,6 +20,12 @@
     upload closes: #332864, since we no longer build-depend on unavailable
     libgcj4-dev.
 
+  * Add arm and hppa to FUCKED_JAVA_ARCHS in java-blacklist.mk, since gij
+    (needed to execute ecj) fails there. Other interpreters than gij may work
+    there, but this will need time to investigate. Ideally, j-g-c-d above, or
+    some other meta-package, should take care of linking java and javac to the
+    right binaries...
+
   * Build-depend on python-dev instead of python2.3-dev, and determine
     dependencies of python-dcop with dh_python's ${python:Depends}, so that a
     simple rebuild is enough to transition to a new default python version.

Modified: branches/kde-3.4.0/packages/kdebindings/debian/java-blacklist.mk
===================================================================
--- branches/kde-3.4.0/packages/kdebindings/debian/java-blacklist.mk	2005-10-20 12:45:54 UTC (rev 2067)
+++ branches/kde-3.4.0/packages/kdebindings/debian/java-blacklist.mk	2005-10-20 12:49:46 UTC (rev 2068)
@@ -3,7 +3,7 @@
 # that are java-related should be safeguarded by a 'ifndef WITHOUT_JAVA'
 # check.
 
-FUCKED_JAVA_ARCHS  = mips mipsel
+FUCKED_JAVA_ARCHS  = mips mipsel arm hppa
 DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
 
 ifneq (,$(filter $(DEB_HOST_ARCH_CPU),$(FUCKED_JAVA_ARCHS)))




More information about the pkg-kde-commits mailing list