[SCM] libmapper/master: Fixed short package descriptions

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Sat Dec 10 19:11:20 UTC 2016


The following commit has been merged in the master branch:
commit a1af2c56f6b5f8e503dad55ad3e2d915449bfaf2
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Fri Dec 9 22:10:17 2016 +0100

    Fixed short package descriptions

diff --git a/debian/control b/debian/control
index 7e9ac25..18b6187 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,7 @@ Section: libdevel
 Depends:
  ${misc:Depends},
  libmapper (= ${binary:Version}),
-Description: Library for connecting data signals on a shared network
+Description: Library for connecting data signals on a shared network (development files)
  libmapper is a cross-platform software library for declaring data
  signals on a shared network and enabling arbitrary connections to be
  made between them. It creates a distributed mapping system/network, with
@@ -61,7 +61,7 @@ Depends:
  ${shlibs:Depends},
  ${misc:Depends},
  ${python:Depends},
-Description: Library for connecting data signals on a shared network
+Description: Library for connecting data signals on a shared network (Python2 bindings)
  libmapper is a cross-platform software library for declaring data
  signals on a shared network and enabling arbitrary connections to be
  made between them. It creates a distributed mapping system/network, with
@@ -71,4 +71,4 @@ Description: Library for connecting data signals on a shared network
  The main focus of libmapper development is to provide tools for
  creating and using systems for interactive control of media synthesis.
  .
- This package contains SWIG generated Python bindings.
+ This package contains SWIG generated Python2 bindings.

-- 
libmapper packaging



More information about the pkg-multimedia-commits mailing list