[SCM] pysoundfile/master: Regenerated d/control
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Wed Nov 30 23:06:10 UTC 2016
The following commit has been merged in the master branch:
commit 406eab1869455259e8289fa07df6176a564196f5
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Thu Dec 1 00:00:48 2016 +0100
Regenerated d/control
Gbp-Dch: ignore
diff --git a/debian/control b/debian/control
index 473ff69..b68bbea 100644
--- a/debian/control
+++ b/debian/control
@@ -2,28 +2,35 @@ 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 (>= 0.4.93~),
- debhelper (>= 9~),
+ debhelper,
dh-buildinfo,
- python-all (>= 2.6.6-3~),
- python3-all,
- devscripts,
+ python,
+ python3,
+ licensecheck,
dh-python,
python-setuptools,
- python3-setuptools
-Standards-Version: 3.9.6
+ python3-setuptools,
+Standards-Version: 3.9.8
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
+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
+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.
@@ -37,10 +44,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