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

./packages/openofficeorg/3.2/unstable r1924: remove trailing ), breaking the libmysqlcppconn-dev build-dep on sparc



------------------------------------------------------------
revno: 1924
committer: Rene Engelhard <rene@debian.org>
branch nick: unstable
timestamp: Thu 2010-04-08 00:38:57 +0200
message:
  remove trailing ), breaking the libmysqlcppconn-dev build-dep on sparc
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2010-04-07 20:30:01 +0000
+++ b/changelog	2010-04-07 22:38:57 +0000
@@ -7,8 +7,10 @@
 
   * debian/rules, debian/shlibs.*: fix shlib-dependencies to not depend
     on the kdelibs5 transitional package anymore when built with KDE 4.4 
+  * debian/rules:
+    - remove trailing ), breaking the libmysqlcppconn-dev build-dep on sparc
 
- -- Rene Engelhard <rene@debian.org>  Wed, 07 Apr 2010 21:22:01 +0200
+ -- Rene Engelhard <rene@debian.org>  Thu, 08 Apr 2010 00:35:15 +0200
 
 openoffice.org (1:3.2.0-6) unstable; urgency=low
 

=== modified file 'rules'
--- a/rules	2010-04-07 19:16:13 +0000
+++ b/rules	2010-04-07 22:38:57 +0000
@@ -1048,7 +1048,7 @@
   endif
   ifeq "$(USE_SYSTEM_MYSQLCPPCONN)" "y"
 	CONFIGURE_FLAGS += --with-system-mysql-cppconn
-	BUILD_DEPS += , libmysqlcppconn-dev $(MYSQLCPPCONN_MINVER) [$(OOO_ARCHS))]
+	BUILD_DEPS += , libmysqlcppconn-dev $(MYSQLCPPCONN_MINVER) [$(OOO_ARCHS)]
     ifeq "$(USE_STLPORT)" "y"
 	ADDITIONAL_SECTIONS += SystemMySQLWithSTLport
     endif


Reply to: