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

./packages/openofficeorg/3.0.1/experimental r1407: oops, missing comma



------------------------------------------------------------
revno: 1407
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Thu 2009-02-19 23:12:01 +0100
message:
  oops, missing comma
modified:
  rules
=== modified file 'rules'
--- a/rules	2009-02-19 21:41:40 +0000
+++ b/rules	2009-02-19 22:12:01 +0000
@@ -433,7 +433,7 @@
 endif
 
 	BUILD_DEPS += , libdb-dev
-	DBG_DBG_SUGGESTS += $(shell apt-cache show libdb-dev | grep Depends | awk '{ print $$2 }' | sed -e s/dev/dbg/)
+	DBG_DBG_SUGGESTS += , $(shell apt-cache show libdb-dev | grep Depends | awk '{ print $$2 }' | sed -e s/dev/dbg/)
 
 ifneq "$(BUILD_DBG_PACKAGE)" "y"
 	# build with small symbols anyway


Reply to: