[SCM] python-pyo/master: Adding debian dir.
tiago at users.alioth.debian.org
tiago at users.alioth.debian.org
Sat Jun 9 01:04:34 UTC 2012
The following commit has been merged in the master branch:
commit 7d75c23e92d950506c66e72f1136baebacf60f32
Author: Tiago Bortoletto Vaz <tiago at debian.org>
Date: Fri Jun 8 21:04:25 2012 -0400
Adding debian dir.
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5637d14
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-midiutil (0.6.1-1) unstable; urgency=low
+
+ * Initial release. (Closes: #676712)
+
+ -- Tiago Bortoletto Vaz <tiago at debian.org> Fri, 08 Jun 2012 20:35:45 -0400
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b0321bb
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: python-pyo
+Section: python
+Priority: optional
+Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
+Uploaders: Tiago Bortoletto Vaz <tiago at debian.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>=7.0.50~), python | python-all | python-all-dev (>= 2.6.6-3~), portaudio19-dev, libportmidi-dev, liblo-dev, libsndfile1-dev
+Standards-Version: 3.9.3
+XS-Python-Version: >= 2.6
+Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/python-pyo.git
+Vcs-Git: git://git.debian.org/git/pkg-multimedia/python-pyo.git
+Homepage: http://code.google.com/p/pyo/
+
+Package: python-pyo
+Architecture: all
+Depends: python (>= 2.6), ${misc:Depends}, ${python:Depends}, python-tk python-imaging-tk python-wxgtk2.8
+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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ad06e72
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,44 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pyo
+Upstream-Contact: Olivier Bélanger <belangeo at gmail.com>
+Source: http://code.google.com/p/pyo/
+
+Files: *
+Copyright: 2010 Olivier Bélanger
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
+
+Files: debian/*
+Copyright: 2012 Tiago B. Vaz <tiago at debian.org>
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..649e3ef
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYTHONWARNINGS=d
+
+%:
+ dh $@ --with python2
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..ba886a7
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://midiutil.googlecode.com/files/pyo_(.*)\-src.tar\.bz2
--
python-pyo packaging
More information about the pkg-multimedia-commits
mailing list