~ubuntu-branches/ubuntu/maverick/pymad/maverick

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-07-11 09:25:13 UTC
  • mfrom: (2.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20060711092513-ykol059zlh1psvi2
Tags: 0.5.4-3.2
NMU based on 0.5.4-3.1 (removed python-support, not necessary).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: python
3
3
Priority: optional
4
4
Maintainer: Jamie Wilkinson <jaq@debian.org>
5
 
Build-Depends: debhelper (>> 4.1.65), libmad0-dev, python-dev (>= 2.3)
6
 
Standards-Version: 3.6.1
 
5
Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), libmad0-dev
 
6
XS-Python-Version: all
 
7
Standards-Version: 3.7.2
7
8
 
8
9
Package: python-pymad
9
10
Architecture: any
10
11
Depends: ${python:Depends}, ${shlibs:Depends}
 
12
Provides: ${python:Provides}
 
13
Conflicts: python2.3-pymad (<< 0.5.4-3.1), python2.4-pymad (<< 0.5.4-3.1)
 
14
Replaces: python2.3-pymad (<< 0.5.4-3.1), python2.4-pymad (<< 0.5.4-3.1)
 
15
XB-Python-Version: ${python:Versions}
11
16
Description: Python wrapper to the MPEG Audio Decoder library
12
17
 This module makes the MAD MP3 decoder library available to Python
13
18
 programs.  It provides a high-level API to the MAD functions, that make
14
19
 reading audio data from an MPEG stream simple.
 
20