[SCM] pysoundfile/master: Removed d/control.in

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Mon Jun 19 11:07:16 UTC 2017


The following commit has been merged in the master branch:
commit 408e10d775a315b2e2f49f8b39e1ebe1ae32326a
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon Jun 19 12:55:01 2017 +0200

    Removed d/control.in

diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index 651b77d..0000000
--- a/debian/control.in
+++ /dev/null
@@ -1,61 +0,0 @@
-Source: pysoundfile
-Section: python
-Priority: optional
-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders:
- IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>,
- Alessio Treglia <alessio at debian.org>,
-Build-Depends: @cdbs@,
- dh-python,
- python-setuptools,
- python3-setuptools,
-Standards-Version: 3.9.8
-Homepage: https://github.com/bastibe/PySoundFile
-Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/pysoundfile.git
-Vcs-Browser: https://anonscm.debian.org/git/pkg-multimedia/pysoundfile.git
-
-Package: python3-soundfile
-Architecture: all
-Depends:
- ${shlibs:Depends},
- ${misc:Depends},
- ${python3:Depends},
- libsndfile1,
-Recommends:
- ${shlibs:Recommends},
- ${misc:Recommends},
- ${python3:Recommends},
- python3-numpy,
-Description: Python 3 audio module based on libsndfile
- PySoundFile can read and write sound files in a variety of formats and eases
- the application of signal processing algorithms.
- File reading/writing is supported through libsndfile.
- By default, PySoundFile represents audio data as NumPy arrays, but ordinary
- Python buffers are supported as well.
- .
- Full documentation is available on http://pysoundfile.readthedocs.org/.
- .
- This package provides the Python 3.x module.
-
-Package: python-soundfile
-Architecture: all
-Depends:
- ${shlibs:Depends},
- ${misc:Depends},
- ${python:Depends},
- libsndfile1,
-Recommends:
- ${shlibs:Recommends},
- ${misc:Recommends},
- ${python:Recommends},
- python-numpy,
-Description: Python audio module based on libsndfile and NumPy
- PySoundFile can read and write sound files in a variety of formats and eases
- the application of signal processing algorithms.
- File reading/writing is supported through libsndfile.
- By default, PySoundFile represents audio data as NumPy arrays, but ordinary
- Python buffers are supported as well.
- .
- Full documentation is available on http://pysoundfile.readthedocs.org/.
- .
- This package provides the Python 2.x module.

-- 
pysoundfile packaging



More information about the pkg-multimedia-commits mailing list