[yarp] 84/109: Add yarp-device-fakelaser package

Daniele E. Domenichelli drdanz-guest at moszumanska.debian.org
Thu Jun 22 16:10:19 UTC 2017


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

drdanz-guest pushed a commit to branch master
in repository yarp.

commit 9638d89d2f896de87172353e86c30c73dda8c46b
Author: Daniele E. Domenichelli <ddomenichelli at drdanz.it>
Date:   Mon Oct 17 10:15:09 2016 +0200

    Add yarp-device-fakelaser package
---
 .gitignore                           |  1 +
 debian/control                       | 18 ++++++++++++++++++
 debian/rules                         |  1 +
 debian/yarp-device-fakelaser.install |  2 ++
 4 files changed, 22 insertions(+)

diff --git a/.gitignore b/.gitignore
index a9846d7..23ec74f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,6 +44,7 @@
 /debian/yarp-dev/
 /debian/yarp-device-fakebot/
 /debian/yarp-device-fakeimu/
+/debian/yarp-device-fakelaser/
 /debian/yarp-device-fakemotioncontrol/
 /debian/yarp-device-opencv/
 /debian/yarp-device-portaudio/
diff --git a/debian/control b/debian/control
index 774d5cf..160350c 100644
--- a/debian/control
+++ b/debian/control
@@ -681,6 +681,23 @@ Description: thin middleware for humanoid robots and more - fakeIMU device
  .
  This package contains the fakeIMU device plugin.
 
+Package: yarp-device-fakelaser
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: thin middleware for humanoid robots and more - fakeLaser device
+ YARP stands for Yet Another Robot Platform. It is a library and toolkit
+ for communication and device interfaces, used on everything from
+ humanoids to embedded devices.
+ .
+ More specifically, YARP supports building a robot control system as a
+ "collection of programs" communicating in a peer-to-peer way, with an
+ extensible family of connection types (tcp, udp, multicast, local, MPI,
+ mjpg-over-http, XML/RPC, tcpros, ...) that can be swapped in and out to
+ match your needs. It also supports similarly flexible interfacing
+ with hardware devices.
+ .
+ This package contains the fakeLaser device plugin.
+
 Package: yarp-device-fakemotioncontrol
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -887,6 +904,7 @@ Architecture: any
 Depends: ${misc:Depends},
  yarp-device-fakebot (= ${binary:Version}),
  yarp-device-fakeimu (= ${binary:Version}),
+ yarp-device-fakelaser (= ${binary:Version}),
  yarp-device-fakemotioncontrol (= ${binary:Version}),
  yarp-device-opencv (= ${binary:Version}),
  yarp-device-portaudio (= ${binary:Version}),
diff --git a/debian/rules b/debian/rules
index f43c753..8644f48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,7 @@ override_dh_auto_configure:
 	                     -DENABLE_yarpmod_serialport:BOOL=ON \
 	                     -DENABLE_yarpmod_fakebot:BOOL=ON \
 	                     -DENABLE_yarpmod_fakeIMU:BOOL=ON \
+	                     -DENABLE_yarpmod_fakeLaser:BOOL=ON \
 	                     -DENABLE_yarpmod_fakeMotionControl:BOOL=ON \
 	                     -DENABLE_yarpmod_opencv_grabber:BOOL=ON \
 	                     -DENABLE_yarpmod_portaudio:BOOL=ON \
diff --git a/debian/yarp-device-fakelaser.install b/debian/yarp-device-fakelaser.install
new file mode 100644
index 0000000..dc9e888
--- /dev/null
+++ b/debian/yarp-device-fakelaser.install
@@ -0,0 +1,2 @@
+usr/share/yarp/plugins/fakeLaser.ini
+usr/lib/x86_64-linux-gnu/yarp/fakeLaser.so

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



More information about the debian-science-commits mailing list