Source: module-assistant
Section: misc
Priority: optional
Maintainer: Eduard Bloch <blade@debian.org>
Build-Depends-Indep: debhelper (>> 4.0.0), bzip2, gettext
Standards-Version: 3.6.2.1

Package: module-assistant
Architecture: all
Depends: ${shlibs:Depends}, ${perl:Depends}, libtext-wrapi18n-perl
Recommends: liblocale-gettext-perl
Suggests: build-essential, dialog | whiptail
Description: tool to make module package creation easier
 The module-assistant tool helps users and maintainers with managing
 external kernel modules packaged for Debian. It can do:
 .
  - automated preparation of build environment for modules compilation
    (eg. automatical detection and installation of required kernel
    source/headers)
  - automated module source downloads
  - configuring and keeping track of external and localy built modules
    packages
  - semi-automated multiple builds for multiple kernel versions
 .
 It also contains some framework to be used by the build-scripts in the
 accompanying modules-source packages in Debian.
