[ros-genmsg] 01/04: Release to unstable
Wookey
wookey at moszumanska.debian.org
Mon Nov 23 00:47:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
wookey pushed a commit to branch master
in repository ros-genmsg.
commit d8265033fd9b01d11bd0b6b8a08db79d865a75bc
Author: Wookey <wookey at wookware.org>
Date: Sun Nov 15 21:40:31 2015 +0000
Release to unstable
---
cmake/genmsg-extras.cmake.em | 5 ++---
debian/changelog | 2 +-
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/cmake/genmsg-extras.cmake.em b/cmake/genmsg-extras.cmake.em
index ba98807..c9871b7 100644
--- a/cmake/genmsg-extras.cmake.em
+++ b/cmake/genmsg-extras.cmake.em
@@ -20,7 +20,7 @@ include(CMakeParseArguments)
# find message generators in all workspaces
set(message_generators "")
-foreach(workspace ${CATKIN_WORKSPACES})
+foreach(workspace ${CATKIN_WORKSPACES} "/")
file(GLOB workspace_message_generators
RELATIVE ${workspace}/${GENMSG_LANGS_DESTINATION}
${workspace}/${GENMSG_LANGS_DESTINATION}/gen*)
@@ -272,8 +272,7 @@ macro(generate_messages)
unset(_dep_msg_paths_file CACHE)
set(filename "share/${dep}/cmake/${dep}-msg-paths.cmake")
- find_file(_dep_msg_paths_file ${filename} PATHS ${workspaces}
- NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
+ find_file(_dep_msg_paths_file ${filename} PATHS ${workspaces})
if("${_dep_msg_paths_file}" STREQUAL "_dep_msg_paths_file-NOTFOUND")
message(FATAL_ERROR "Could not find '${filename}' (searched in '${workspaces}').")
endif()
diff --git a/debian/changelog b/debian/changelog
index 7787f86..4d5023a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ ros-genmsg (0.5.6-1) unstable; urgency=medium
* Initial release (Closes: #804005).
- -- Jochen Sprickerhof <debian at jochen.sprickerhof.de> Thu, 12 Nov 2015 01:51:49 +0000
+ -- Jochen Sprickerhof <debian at jochen.sprickerhof.de> Sun, 15 Nov 2015 21:40:12 +0000
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros-genmsg.git
More information about the debian-science-commits
mailing list