Source: pymad
Section: python
Priority: optional
Maintainer: Jamie Wilkinson <jaq@debian.org>
Build-Depends: debhelper (>= 7), python-all-dev (>= 2.6.6-3~), libmad0-dev
Standards-Version: 3.9.2

Package: python-pymad
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Conflicts: python2.3-pymad (<< 0.5.4-3.1), python2.4-pymad (<< 0.5.4-3.1)
Replaces: python2.3-pymad (<< 0.5.4-3.1), python2.4-pymad (<< 0.5.4-3.1)
Description: Python wrapper to the MPEG Audio Decoder library
 This module makes the MAD MP3 decoder library available to Python
 programs.  It provides a high-level API to the MAD functions, that make
 reading audio data from an MPEG stream simple.

