[SCM] pyliblo/master: Introducing python-liblo-docs package

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Fri Aug 9 01:39:18 UTC 2013


The following commit has been merged in the master branch:
commit 2cb9d777e16ad30bb18b68a8978b01d595e10775
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Fri Aug 9 03:23:13 2013 +0200

    Introducing python-liblo-docs package

diff --git a/debian/control b/debian/control
index 6b37efc..3e2d490 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,8 @@ Breaks:
  ${python:Breaks}
 XB-Python-Version: ${python:Versions}
 Suggests:
- pyliblo-utils
+ pyliblo-utils,
+ python-liblo-docs
 Provides:
  ${python:Provides}
 Description: Python (Python 2) bindings for liblo, the lightweight OSC library
@@ -54,7 +55,8 @@ Breaks:
  ${python3:Breaks}
 XB-Python-Version: ${python:Versions}
 Suggests:
- pyliblo-utils
+ pyliblo-utils,
+ python-liblo-docs
 Provides:
  ${python3:Provides}
 Description: Python (Python 3) bindings for liblo, the lightweight OSC library
@@ -74,6 +76,7 @@ Depends:
  ${misc:Depends},
  ${python3:Depends}
 XB-Python-Version: ${python:Versions}
+Suggests: python-liblo-docs
 Description: Command line utilities for sending and receiving OSC messages
  This package contains the send_osc and dump_osc utilities, which can be
  used to send OSC messages from a command line, and to print all incoming
@@ -82,3 +85,14 @@ Description: Command line utilities for sending and receiving OSC messages
  Open Sound Control (OSC) is a protocol for communication among computers,
  sound synthesizers, and other multimedia devices that is optimized for modern
  networking technology.
+
+Package: python-liblo-docs
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Description: Python bindings for liblo, the lightweight OSC library
+ pyliblo, provides Python bindings for liblo, which is an implementation
+ of the Open Sound Control specification and facilitates communication
+ between various music applications.
+ .
+ This is the common documentation package.

-- 
pyliblo packaging



More information about the pkg-multimedia-commits mailing list