------------------------------------------------------------ revno: 1226 committer: Rene Engelhard <[EMAIL PROTECTED]> 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-26 10:03:11 +0000 +++ b/changelog 2008-12-01 14:55:13 +0000 @@ -1,3 +1,11 @@ +openoffice.org (1:2.4.1-13.14pre) unstable; urgency=high + + * debian/rules: + - add hackaround to use ENABLE_QA_TOOLS=n on ia64 as "jar" segfaults + there (and only there) (closes: #507135) + + -- Rene Engelhard <[EMAIL PROTECTED]> Mon, 01 Dec 2008 15:53:44 +0100 + openoffice.org (1:2.4.1-13) unstable; urgency=medium * ooo-build:
=== modified file 'rules' --- a/rules 2008-11-26 09:36:38 +0000 +++ b/rules 2008-12-01 14:55:13 +0000 @@ -87,7 +87,11 @@ BUILD_DEPS= BUILD_PYUNO=y USE_PYCENTRAL=y -PACKAGE_QA_TOOLS=y +ifneq "$(ARCH)" "ia64" + PACKAGE_QA_TOOLS=y +else + PACKAGE_QA_TOOLS=n +endif PACKAGE_TTF_OPENSYMBOL=y PACKAGE_NPSOPLUGIN=y PACKAGE_PCVSLIB=n

