From: <bla...@us...> - 2009-08-07 00:30:06
|
Revision: 20962 http://personalrobots.svn.sourceforge.net/personalrobots/?rev=20962&view=rev Author: blaisegassend Date: 2009-08-07 00:29:58 +0000 (Fri, 07 Aug 2009) Log Message: ----------- Added libusb-dev to manifest. Modified Paths: -------------- pkg/trunk/stacks/joystick_drivers/ps3joy/manifest.xml Modified: pkg/trunk/stacks/joystick_drivers/ps3joy/manifest.xml =================================================================== --- pkg/trunk/stacks/joystick_drivers/ps3joy/manifest.xml 2009-08-07 00:29:36 UTC (rev 20961) +++ pkg/trunk/stacks/joystick_drivers/ps3joy/manifest.xml 2009-08-07 00:29:58 UTC (rev 20962) @@ -10,6 +10,7 @@ <license>BSD</license> <review status="unreviewed" notes=""/> <url>http://pr.willowgarage.com/wiki/ps3joy</url> + <rosdep name="libusb-dev"> </package> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sf...@us...> - 2009-08-07 01:20:48
|
Revision: 20972 http://personalrobots.svn.sourceforge.net/personalrobots/?rev=20972&view=rev Author: sfkwc Date: 2009-08-07 01:20:37 +0000 (Fri, 07 Aug 2009) Log Message: ----------- ps3joy: broken manifest Modified Paths: -------------- pkg/trunk/stacks/joystick_drivers/ps3joy/manifest.xml Modified: pkg/trunk/stacks/joystick_drivers/ps3joy/manifest.xml =================================================================== --- pkg/trunk/stacks/joystick_drivers/ps3joy/manifest.xml 2009-08-07 01:20:25 UTC (rev 20971) +++ pkg/trunk/stacks/joystick_drivers/ps3joy/manifest.xml 2009-08-07 01:20:37 UTC (rev 20972) @@ -10,7 +10,7 @@ <license>BSD</license> <review status="unreviewed" notes=""/> <url>http://pr.willowgarage.com/wiki/ps3joy</url> - <rosdep name="libusb-dev"> + <rosdep name="libusb-dev"/> </package> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sf...@us...> - 2009-08-07 01:30:43
|
Revision: 20976 http://personalrobots.svn.sourceforge.net/personalrobots/?rev=20976&view=rev Author: sfkwc Date: 2009-08-07 01:30:35 +0000 (Fri, 07 Aug 2009) Log Message: ----------- changed rosdep to libusb instead of libusb-dev #1542 Modified Paths: -------------- pkg/trunk/stacks/joystick_drivers/ps3joy/manifest.xml Modified: pkg/trunk/stacks/joystick_drivers/ps3joy/manifest.xml =================================================================== --- pkg/trunk/stacks/joystick_drivers/ps3joy/manifest.xml 2009-08-07 01:30:07 UTC (rev 20975) +++ pkg/trunk/stacks/joystick_drivers/ps3joy/manifest.xml 2009-08-07 01:30:35 UTC (rev 20976) @@ -10,7 +10,7 @@ <license>BSD</license> <review status="unreviewed" notes=""/> <url>http://pr.willowgarage.com/wiki/ps3joy</url> - <rosdep name="libusb-dev"/> + <rosdep name="libusb"/> </package> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bla...@us...> - 2009-08-25 17:26:59
|
Revision: 22851 http://personalrobots.svn.sourceforge.net/personalrobots/?rev=22851&view=rev Author: blaisegassend Date: 2009-08-25 17:26:51 +0000 (Tue, 25 Aug 2009) Log Message: ----------- Added python-bluez dependency. Modified Paths: -------------- pkg/trunk/stacks/joystick_drivers/ps3joy/manifest.xml Modified: pkg/trunk/stacks/joystick_drivers/ps3joy/manifest.xml =================================================================== --- pkg/trunk/stacks/joystick_drivers/ps3joy/manifest.xml 2009-08-25 17:25:12 UTC (rev 22850) +++ pkg/trunk/stacks/joystick_drivers/ps3joy/manifest.xml 2009-08-25 17:26:51 UTC (rev 22851) @@ -15,6 +15,7 @@ <url>http://www.ros.org/wiki/ps3joy</url> <rosdep name="libusb"/> <rosdep name="joystick"/> + <rosdep name="python-bluez"/> </package> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ge...@us...> - 2009-09-04 23:56:17
|
Revision: 23880 http://personalrobots.svn.sourceforge.net/personalrobots/?rev=23880&view=rev Author: gerkey Date: 2009-09-04 23:56:10 +0000 (Fri, 04 Sep 2009) Log Message: ----------- removed bogus rosdep Modified Paths: -------------- pkg/trunk/stacks/joystick_drivers/ps3joy/manifest.xml Modified: pkg/trunk/stacks/joystick_drivers/ps3joy/manifest.xml =================================================================== --- pkg/trunk/stacks/joystick_drivers/ps3joy/manifest.xml 2009-09-04 21:47:48 UTC (rev 23879) +++ pkg/trunk/stacks/joystick_drivers/ps3joy/manifest.xml 2009-09-04 23:56:10 UTC (rev 23880) @@ -15,7 +15,6 @@ <url>http://www.ros.org/wiki/ps3joy</url> <rosdep name="libusb"/> <rosdep name="joystick"/> - <rosdep name="bluez"/> <rosdep name="python-bluez"/> </package> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |