[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

./packages/openofficeorg/3.0/experimental r1325: - add hackaround to use ENABLE_QA_TOOLS=n on ia64 as "jar" segfaults



------------------------------------------------------------
revno: 1325
committer: Rene Engelhard <rene@debian.org>
branch nick: experimental
timestamp: Mon 2008-12-01 16:07:49 +0100
message:
      - add hackaround to use ENABLE_QA_TOOLS=n on ia64 as "jar" segfaults
        there (and only there) (closes: #507135)
modified:
  changelog
  rules
    ------------------------------------------------------------
    revno: 1022.1.204
    committer: Rene Engelhard <rene@debian.org>
    branch nick: unstable
    timestamp: Mon 2008-12-01 15:55:13 +0100
    message:
      +    - add hackaround to use ENABLE_QA_TOOLS=n on ia64 as "jar" segfaults
      +      there (and only there) (closes: #507135)
    modified:
      changelog
      rules
=== modified file 'changelog'
--- a/changelog	2008-11-30 17:40:30 +0000
+++ b/changelog	2008-12-01 15:07:49 +0000
@@ -8,8 +8,10 @@
       - add overrides for MCS, GMCS to /usr/bin/csc and MKBUNDLE2 (mkbundle)
     - if we enable gio, install ucpgio1.uno.so properly into -gnome and fix
       -gnomes description ((GNOME) VFS -> GIO)
+    - add hackaround to use ENABLE_QA_TOOLS=n on ia64 as "jar" segfaults
+      there (and only there) (closes: #507135)
 
- -- Rene Engelhard <rene@debian.org>  Sun, 30 Nov 2008 18:24:12 +0100
+ -- Rene Engelhard <rene@debian.org>  Mon, 01 Dec 2008 15:57:14 +0100
 
 openoffice.org (1:3.0.0-5) experimental; urgency=low
 

=== modified file 'rules'
--- a/rules	2008-11-30 22:46:58 +0000
+++ b/rules	2008-12-01 15:07:49 +0000
@@ -93,7 +93,11 @@
 ifeq "$(JDK)" "openjdk-cacao" 
   PACKAGE_QA_TOOLS=n
 else
-  PACKAGE_QA_TOOLS=y
+  ifneq "$(ARCH)" "ia64"
+    PACKAGE_QA_TOOLS=y
+  else
+    PACKAGE_QA_TOOLS=n
+  endif
 endif
 PACKAGE_TTF_OPENSYMBOL=y
 PACKAGE_PCVSLIB=n


Reply to: