]> git.proxmox.com Git - grub2.git/blame - debian/control
* New package grub-rescue-pc.
[grub2.git] / debian / control
CommitLineData
c38e4ead 1Source: grub2
2Section: admin
3Priority: extra
4Maintainer: GRUB Maintainers <pkg-grub-devel@lists.alioth.debian.org>
3a12e08d 5Uploaders: Jason Thomas <jason@debian.org>, Otavio Salvador <otavio@debian.org>, Robert Millan <rmh@aybabtu.com>
3ae88f97 6Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), patchutils (>= 0.2.25), autoconf, liblzo2-dev | liblzo-dev,
7 ruby, bison, dpkg-dev (>= 1.13.12), unifont-bin,
cc88f529 8 libc6-dev-i386 [amd64], libc0.1-dev-i386 [kfreebsd-amd64], libc6-dev-powerpc [ppc64],
9 gcc-multilib [amd64 kfreebsd-amd64 ppc64] | gcc-4.1 (<< 4.1.2) [amd64 kfreebsd-amd64 ppc64]
c38e4ead 10Build-Conflicts: autoconf2.13
241498b5 11Standards-Version: 3.7.2
ca1d5ac6 12XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-grub/grub2/
13XS-Vcs-Browser: svn://svn.debian.org/pkg-grub/
14
c38e4ead 15
16Package: grub2
d5d38884 17Architecture: i386 kfreebsd-i386 hurd-i386 amd64 kfreebsd-amd64 powerpc ppc64
e6f4860a 18Depends: debconf, grub-pc [i386 kfreebsd-i386 hurd-i386 amd64 kfreebsd-amd64] | grub-of [powerpc ppc64]
d5d38884 19Description: GRand Unified Bootloader, version 2 (dummy package)
20 This is a dummy transitional package to handle GRUB 2 upgrades. It can be
21 safely removed.
22
23Package: grub-pc
24Architecture: i386 kfreebsd-i386 hurd-i386 amd64 kfreebsd-amd64
25Depends: ${shlibs:Depends}, ${misc:Depends}
26Provides: grub
27Replaces: pupa, grub, grub2 (<< ${Source-Version})
28Conflicts: pupa, grub
29Description: GRand Unified Bootloader, version 2 (PC/BIOS version)
30 GRUB 2 (also known as PUPA) is the Preliminary Universal Programming
31 Architecture for GRUB. It is a research project for the next generation of
32 GNU GRUB. The most important goal is to make GNU GRUB cleaner, safer, more
33 robust, more powerful, and more portable.
34 .
35 GRUB 2 targets at the following goals:
36 .
37 - Scripting support, such as conditionals, loops, variables and functions.
38 - Graphical interface.
39 - Dynamic loading of modules in order to extend itself at the run time
40 rather than at the build time.
41 - Portability for various architectures.
42 - Internationalization. This includes support for non-ASCII character code,
43 message catalogs like gettext, fonts, graphics console, and so on.
44 - Real memory management, to make GNU GRUB more extensible.
45 - Modular, hierarchical, object-oriented framework for file systems, files,
46 devices, drives, terminals, commands, partition tables and OS loaders.
47 - Cross-platform installation which allows for installing GRUB from a
48 different architecture.
49 - Rescue mode saves unbootable cases. Stage 1.5 was eliminated.
50 - Fix design mistakes in GRUB Legacy, which could not be solved for
51 backward-compatibility, such as the way of numbering partitions.
52 .
53 This package contains a version of GRUB that has been built for use with
54 traditional PC/BIOS architecture.
55
ca9ba3c9 56Package: grub-rescue-pc
57Architecture: i386 kfreebsd-i386 hurd-i386 amd64 kfreebsd-amd64
58Description: GRUB bootable rescue images, version 2 (PC/BIOS version)
59 This package contains two GRUB rescue images that have been built for use with
60 traditional PC/BIOS architecture:
61 .
62 - floppy image.
63 - El Torito CDROM image.
64
d5d38884 65Package: grub-efi
1e0928a9 66Architecture: i386 kfreebsd-i386 hurd-i386 amd64 kfreebsd-amd64
d5d38884 67Depends: ${shlibs:Depends}, ${misc:Depends}
68Provides: grub
69Replaces: pupa, grub, grub2 (<< ${Source-Version})
70Conflicts: pupa, grub
71Description: GRand Unified Bootloader, version 2 (EFI version)
72 GRUB 2 (also known as PUPA) is the Preliminary Universal Programming
73 Architecture for GRUB. It is a research project for the next generation of
74 GNU GRUB. The most important goal is to make GNU GRUB cleaner, safer, more
75 robust, more powerful, and more portable.
76 .
77 GRUB 2 targets at the following goals:
78 .
79 - Scripting support, such as conditionals, loops, variables and functions.
80 - Graphical interface.
81 - Dynamic loading of modules in order to extend itself at the run time
82 rather than at the build time.
83 - Portability for various architectures.
84 - Internationalization. This includes support for non-ASCII character code,
85 message catalogs like gettext, fonts, graphics console, and so on.
86 - Real memory management, to make GNU GRUB more extensible.
87 - Modular, hierarchical, object-oriented framework for file systems, files,
88 devices, drives, terminals, commands, partition tables and OS loaders.
89 - Cross-platform installation which allows for installing GRUB from a
90 different architecture.
91 - Rescue mode saves unbootable cases. Stage 1.5 was eliminated.
92 - Fix design mistakes in GRUB Legacy, which could not be solved for
93 backward-compatibility, such as the way of numbering partitions.
94 .
95 This package contains a version of GRUB that has been built for use with
96 EFI architecture, such as the one provided by Intel Macs (that is, unless
97 they are in MBR emulation mode).
98
99Package: grub-of
100Architecture: powerpc ppc64
101Depends: ${shlibs:Depends}, ${misc:Depends}, powerpc-ibm-utils
102Provides: grub
103Replaces: pupa, grub, grub2 (<< ${Source-Version})
8e633c2d 104Conflicts: pupa, grub
7b28ea52 105Description: GRand Unified Bootloader, version 2
106 GRUB 2 (also known as PUPA) is the Preliminary Universal Programming
c38e4ead 107 Architecture for GRUB. It is a research project for the next generation of
108 GNU GRUB. The most important goal is to make GNU GRUB cleaner, safer, more
109 robust, more powerful, and more portable.
110 .
7b28ea52 111 GRUB 2 targets at the following goals:
112 .
113 - Scripting support, such as conditionals, loops, variables and functions.
114 - Graphical interface.
115 - Dynamic loading of modules in order to extend itself at the run time
116 rather than at the build time.
117 - Portability for various architectures.
118 - Internationalization. This includes support for non-ASCII character code,
119 message catalogs like gettext, fonts, graphics console, and so on.
120 - Real memory management, to make GNU GRUB more extensible.
121 - Modular, hierarchical, object-oriented framework for file systems, files,
122 devices, drives, terminals, commands, partition tables and OS loaders.
123 - Cross-platform installation which allows for installing GRUB from a
124 different architecture.
125 - Rescue mode saves unbootable cases. Stage 1.5 was eliminated.
126 - Fix design mistakes in GRUB Legacy, which could not be solved for
127 backward-compatibility, such as the way of numbering partitions.