[ros-comm] 07/17: Add packaging for rostest

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 6cb3759497a65a147f8fbf686fba9950f08851ef
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Thu Dec 11 17:28:01 2014 +0100

    Add packaging for rostest
---
 debian/control                  | 10 +++++-----
 debian/python-rostest.install   |  2 ++
 debian/python-rostest.pyinstall |  1 +
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index dcc504e..ad21f8c 100644
--- a/debian/control
+++ b/debian/control
@@ -211,12 +211,12 @@ Multi-Arch: foreign
 Description: FIXME
  FIXME FIXME FIXME
 
-Package: rostest
+Package: python-rostest
+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: Integration test suite based on roslaunch that is compatible with xUnit frameworks.
 
 Package: rostopic
 Architecture: any
diff --git a/debian/python-rostest.install b/debian/python-rostest.install
new file mode 100644
index 0000000..9784b4d
--- /dev/null
+++ b/debian/python-rostest.install
@@ -0,0 +1,2 @@
+usr/bin/rostest
+usr/share/rostest
diff --git a/debian/python-rostest.pyinstall b/debian/python-rostest.pyinstall
new file mode 100644
index 0000000..4176280
--- /dev/null
+++ b/debian/python-rostest.pyinstall
@@ -0,0 +1 @@
+tools/rostest/src/rostest/*.py rostest

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