[osrm] 01/01: Get Build-Depends correct to build the package

Andreas Tille tille at debian.org
Thu Jul 10 15:30:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository osrm.

commit d93384be1a1fdcce09b49c1158af3dd2abc67a0f
Author: Andreas Tille <tille at debian.org>
Date:   Thu Jul 10 17:30:20 2014 +0200

    Get Build-Depends correct to build the package
---
 debian/control                                      |  5 ++++-
 debian/patches/fix-boost-version-requirements.patch | 18 ++++++++++++++++++
 debian/patches/series                               |  1 +
 3 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 411f0e9..593625e 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,8 @@ Build-Depends: debhelper (>= 9.0.0),
                libboost-thread-dev,
                libboost-system-dev,
                libboost-regex-dev,
+               libboost-iostreams-dev,
+               libboost-program-options-dev,
                libstxxl-dev,
                libxml2-dev,
                libsparsehash-dev,
@@ -26,7 +28,8 @@ Build-Depends: debhelper (>= 9.0.0),
                libluabind-dev,
                pkg-config,
                libosmpbf-dev,
-               libgdal-dev
+               libgdal-dev,
+               libtbb-dev
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/osrm.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/osrm.git
diff --git a/debian/patches/fix-boost-version-requirements.patch b/debian/patches/fix-boost-version-requirements.patch
new file mode 100644
index 0000000..00645ea
--- /dev/null
+++ b/debian/patches/fix-boost-version-requirements.patch
@@ -0,0 +1,18 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Thu, 10 Jul 2014 16:44:14 +0200
+Description:  This is a hack which seemed to be necessary
+ due to a probably broken check to verify the needed libboost
+ version which failed without this hack.  It is probably that
+ the patch can be droped in future versions.
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -170,7 +170,7 @@ if(UNIX AND NOT APPLE)
+ endif()
+ 
+ #Check Boost
+-set(BOOST_MIN_VERSION "1.49.0")
++set(BOOST_MIN_VERSION "1.55.0")
+ find_package(Boost ${BOOST_MIN_VERSION} COMPONENTS ${BOOST_COMPONENTS} REQUIRED)
+ if(NOT Boost_FOUND)
+   message(FATAL_ERROR "Fatal error: Boost (version >= 1.49.0) required.\n")
diff --git a/debian/patches/series b/debian/patches/series
index 7bc5115..972354d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 add-cmake-install.patch
+fix-boost-version-requirements.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osrm.git



More information about the Pkg-grass-devel mailing list