[yarp] 79/109: Move yarpserver and yarprun to separate packages

Daniele E. Domenichelli drdanz-guest at moszumanska.debian.org
Thu Jun 22 16:10:18 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 c86e9044208585a335dd0f1b795e008e59e958f6
Author: Daniele E. Domenichelli <ddomenichelli at drdanz.it>
Date:   Thu Oct 13 13:30:28 2016 +0200

    Move yarpserver and yarprun to separate packages
---
 debian/control            | 38 +++++++++++++++++++++++++++++++++++++-
 debian/yarp-tools.install |  2 --
 debian/yarprun.install    |  1 +
 debian/yarpserver.install |  1 +
 4 files changed, 39 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index d4e0ce6..2b640ac 100644
--- a/debian/control
+++ b/debian/control
@@ -303,9 +303,45 @@ Description: thin middleware for humanoid robots and more - documentation and ex
 
 ##################### TOOLS
 
-Package: yarp-tools
+Package: yarpserver
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: thin middleware for humanoid robots and more - yarpserver
+ 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 yarpserver.
+
+Package: yarprun
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: thin middleware for humanoid robots and more - yarprun
+ 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 yarprun.
+
+Package: yarp-tools
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends},
+ yarpserver (= ${binary:Version}),
+ yarprun (= ${binary:Version})
 Description: thin middleware for humanoid robots and more - command line tools
  YARP stands for Yet Another Robot Platform. It is a library and toolkit
  for communication and device interfaces, used on everything from
diff --git a/debian/yarp-tools.install b/debian/yarp-tools.install
index f665bef..cab04e2 100644
--- a/debian/yarp-tools.install
+++ b/debian/yarp-tools.install
@@ -8,5 +8,3 @@ usr/bin/yarplogger-console
 usr/bin/yarpmanager-console
 usr/bin/yarprobotinterface
 usr/bin/yarpros
-usr/bin/yarprun
-usr/bin/yarpserver
diff --git a/debian/yarprun.install b/debian/yarprun.install
new file mode 100644
index 0000000..dcba2bc
--- /dev/null
+++ b/debian/yarprun.install
@@ -0,0 +1 @@
+usr/bin/yarprun
diff --git a/debian/yarpserver.install b/debian/yarpserver.install
new file mode 100644
index 0000000..ce7cacf
--- /dev/null
+++ b/debian/yarpserver.install
@@ -0,0 +1 @@
+usr/bin/yarpserver

-- 
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