The following commit has been merged in the master branch:
commit 3df8d8fec63e299a3261872f5cbb48cb6cfff8b6
Author: Rene Engelhard <[email protected]>
Date:   Wed May 15 23:04:34 2013 +0200

    remove obsolete boost version check; add one for 1.49 with fixed thread

diff --git a/rules b/rules
index 9822371..dbcb33b 100755
--- a/rules
+++ b/rules
@@ -179,8 +179,10 @@ ifeq "$(BOOST_VERSION)" "default"
     BOOST_MINVER= (>= 1.38)
   endif
 endif
-ifeq "$(BOOST_VERSION)" "1.39"
-  BOOST_MINVER= (>= 1.39.0-2)
+ifneq "$(WHEEZY_BACKPORT)" "y"
+  ifeq "$(BOOST_VERSION)" "default"
+  BOOST_MINVER= (>= 1.49.0-4)
+  endif
 endif
 SYSTEM_STUFF += mdds
 SYSTEM_STUFF += vigra

-- 
LibreOffice packaging repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to