[osrm] 04/13: Remove old patches
Christopher Baines
cbaines-guest at moszumanska.debian.org
Sat Apr 4 16:04:07 UTC 2015
This is an automated email from the git hooks/post-receive script.
cbaines-guest pushed a commit to branch master
in repository osrm.
commit b6ae5479a73c2ea2a8fd7764a97bf4581242789c
Author: Christopher Baines <mail at cbaines.net>
Date: Sat Apr 4 15:49:49 2015 +0100
Remove old patches
---
debian/patches/add-cmake-install.patch | 24 ----------------------
.../patches/fix-boost-version-requirements.patch | 18 ----------------
debian/patches/series | 2 --
3 files changed, 44 deletions(-)
diff --git a/debian/patches/add-cmake-install.patch b/debian/patches/add-cmake-install.patch
deleted file mode 100644
index ee72ada..0000000
--- a/debian/patches/add-cmake-install.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Author: Christopher Baines <cbaines8 at gmail.com>
-Last-Update: Thu, 10 Jul 2014 16:44:14 +0200
-Description: Add install destination to dmake target
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -263,6 +263,7 @@ if(WITH_TOOLS)
- target_link_libraries(
- osrm-components
- ${GDAL_LIBRARIES} ${Boost_LIBRARIES} FINGERPRINT GITDESCRIPTION COORDLIB)
-+ install(TARGETS osrm-components RUNTIME DESTINATION bin)
- else()
- message(FATAL_ERROR "libgdal and/or development headers not found")
- endif()
-@@ -277,6 +278,9 @@ if(WITH_TOOLS)
- target_link_libraries(osrm-unlock-all rt)
- endif()
- endif()
-+install(TARGETS osrm-extract RUNTIME DESTINATION bin)
-+install(TARGETS osrm-prepare RUNTIME DESTINATION bin)
-+install(TARGETS osrm-routed RUNTIME DESTINATION bin)
-
- file(GLOB InstallGlob Include/osrm/*.h Library/OSRM.h)
-
diff --git a/debian/patches/fix-boost-version-requirements.patch b/debian/patches/fix-boost-version-requirements.patch
deleted file mode 100644
index 00645ea..0000000
--- a/debian/patches/fix-boost-version-requirements.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-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
deleted file mode 100644
index 972354d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-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