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

./packages/openofficeorg/3.0.1/experimental r1401: only build-dep on mono 2.0.1 when MONO2=y



------------------------------------------------------------
revno: 1401
committer: Rene Engelhard <rene@debian.org>
branch nick: experimental
timestamp: Mon 2009-02-16 07:28:17 +0100
message:
  only build-dep on mono 2.0.1 when MONO2=y
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2009-02-15 10:04:33 +0000
+++ b/changelog	2009-02-16 06:28:17 +0000
@@ -11,6 +11,7 @@
     - add Recommends openoffice.org-math to openoffice.org-writer
     - specify ARCH_FLAGS as -O0 when DEB_BULD_OPTIONS contains noopt
       (closes: #514166)
+    - only build-dep on mono 2.0.1 when MONO2=y
   * debian/openoffice.org-{base,calc}.overrides.lintian: override 
     desktop-command-not-in-package here, too (like in all the other modules)
 

=== modified file 'rules'
--- a/rules	2009-02-12 22:59:36 +0000
+++ b/rules	2009-02-16 06:28:17 +0000
@@ -116,8 +116,12 @@
   JDK=java-gcj-compat
 endif
 ENABLE_MONO=y
-MONO_MINVER= (>= 2.0.1)
 MONO2=y
+ifeq "$(MONO2)" "y"
+  MONO_MINVER= (>= 2.0.1)
+else
+  MONO_MINVER= (>= 1.2.3)
+endif
 USE_SYSTEM_HUNSPELL=y
 HUNSPELL_MIN_VER= (>= 1.1.5-2)
 SYSTEM_ALTLINUXHYPH=y


Reply to: