1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
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.1.1
Package: module-assistant
Architecture: all
Depends: ${shlibs:Depends}, ${perl:Depends}, libtext-wrapi18n-perl
Recommends: liblocale-gettext-perl, libterm-size-perl | libterm-readkey-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.
|