[ros] 02/02: Add packaging for rosboost_cfg, roscreate, rosmake
Jochen Sprickerhof
jspricke-guest at moszumanska.debian.org
Fri Dec 12 18:57:01 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.
commit 320bd7a076a4adbe9996b692f6cd93477814dbc6
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date: Fri Dec 12 19:55:58 2014 +0100
Add packaging for rosboost_cfg, roscreate, rosmake
---
debian/control | 26 ++++++++++++++++++++++++++
debian/python-rosboost-cfg.install | 1 +
debian/python-rosboost-cfg.pyinstall | 1 +
debian/python-roscreate.install | 2 ++
debian/python-roscreate.pyinstall | 1 +
debian/python-rosmake.install | 1 +
debian/python-rosmake.pyinstall | 1 +
7 files changed, 33 insertions(+)
diff --git a/debian/control b/debian/control
index 450cd55..95e9c45 100644
--- a/debian/control
+++ b/debian/control
@@ -77,6 +77,14 @@ Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Assorted shell commands for using ROS with bash.
+Package: python-rosboost-cfg
+Section: python
+Architecture: any
+Multi-Arch: allowed
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Description: Contains scripts used by the rosboost-cfg tool for determining cflags/lflags/etc. of boost on your system
+
Package: python-rosclean
Section: python
Architecture: any
@@ -85,6 +93,24 @@ Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: cleanup filesystem resources (e.g. log files).
+Package: python-roscreate
+Section: python
+Architecture: any
+Multi-Arch: allowed
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Description: roscreate contains a tool that assists in the creation of ROS filesystem resources.
+ It provides: roscreate-pkg, which creates a new package directory, including
+ the appropriate build and manifest files.
+
+Package: python-rosmake
+Section: python
+Architecture: any
+Multi-Arch: allowed
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Description: rosmake is a ros dependency aware build tool which can be used to build all dependencies in the correct order.
+
Package: python-rosunit
Section: python
Architecture: any
diff --git a/debian/python-rosboost-cfg.install b/debian/python-rosboost-cfg.install
new file mode 100644
index 0000000..96858d1
--- /dev/null
+++ b/debian/python-rosboost-cfg.install
@@ -0,0 +1 @@
+usr/bin/rosboost-cfg
diff --git a/debian/python-rosboost-cfg.pyinstall b/debian/python-rosboost-cfg.pyinstall
new file mode 100644
index 0000000..70a6433
--- /dev/null
+++ b/debian/python-rosboost-cfg.pyinstall
@@ -0,0 +1 @@
+tools/rosboost_cfg/src/rosboost_cfg/*.py rosboost_cfg
diff --git a/debian/python-roscreate.install b/debian/python-roscreate.install
new file mode 100644
index 0000000..36cf51d
--- /dev/null
+++ b/debian/python-roscreate.install
@@ -0,0 +1,2 @@
+usr/bin/roscreate-pkg
+usr/share/roscreate
diff --git a/debian/python-roscreate.pyinstall b/debian/python-roscreate.pyinstall
new file mode 100644
index 0000000..4f98e69
--- /dev/null
+++ b/debian/python-roscreate.pyinstall
@@ -0,0 +1 @@
+tools/roscreate/src/roscreate/*.py roscreate
diff --git a/debian/python-rosmake.install b/debian/python-rosmake.install
new file mode 100644
index 0000000..0b87ed7
--- /dev/null
+++ b/debian/python-rosmake.install
@@ -0,0 +1 @@
+usr/bin/rosmake
diff --git a/debian/python-rosmake.pyinstall b/debian/python-rosmake.pyinstall
new file mode 100644
index 0000000..9bbedd1
--- /dev/null
+++ b/debian/python-rosmake.pyinstall
@@ -0,0 +1 @@
+tools/rosmake/src/rosmake/*.py rosmake
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros.git
More information about the debian-science-commits
mailing list