[Python-modules-commits] [audioread] 06/11: Run wrap-and-sort -t -s.

Tristan Seligmann mithrandi at moszumanska.debian.org
Fri Apr 29 18:01:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a commit to branch master
in repository audioread.

commit 4ddc934429fddebb1f48a72f6003d7937bc25287
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Fri Apr 29 19:33:39 2016 +0200

    Run wrap-and-sort -t -s.
---
 debian/control   | 15 ++++-----------
 debian/copyright |  1 -
 2 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index 61181c9..269e30e 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper (>= 8.1),
  dh-python,
  python-all (>= 2.6.6-3~),
- python3-all
+ python3-all,
 Standards-Version: 3.9.6
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
@@ -17,12 +17,8 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/audioread.g
 
 Package: python-audioread
 Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends}
-Recommends:
- python-gst-1.0 | ffmpeg,
- python-pymad
+Depends: ${misc:Depends}, ${python:Depends}
+Recommends: python-gst-1.0 | ffmpeg, python-pymad
 Description: Backend-agnostic audio decoding Python package
  Decode audio files using whichever backend is available. The library
  currently supports:
@@ -34,10 +30,7 @@ Description: Backend-agnostic audio decoding Python package
 
 Package: python3-audioread
 Architecture: all
-Depends:
- ${misc:Depends},
- ${python3:Depends},
- ffmpeg
+Depends: ffmpeg, ${misc:Depends}, ${python3:Depends}
 Description: Backend-agnostic audio decoding Python 3 package
  Decode audio files using whichever backend is available. The library
  for Python 3 currently supports:
diff --git a/debian/copyright b/debian/copyright
index 5cfa9f7..640b07f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -29,4 +29,3 @@ License: Expat
  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/audioread.git



More information about the Python-modules-commits mailing list