# debian/control
#
# Copyright © 2009–2010 Ben Finney <ben+debian@benfinney.id.au>
# This is free software; you may copy, modify, and/or distribute this work
# under the terms of the GNU General Public License, version 2 or later.
# No warranty expressed or implied.
# See the file ‘/usr/share/common-licenses/GPL-2’ for details.

Source: burn
Section: otherosfs
Priority: optional
Maintainer: Ben Finney <ben+debian@benfinney.id.au>
Build-Depends:
    debhelper (>= 7),
    python-support (>= 0.90),
    python-setuptools,
    python-docutils,
    docutils-writer-manpage,
    lynx,
    python
Standards-Version: 3.8.4
VCS-bzr: http://bzr.debian.org/bzr/collab-maint/burn/burn.debian/
VCS-Browser: http://bzr.debian.org/loggerhead/collab-maint/burn/burn.debian/
Homepage: http://www.bigpaul.org/burn/

Package: burn
Architecture: all
Depends:
    python,
    wodim, genisoimage, cdrdao,
    python-pyvorbis, python-eyed3, python-pyao, python-pymad,
    mpg321 (>= 0.2.10.3),
    ${python:Depends},
    ${misc:Depends}
Provides: ${python:Provides}
Description: command-line tool for writing optical media
 ‘burn’ is a command-line tool to create audio discs from MP3, Ogg
 Vorbis, or WAV files, to backup data files, to create discs from
 ISO-9660 images, and to copy discs on-the-fly. It performs any of its
 functions in a single command, without requiring preparatory
 filesystem creation, etc.
 .
 The program can compute if there is necessary free space for
 temporary files (images and audio files), warn if size is bigger than
 disc capacity, and manage multisession discs.
