[SCM] pysoundfile/master: One line per multi-value field
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Wed Nov 30 23:06:09 UTC 2016
The following commit has been merged in the master branch:
commit 273d55ae9e54e372b9f90775199ce032f13e1c73
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Wed Nov 30 23:48:02 2016 +0100
One line per multi-value field
diff --git a/debian/control.in b/debian/control.in
index 5638267..142fb88 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -2,23 +2,30 @@ 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>
+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.6
+ python3-setuptools,
Homepage: https://github.com/bastibe/PySoundFile
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/pysoundfile.git
Vcs-Browser: https://anonscm.debian.org/cgit/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
+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.
@@ -32,10 +39,16 @@ Description: Python 3 audio module based on libsndfile
Package: python-soundfile
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
- libsndfile1
-Recommends: ${shlibs:Recommends}, ${misc:Recommends}, ${python:Recommends},
- python-numpy
+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.
--
pysoundfile packaging
More information about the pkg-multimedia-commits
mailing list