[SCM] openni-sensor-primesense/master: fixed various lintian warnings in debian/control

eighthave at users.alioth.debian.org eighthave at users.alioth.debian.org
Mon May 20 19:54:54 UTC 2013


The following commit has been merged in the master branch:
commit 93f9dcad4e471ab4a01695b21630190d8ed69a73
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Mon May 20 13:52:37 2013 -0400

    fixed various lintian warnings in debian/control

diff --git a/debian/control b/debian/control
index e730fab..99b0255 100644
--- a/debian/control
+++ b/debian/control
@@ -15,21 +15,29 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/openni-sensor-primesense.gi
 Package: libopenni-sensor-primesense-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libopenni-sensor-primesense1 (= ${binary:Version})
-Description:  Microsoft Kinect sensor modules for the OpenNI framework
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libopenni-sensor-primesense1 (= ${binary:Version})
+Description: Headers for using Microsoft Kinect sensor OpenNI modules
  OpenNI is a framework for getting data to support 'Natural Interaction',
  i.e. skeleton tracking, gesture tracking, and similar ways of getting data
  from humans. This package provides modules for OpenNI that get the data from
  the Kinect camera for processing with the OpenNI Middleware, like PrimeSense
  NITE.
+ .
+ This package provides the headers for building against these sensor modules.
 
 Package: libopenni-sensor-primesense1
-Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, openni-utils
-Description:  Microsoft Kinect sensor modules for the OpenNI framework
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         openni-utils
+Description: Microsoft Kinect sensor modules for the OpenNI framework
  OpenNI is a framework for getting data to support 'Natural Interaction',
  i.e. skeleton tracking, gesture tracking, and similar ways of getting data
  from humans. This package provides modules for OpenNI that get the data from
  the Kinect camera for processing with the OpenNI Middleware, like PrimeSense
  NITE.
+ .
+ This package includes all of the sensor modules needed to work with the
+ Kinect camera in OpenNI.

-- 
openni-sensor-primesense packaging



More information about the pkg-multimedia-commits mailing list