[SCM] pyliblo/master: Introducing python3-liblo package

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


The following commit has been merged in the master branch:
commit 50589b5f0eb8a08e4a4cc45d97ed879bc2886453
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Fri Aug 9 02:21:26 2013 +0200

    Introducing python3-liblo package

diff --git a/debian/control b/debian/control
index 74a64ba..6b37efc 100644
--- a/debian/control
+++ b/debian/control
@@ -9,9 +9,11 @@ Uploaders:
 Build-Depends:
  debhelper (>= 9),
  liblo-dev (>= 0.26~repack),
- python-all-dev
+ python-all-dev,
+ python3-all-dev
 Standards-Version: 3.9.4
 X-Python-Version: >= 2.5
+X-Python3-Version: >= 3.2
 XS-Testsuite: autopkgtest
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/pyliblo.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/pyliblo.git
@@ -31,10 +33,34 @@ Suggests:
  pyliblo-utils
 Provides:
  ${python:Provides}
-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.
+Description: Python (Python 2) bindings for liblo, the lightweight OSC library
+ pyliblo, provides Python (Python 2) bindings for liblo,
+ which is an implementation of the Open Sound Control specification
+ and facilitates communication between various music applications.
+ .
+ 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: python3-liblo
+Section: python
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends}
+Breaks:
+ ${python3:Breaks}
+XB-Python-Version: ${python:Versions}
+Suggests:
+ pyliblo-utils
+Provides:
+ ${python3:Provides}
+Description: Python (Python 3) bindings for liblo, the lightweight OSC library
+ pyliblo, provides Python (Python 3) bindings for liblo,
+ which is an implementation of the Open Sound Control specification
+ and facilitates communication between various music applications.
  .
  Open Sound Control (OSC) is a protocol for communication among computers,
  sound synthesizers, and other multimedia devices that is optimized for modern
@@ -46,7 +72,7 @@ Architecture: all
 Depends:
  python-liblo,
  ${misc:Depends},
- ${python:Depends}
+ ${python3:Depends}
 XB-Python-Version: ${python:Versions}
 Description: Command line utilities for sending and receiving OSC messages
  This package contains the send_osc and dump_osc utilities, which can be

-- 
pyliblo packaging



More information about the pkg-multimedia-commits mailing list