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