[SCM] pysoundfile/master: Regenerated debian/control

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Thu Jun 18 19:13:59 UTC 2015


The following commit has been merged in the master branch:
commit 1905b80a73c43e7be6ad9db852ae1ab88b3f02d9
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Jun 18 20:57:23 2015 +0200

    Regenerated debian/control

diff --git a/debian/control b/debian/control
index 4775684..fb2d4b5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,19 @@
 Source: pysoundfile
-Section: sound
+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 (>= 0.4.90~),
+Build-Depends: cdbs (>= 0.4.93~),
  debhelper (>= 9~),
  dh-buildinfo,
+ python,
  python3,
- python3-all-dev (>= 3.1),
+ python-dev (>= 2.3.5-7),
+ python3-dev,
  devscripts,
+ dh-python,
+ python-setuptools,
  python3-setuptools
 Standards-Version: 3.9.6
 Homepage: https://github.com/bastibe/PySoundFile
@@ -17,13 +21,29 @@ Vcs-Git: git://anonscm.debian.org/pkg-multimedia/pysoundfile.git
 Vcs-Browser: http://anonscm.debian.org/?p=pkg-multimedia/pysoundfile.git;a=summary
 
 Package: python3-soundfile
-Architecture: any
+Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
  libsndfile1
-Description: Python 3 audio library based on libsndfile and NumPy
+Description: Python 3 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. PySoundFile represents
  audio data as NumPy arrays.
  .
  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
+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. PySoundFile represents
+ audio data as NumPy arrays.
+ .
+ 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