[ros-comm] 12/17: Add rosgraph packaging

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Fri Dec 12 00:14:24 UTC 2014


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

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

commit c5335d5d783d8b6e190609ad8cc8728afe647302
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Thu Dec 11 22:53:04 2014 +0100

    Add rosgraph packaging
---
 debian/control                   | 11 ++++++-----
 debian/python-rosgraph.install   |  2 ++
 debian/python-rosgraph.pyinstall |  2 ++
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index fba843e..8ca770d 100644
--- a/debian/control
+++ b/debian/control
@@ -180,12 +180,13 @@ Description: library for librosconsole
  .
  This package contains the library.
 
-Package: rosgraph
+Package: python-rosgraph
+Section: python
 Architecture: any
-Depends: ${misc:Depends}
-Multi-Arch: foreign
-Description: FIXME
- FIXME FIXME FIXME
+Multi-Arch: allowed
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: rosgraph contains the rosgraph command-line tool, which prints information about the ROS Computation Graph.
+ It also provides an internal library that can be used by graphical tools.
 
 Package: roslaunch
 Architecture: any
diff --git a/debian/python-rosgraph.install b/debian/python-rosgraph.install
new file mode 100644
index 0000000..baa008e
--- /dev/null
+++ b/debian/python-rosgraph.install
@@ -0,0 +1,2 @@
+usr/bin/rosgraph
+usr/share/rosgraph
diff --git a/debian/python-rosgraph.pyinstall b/debian/python-rosgraph.pyinstall
new file mode 100644
index 0000000..8604d31
--- /dev/null
+++ b/debian/python-rosgraph.pyinstall
@@ -0,0 +1,2 @@
+tools/rosgraph/src/rosgraph/*.py rosgraph
+tools/rosgraph/src/rosgraph/impl/*.py rosgraph.impl

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



More information about the debian-science-commits mailing list