[rtt] 03/05: Simplified and complete missing fields in packages

Leopold Palomo-Avellaneda leo at alaxarxa.net
Tue Apr 7 22:05:03 UTC 2015


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

lepalom-guest pushed a commit to branch master
in repository rtt.

commit edbf8e9b4112fa38f0420906f5a18b0bd32df748
Author: Leopold Palomo-Avellaneda <leopold.palomo at upc.edu>
Date:   Wed Apr 8 00:04:15 2015 +0200

    Simplified and complete missing fields in packages
---
 debian/control | 101 ++++++++++++++++++++-------------------------------------
 1 file changed, 36 insertions(+), 65 deletions(-)

diff --git a/debian/control b/debian/control
index 64121a2..b3a0f7d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: optional
 Section: libs
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Leopold Palomo-Avellaneda <leo at alaxarxa.net>
-Build-Depends: debhelper (>= 9), cmake (>=2.6.0), 
+Build-Depends: debhelper (>= 9), cmake (>=2.6.0), dh-exec (>=0.3),
 	libboost-dev, libboost-graph-dev, libboost-thread-dev, libboost-test-dev, libboost-filesystem-dev, 
 	libomniorb4-dev, omniidl, gperf-ace, libxml-xpath-perl, pkg-config, libxerces-c-dev,
 	libxenomai-dev [ amd64 arm armeb armel i386 powerpc powerpcspe ] 
@@ -12,18 +12,32 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/orocos/
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/orocos/rtt.git
 Homepage: http://www.orocos.org
 
-Package: liborocos-rtt2.8-dbg
+Package: liborocos-rtt-gnulinux2.8-dbg
 Section: debug
-Priority: extra
 Architecture: any
+Priority: extra
 Depends: ${misc:Depends}, liborocos-rtt-common2.8-dev (= ${binary:Version}),
 	liborocos-rtt-gnulinux2.8
 Conflicts: orocos-rtt-dbg
 Replaces: orocos-rtt-dbg
 Provides: orocos-rtt-dbg
-Description: Orocos Real-Time Toolkit (debug symbols)
- .
- This package contains the debugging symbols.
+Description: Orocos Real-Time Toolkit GnuLinux target (debug symbols)
+ This package contains the debugging symbols of the orocos-rtt package
+ with the target GnuLinux. It has all the complete set.
+
+Package: liborocos-rtt-xenomai2.8-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: ${misc:Depends}, liborocos-rtt-common2.8-dev (= ${binary:Version}),
+	liborocos-rtt-xenomai2.8
+Conflicts: orocos-rtt-dbg
+Replaces: orocos-rtt-dbg
+Provides: orocos-rtt-dbg
+Description: Orocos Real-Time Toolkit Xenomai target (debug symbols)
+ This package contains the debugging symbols of the orocos-rtt package
+ with the target Xenomai. It has all the complete set.
+
 
 Package: liborocos-rtt-gnulinux2.8
 Architecture: any
@@ -34,9 +48,6 @@ Description: Orocos Real-Time Toolkit library (gnulinux)
  Open Robot Control Software project. The project's aim is to develop
  a general-purpose, free software, and modular framework
  for robotand machine control.
- The Orocos project supports 4 C++ libraries: the Real-Time Toolkit, the
- Kinematics and Dynamics Library, the Bayesian Filtering Library and
- the Orocos Component Library.
  .
  The Orocos Real-Time Toolkit (RTT) is not an application
  in itself, but it provides the infrastructure and the
@@ -44,30 +55,24 @@ Description: Orocos Real-Time Toolkit library (gnulinux)
  emphasis is on real-time, online interactive and
  component based applications.
  .
- This package provides the RTT library.
+ This package provides the RTT library against the gnulinux target.
 
 Package: liborocos-rtt-corba-gnulinux2.8
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, liborocos-rtt-gnulinux2.8 (=${binary:Version})
 Conflicts: liborocos-rtt1
 Description: Orocos Real-Time Toolkit for CORBA library (gnulinux)
- Orocos (http://www.orocos.org) is the acronym of the
- Open Robot Control Software project. The project's aim is to develop
- a general-purpose, free software, and modular framework
- for robotand machine control.
- The Orocos project supports 4 C++ libraries: the Real-Time Toolkit, the
- Kinematics and Dynamics Library, the Bayesian Filtering Library and
- the Orocos Component Library.
- .
  The Orocos Real-Time Toolkit (RTT) is not an application
  in itself, but it provides the infrastructure and the
  functionalities to build robotics applications in C++. The
  emphasis is on real-time, online interactive and
  component based applications.
  .
- This package provides the RTT library.
+ This package provides the binding to use the corba transport
+ with the RTT library (gnulinux target).
 
 Package: liborocos-rtt-gnulinux2.8-dev
+Section: libdevel
 Architecture: any
 Depends: ${misc:Depends}, liborocos-rtt-gnulinux2.8 (= ${binary:Version}),
 	liborocos-rtt-common2.8-dev, 
@@ -76,44 +81,31 @@ Conflicts: liborocos-rtt-dev, liborocos-rtt-gnulinux-dev
 Replaces: liborocos-rtt-gnulinux-dev
 Provides: liborocos-rtt-gnulinux-dev
 Description: Orocos Real-Time Toolkit development files (gnulinux)
- Orocos (http://www.orocos.org) is the acronym of the
- Open Robot Control Software project. The project's aim is to develop
- a general-purpose, free software, and modular framework
- for robotand machine control.
- The Orocos project supports 4 C++ libraries: the Real-Time Toolkit, the
- Kinematics and Dynamics Library, the Bayesian Filtering Library and
- the Orocos Component Library.
- .
  The Orocos Real-Time Toolkit (RTT) is not an application
  in itself, but it provides the infrastructure and the
  functionalities to build robotics applications in C++. The
  emphasis is on real-time, online interactive and
  component based applications.
  .
- This package provides the headers for developing Orocos applications.
+ This package provides the stuff needed to develop Orocos applications
+ against the gnulinux target.
 
 Package: liborocos-rtt-corba-xenomai2.8
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, liborocos-rtt-xenomai2.8 (=${binary:Version})
 Conflicts: liborocos-rtt1
 Description: Orocos Real-Time Toolkit for CORBA library (xenomai)
- Orocos (http://www.orocos.org) is the acronym of the
- Open Robot Control Software project. The project's aim is to develop
- a general-purpose, free software, and modular framework
- for robotand machine control.
- The Orocos project supports 4 C++ libraries: the Real-Time Toolkit, the
- Kinematics and Dynamics Library, the Bayesian Filtering Library and
- the Orocos Component Library.
- .
  The Orocos Real-Time Toolkit (RTT) is not an application
  in itself, but it provides the infrastructure and the
  functionalities to build robotics applications in C++. The
  emphasis is on real-time, online interactive and
  component based applications.
  .
- This package provides the RTT library.
+ This package provides the binding to use the corba transport
+ with the RTT library (xenomai target).
 
 Package: liborocos-rtt-xenomai2.8-dev
+Section: libdevel
 Architecture: any
 Depends: ${misc:Depends}, liborocos-rtt-xenomai2.8 (= ${binary:Version}), 
 	liborocos-rtt-common2.8-dev,
@@ -123,63 +115,42 @@ Conflicts: liborocos-rtt-dev, liborocos-rtt-xenomai-dev
 Replaces: liborocos-rtt-xenomai-dev
 Provides: liborocos-rtt-xenomai-dev
 Description: Orocos Real-Time Toolkit for CORBA development files (xenomai)
- Orocos (http://www.orocos.org) is the acronym of the
- Open Robot Control Software project. The project's aim is to develop
- a general-purpose, free software, and modular framework
- for robotand machine control.
- The Orocos project supports 4 C++ libraries: the Real-Time Toolkit, the
- Kinematics and Dynamics Library, the Bayesian Filtering Library and
- the Orocos Component Library.
- .
  The Orocos Real-Time Toolkit (RTT) is not an application
  in itself, but it provides the infrastructure and the
  functionalities to build robotics applications in C++. The
  emphasis is on real-time, online interactive and
  component based applications.
  .
- This package provides the headers for developing Orocos applications.
+ This package provides the stuff needed to develop Orocos applications
+ against the xenomai target.
 
 Package: liborocos-rtt-xenomai2.8
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: liborocos-rtt1
 Description: Orocos Real-Time Toolkit for CORBA library (xenomai)
- Orocos (http://www.orocos.org) is the acronym of the
- Open Robot Control Software project. The project's aim is to develop
- a general-purpose, free software, and modular framework
- for robotand machine control.
- The Orocos project supports 4 C++ libraries: the Real-Time Toolkit, the
- Kinematics and Dynamics Library, the Bayesian Filtering Library and
- the Orocos Component Library.
- .
  The Orocos Real-Time Toolkit (RTT) is not an application
  in itself, but it provides the infrastructure and the
  functionalities to build robotics applications in C++. The
  emphasis is on real-time, online interactive and
  component based applications.
  .
- This package provides the RTT library.
+ This package provides the RTT library against the gnulinux target.
+
 
 Package: liborocos-rtt-common2.8-dev
+Section: libdevel
 Architecture: any
 Depends: ${misc:Depends}, libboost-dev, libboost-graph-dev, libboost-thread-dev, libboost-filesystem-dev
 Conflicts: liborocos-rtt-dev, liborocos-rtt-common-dev
 Replaces: liborocos-rtt-common-dev
 Provides: liborocos-rtt-common-dev
 Description: Orocos Real-Time Toolkit common development files
- Orocos (http://www.orocos.org) is the acronym of the
- Open Robot Control Software project. The project's aim is to develop
- a general-purpose, free software, and modular framework
- for robotand machine control.
- The Orocos project supports 4 C++ libraries: the Real-Time Toolkit, the
- Kinematics and Dynamics Library, the Bayesian Filtering Library and
- the Orocos Component Library.
- .
  The Orocos Real-Time Toolkit (RTT) is not an application
  in itself, but it provides the infrastructure and the
  functionalities to build robotics applications in C++. The
  emphasis is on real-time, online interactive and
  component based applications.
  .
- This package provides the RTT library.
-
+ This package provides common files used by all the targetsof the
+ RTT library.

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



More information about the debian-science-commits mailing list