[SCM] python-pyo/master: No dbgsym for now, trying again.

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 46c691ca954e6605e6aea369438dce0d4f6a38a8
Author: Tiago Bortoletto Vaz <tiago at debian.org>
Date:   Tue Jan 19 11:29:20 2016 -0500

    No dbgsym for now, trying again.

diff --git a/debian/control b/debian/control
index ecb9dca..b980170 100644
--- a/debian/control
+++ b/debian/control
@@ -29,25 +29,3 @@ 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 fc58ab6..b83c906 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,3 +19,6 @@ override_dh_auto_install:
 		done
 override_dh_compress:
 	dh_compress -X.wav -X.aif -X.py
+
+override_dh_strip:
+	dh_strip --no-ddebs

-- 
python-pyo packaging



More information about the pkg-multimedia-commits mailing list