[SCM] python-pyo/master: dbgsym.

tiago at users.alioth.debian.org tiago at users.alioth.debian.org
Tue Jan 19 16:39:00 UTC 2016


The following commit has been merged in the master branch:
commit 0efa65eba9e1b0e1b760dc27d3700084f049541e
Author: Tiago Bortoletto Vaz <tiago at debian.org>
Date:   Tue Jan 19 10:34:16 2016 -0500

    dbgsym.

diff --git a/debian/control b/debian/control
index b980170..ecb9dca 100644
--- a/debian/control
+++ b/debian/control
@@ -29,3 +29,25 @@ Description: Python module written in C to help digital signal processing script
  .
  pyo allows creation of sophisticated signal processing chains with all the
  benefits of a mature, and wildly used, general programming language.
+
+Package: python-pyo-dbgsym
+Architecture: any
+Depends: python (>= 2.6), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Recommends: python-tk, python-imaging-tk, python-wxgtk3.0, jackd2
+Description: Python module written in C to help digital signal processing script creation
+ pyo is a Python module containing classes for a wide variety of audio signal
+ processing types. With pyo, user will be able to include signal processing
+ chains directly in Python scripts or projects, and to manipulate them in real
+ time through the interpreter. Tools in pyo module offer primitives, like
+ mathematical operations on audio signal, basic signal processing (filters,
+ delays, synthesis generators, etc.), but also complex algorithms to create
+ sound granulation and others creative audio manipulations.
+ .
+ pyo supports OSC protocol (Open Sound Control), to ease communications between
+ softwares, and MIDI protocol, for generating sound events and controlling
+ process parameters.
+ .
+ pyo allows creation of sophisticated signal processing chains with all the
+ benefits of a mature, and wildly used, general programming language.
+ .
+ This is a debug symbols package.
diff --git a/debian/rules b/debian/rules
index 22658eb..fc58ab6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,3 @@ override_dh_auto_install:
 		done
 override_dh_compress:
 	dh_compress -X.wav -X.aif -X.py
-
-override_dh_strip:
-	dh_strip --no-debs

-- 
python-pyo packaging



More information about the pkg-multimedia-commits mailing list