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

./packages/openofficeorg/3.0.1/experimental r1405: typo; add libdbX.Y-dbg to DBG_DBG_SUGGESTS



------------------------------------------------------------
revno: 1405
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Thu 2009-02-19 22:34:40 +0100
message:
  typo; add libdbX.Y-dbg to DBG_DBG_SUGGESTS
modified:
  rules
=== modified file 'rules'
--- a/rules	2009-02-19 21:30:51 +0000
+++ b/rules	2009-02-19 21:34:40 +0000
@@ -263,7 +263,7 @@
   USE_SYSTEM_LUCENE=n
   MONO_MINVER= (>= 1.2.3)
   MONO2=n
-  BOOST_VERSION=1.35
+  BOOST_VERSION=1.34
 endif
 
 #############
@@ -430,6 +430,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/)
 
 ifneq "$(BUILD_DBG_PACKAGE)" "y"
 	# build with small symbols anyway


Reply to: