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 49 50 51
|
Source: grub
Section: admin
Priority: optional
Maintainer: GRUB Maintainers <pkg-grub-devel@alioth-lists.debian.net>
Uploaders: Robert Millan <rmh.debian@aybabtu.com>,
Felix Zielcke <fzielcke@z-51.de>,
Colin Watson <cjwatson@debian.org>,
Build-Depends: debhelper-compat (= 12),
dh-exec,
gcc-multilib [amd64],
help2man,
libncurses5-dev | libncurses-dev,
texinfo,
Build-Depends-Indep: texi2html,
Standards-Version: 3.8.3
Vcs-Git: https://salsa.debian.org/grub-team/grub-legacy.git
Vcs-Browser: https://salsa.debian.org/grub-team/grub-legacy
Rules-Requires-Root: no
Package: grub-legacy
Architecture: amd64 hurd-i386 i386
Depends: grub-common,
${misc:Depends},
${shlibs:Depends},
Provides: grub,
Suggests: grub-legacy-doc,
mdadm,
multiboot,
Replaces: grub (<< 0.97-54),
Multi-Arch: foreign
Description: GRand Unified Bootloader (Legacy version)
GRUB is a GPLed bootloader intended to unify bootloading across x86
operating systems. In addition to loading the Linux kernel,
it implements the Multiboot standard, which allows for flexible loading
of multiple boot images (needed for modular kernels such as the GNU Hurd).
.
Please note that GRUB Legacy is in maintanance mode and new features are
only accepted in GRUB 2 (grub-pc package).
Package: grub-legacy-doc
Section: doc
Depends: ${misc:Depends},
Suggests: doc-base,
Replaces: grub-doc,
Architecture: all
Multi-Arch: foreign
Description: Documentation for GRUB Legacy
GRUB is a GPLed bootloader intended to unify bootloading across x86
operating systems. In addition to loading the Linux kernel,
it implements the Multiboot standard, which allows for flexible loading
of multiple boot images (needed for modular kernels such as the GNU Hurd).
|