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

./packages/openofficeorg/2.4/unstable r1084: correct control.mono.in inclusion regardless of host architecture



------------------------------------------------------------
revno: 1084
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Sun 2008-04-27 01:17:18 +0200
message:
  correct control.mono.in inclusion regardless of host architecture
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2008-04-26 22:50:26 +0000
+++ b/changelog	2008-04-26 23:17:18 +0000
@@ -8,9 +8,10 @@
     - support xulrunner 1.9
     - fix java-gcj-compat-dev build-depends conditional logic to set the
       right versioned build-dep for !etch
+    - correct control.mono.in inclusion regardless of host architecture
   * debian/scripts/vars.ppc64: actually add 
 
- -- Rene Engelhard <rene@debian.org>  Sun, 27 Apr 2008 00:48:39 +0200
+ -- Rene Engelhard <rene@debian.org>  Sun, 27 Apr 2008 00:59:54 +0200
 
 openoffice.org (1:2.4.0-5) unstable; urgency=low
 

=== modified file 'rules'
--- a/rules	2008-04-26 22:50:26 +0000
+++ b/rules	2008-04-26 23:17:18 +0000
@@ -285,6 +285,8 @@
 	ENABLE_JAVA=n
   endif
 endif
+
+ifeq "$(ENABLE_MONO)" "y"
 # mono
 # ppc fails (#412967), arm(el), too
 OOO_MONO_ARCHS = i386 sparc
@@ -297,6 +299,9 @@
 ifeq (,$(findstring $(ARCH),$(OOO_MONO_ARCHS)))
        ENABLE_MONO=n
 endif
+else
+OOO_MONO_ARCHS=
+endif
 
 ifeq "$(PACKAGE_NPSOPLUGIN)" "y"
 # Mozilla plugin. Crashes on amd64
@@ -1259,7 +1264,7 @@
 		>> debian/control < debian/control.gcj.in
   endif
 endif
-ifeq "$(ENABLE_MONO)" "y"
+ifneq "$(OOO_MONO_ARCHS)" ""
 	sed -e "s|openoffice.orgVER|openoffice.org$(VER)|g" \
 		>> debian/control < debian/control.mono.in
 endif


Reply to: