[roscpp-core] 01/03: Add packaging for roscpp-common

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Tue Dec 9 16:51:30 UTC 2014


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

jspricke-guest pushed a commit to branch patch-queue/master
in repository roscpp-core.

commit 5ec317bb6dbd3d3dd786c9d9af930837a4b19d18
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Tue Dec 9 17:20:22 2014 +0100

    Add packaging for roscpp-common
---
 debian/control | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/debian/control b/debian/control
index c176434..19f5f76 100644
--- a/debian/control
+++ b/debian/control
@@ -18,3 +18,27 @@ Depends: ${misc:Depends}
 Multi-Arch: foreign
 Description: FIXME
  FIXME FIXME FIXME
+
+Package: libroscpp-common-dev
+Section: libdevel
+Architecture: any
+Depends: libroscpp-common0d (= ${binary:Version}), ${misc:Depends}
+Description: development files for roscpp-common
+ cpp_common contains C++ code for doing things that are not necessarily ROS
+ related, but are useful for multiple packages. This includes things like the
+ ROS_DEPRECATED and ROS_FORCE_INLINE macros, as well as code for getting
+ backtraces.
+ .
+ This package contains the development files for the library.
+
+Package: libroscpp-common0d
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: library for roscpp-common
+ cpp_common contains C++ code for doing things that are not necessarily ROS
+ related, but are useful for multiple packages. This includes things like the
+ ROS_DEPRECATED and ROS_FORCE_INLINE macros, as well as code for getting
+ backtraces.
+ .
+ This package contains the library.
+

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



More information about the debian-science-commits mailing list