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

./packages/openofficeorg/3.0.1/experimental r1358: the patch is not conditional, so bump build-dep



------------------------------------------------------------
revno: 1358
committer: Rene Engelhard <rene@debian.org>
branch nick: experimental
timestamp: Fri 2008-12-26 19:17:16 +0100
message:
  the patch is not conditional, so bump build-dep
modified:
  rules
=== modified file 'rules'
--- a/rules	2008-12-23 21:05:49 +0000
+++ b/rules	2008-12-26 18:17:16 +0000
@@ -451,10 +451,12 @@
   ifeq "$(USE_PYCENTRAL)" "y"
 	BUILD_DEPS += , python-central (>= 0.5)
   endif
-	BUILD_DEPS += , python-dev (>= 2.4)
 	DBG_DBG_SUGGESTS+= , python-dbg
   ifeq "$(PYMAJOR).$(PYMINOR)" "2.6"
 	ADDITIONAL_SECTIONS += Python26
+	BUILD_DEPS += , python-dev (>= 2.6)
+  else
+	BUILD_DEPS += , python-dev (>= 2.4)
   endif
 else
 	BUILD_DEPS += , python


Reply to: