[ros-rospack] 01/01: Change rosdep info to stderr, fixes rosbuild

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Mon Nov 16 22:14:30 UTC 2015


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

jspricke-guest pushed a commit to branch master
in repository ros-rospack.

commit e87c2f311e19cec0be904427831174833be7da66
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Mon Nov 16 23:14:04 2015 +0100

    Change rosdep info to stderr, fixes rosbuild
---
 debian/patches/0003-Make-rospack-usable-without-rosdep.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/0003-Make-rospack-usable-without-rosdep.patch b/debian/patches/0003-Make-rospack-usable-without-rosdep.patch
index 4caff35..d9b6836 100644
--- a/debian/patches/0003-Make-rospack-usable-without-rosdep.patch
+++ b/debian/patches/0003-Make-rospack-usable-without-rosdep.patch
@@ -7,7 +7,7 @@ Subject: Make rospack usable without rosdep
  1 file changed, 16 insertions(+), 3 deletions(-)
 
 diff --git a/src/rospack.cpp b/src/rospack.cpp
-index 1502a9e..9196b04 100644
+index 1502a9e..d4c8fc2 100644
 --- a/src/rospack.cpp
 +++ b/src/rospack.cpp
 @@ -1689,10 +1689,16 @@ Rosstackage::isSysPackage(const std::string& pkgname)
@@ -21,7 +21,7 @@ index 1502a9e..9196b04 100644
 +
 +      static bool rosdep_warning = false;
 +      if(!rosdep_warning) {
-+        std::cout << "could not find python module 'rosdep2.rospack', continuing without it" << std::endl;
++        std::cerr << "could not find python module 'rosdep2.rospack', continuing without it" << std::endl;
 +        rosdep_warning = true;
 +      }
 +      cache[pkgname] = true;
@@ -37,7 +37,7 @@ index 1502a9e..9196b04 100644
 +
 +      static bool rosdep_cache_warning = false;
 +      if(!rosdep_cache_warning) {
-+        std::cout << "could not find rosdep cache, continuing without it" << std::endl;
++        std::cerr << "could not find rosdep cache, continuing without it" << std::endl;
 +        rosdep_cache_warning = true;
 +      }
 +      cache[pkgname] = true;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros-rospack.git



More information about the debian-science-commits mailing list