[urdfdom] 02/11: Update patch. Submitted upstream
Jose Luis Rivero
jrivero-guest at moszumanska.debian.org
Fri Feb 5 01:18:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
jrivero-guest pushed a commit to branch master
in repository urdfdom.
commit d1ddb774b752b2aa62afe2b9786bb46516a3d583
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date: Fri Feb 5 00:53:09 2016 +0000
Update patch. Submitted upstream
---
.../0001-Fix-installed-CMake-module-to-cope-with-multiarch.patch | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/patches/0001-Fix-installed-CMake-module-to-cope-with-multiarch.patch b/debian/patches/0001-Fix-installed-CMake-module-to-cope-with-multiarch.patch
index 5361a9b..c994caa 100644
--- a/debian/patches/0001-Fix-installed-CMake-module-to-cope-with-multiarch.patch
+++ b/debian/patches/0001-Fix-installed-CMake-module-to-cope-with-multiarch.patch
@@ -12,15 +12,15 @@ Forwarded: no
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/cmake/urdfdom-config.cmake.in b/cmake/urdfdom-config.cmake.in
-index d3bdbf8..6deb580 100644
+index 43b7a06..2477fb7 100644
--- a/cmake/urdfdom-config.cmake.in
+++ b/cmake/urdfdom-config.cmake.in
-@@ -7,10 +7,7 @@ set(@PKG_NAME at _INCLUDE_DIRS @CMAKE_INSTALL_PREFIX@/include)
+@@ -7,10 +7,7 @@ set(@PKG_NAME at _INCLUDE_DIRS "@CMAKE_INSTALL_PREFIX@/include" "@Boost_INCLUDE_DIR
foreach(lib @PKG_LIBRARIES@)
set(onelib "${lib}-NOTFOUND")
- find_library(onelib ${lib}
-- PATHS @CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@
+- PATHS "@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@"
- NO_DEFAULT_PATH
- )
+ find_library(onelib ${lib})
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/urdfdom.git
More information about the debian-science-commits
mailing list