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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Source: module-assistant
Section: kernel
Priority: optional
Maintainer: Eduard Bloch <blade@debian.org>
Uploaders:
David Kalnischkies <donkult@debian.org>,
Andreas Beckmann <anbe@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-bash-completion,
gettext,
docbook,
docbook-utils,
Rules-Requires-Root: no
Standards-Version: 4.7.1
Vcs-Browser: https://salsa.debian.org/debian/module-assistant
Vcs-Git: https://salsa.debian.org/debian/module-assistant.git
Package: module-assistant
Architecture: all
Depends:
libtext-wrapi18n-perl,
bzip2,
xz-utils,
${perl:Depends},
${misc:Depends},
Recommends:
liblocale-gettext-perl,
Suggests:
build-essential,
dialog | whiptail,
Provides:
module-assistant-autopkgtest,
Description: tool to make module package creation easier
The module-assistant tool (also known as m-a) helps users and maintainers
with managing external Linux kernel modules packaged for Debian. It can
do:
.
* automated preparation of build environment for module compilation
(e.g. automatic detection and installation of required kernel
source/headers);
* automated module source downloads;
* configuration and tracking of external and locally built modules
packages;
* semi-automated multiple builds for multiple kernel versions;
.
It also contains some infrastructure to be used by the build-scripts in the
accompanying modules-source packages in Debian.
|