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

[SCM] LibreOffice packaging repository branch, debian-experimental-3.6, updated. libreoffice_3.6.5-1-20-g1f7fab3



The following commit has been merged in the debian-experimental-3.6 branch:
commit 1f7fab31a85582aa7c325d644afd14ed4e1c87eb
Author: Rene Engelhard <rene@debian.org>
Date:   Wed Mar 6 09:32:25 2013 +0100

    fix liboost-date-timeX.YY build-dep, thanks Rico Tschernitz

diff --git a/rules b/rules
index a4af993..2e52bbe 100755
--- a/rules
+++ b/rules
@@ -889,7 +889,7 @@ ifneq (,$(filter boost, $(SYSTEM_STUFF)))
     endif
   else
     ifneq "$(BOOST_VERSION)" "default"
-	BUILD_DEPS += , libboost$(BOOST_VERSION)-dev $(BOOST_MINVER), libboost$(BOOST_VERSION)-date-time-dev $(BOOST_MINVER)
+	BUILD_DEPS += , libboost$(BOOST_VERSION)-dev $(BOOST_MINVER), libboost-date-time$(BOOST_VERSION)-dev $(BOOST_MINVER)
 	#BUILD_DEPS += , libboost-thread$(BOOST_VERSION)-dev, libboost-program-options$(BOOST_VERSION)-dev
     else
 	BUILD_DEPS += , libboost-dev $(BOOST_MINVER), libboost-date-time-dev $(BOOST_MINVER)

-- 
LibreOffice packaging repository


Reply to: