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

Bug#529888: openoffice.org: BUILD_DEPS typo in debian/rules



Package: openoffice.org
Version: 1:3.1.0-4
Severity: normal


A package from 
http://bzr.debian.org/pkg-openoffice/packages/openofficeorg/3.1/unstable/ 
contains a typo.

Attached trivial patch fixes it.
=== modified file 'rules'
--- rules	2009-05-20 09:22:21 +0000
+++ rules	2009-05-22 05:20:30 +0000
@@ -623,7 +623,7 @@
      ifeq "$(LENNY_BACKPORT)" "y"
 	BUILD_DEPS += , gij [$(OOO_GCJ_ARCHS)], java-gcj-compat-dev (>= 1.0.76-7) [$(OOO_GCJ_ARCHS)], libgcj-bc [$(OOO_GCJ_ARCHS)]
     else
- 	BUILD_DEPS += gcj-jdk [$(OOO_GCJ_ARCHS)], , libgcj-common (>= 1:4.4.0) [$(OOO_GCJ_ARCHS)]
+ 	BUILD_DEPS += , gcj-jdk [$(OOO_GCJ_ARCHS)], libgcj-common (>= 1:4.4.0) [$(OOO_GCJ_ARCHS)]
     endif
   endif
   ifeq "$(ENABLE_MEDIAWIKI)" "y"


Reply to: