/[d-i]/trunk/manual/debian/control
ViewVC logotype

Diff of /trunk/manual/debian/control

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/installer/debian/control revision 29841 by joeyh, Wed Aug 10 01:01:13 2005 UTC trunk/manual/debian/control revision 40073 by fjp, Mon Aug 21 12:07:59 2006 UTC
# Line 1  Line 1 
1  Source: debian-installer  Source: installation-guide
2  Section: devel  Section: doc
3  Priority: optional  Priority: optional
 Build-Depends: debhelper (>= 4), apt, gnupg, dpkg (>= 1.13.9), grep-dctrl, bc, libc6-pic | libc6.1-pic | libc0.3-pic | glibc-pic, libdebian-installer4 (>= 0.31), libdebconfclient0, libparted1.6-12, libslang2-pic, libnewt-pic, libdiscover1-pic [!s390 !s390x], libdiscover1 [!s390 !s390x], libbogl-dev, libtextwrap1, cramfsprogs [powerpc ia64 mips], genext2fs (>= 1.3-7.1), e2fsprogs, mklibs (>= 0.1.15), mkisofs, genromfs [sparc], hfsutils [powerpc], dosfstools [i386 ia64 m68k amd64], syslinux (>= 2.11-0.1) [i386 amd64], palo [hppa], elilo [ia64], yaboot [powerpc], aboot (>= 0.9b-2) [alpha], silo [sparc], sparc-utils [sparc], genisovh [mips], delo [mipsel], tip22 [mips], colo (>= 1.10-1) [mipsel], sibyl [mips mipsel], atari-bootstrap [m68k], vmelilo [m68k], m68k-vme-tftplilo [m68k], sysutils [i386 amd64], mtools (>= 3.9.9-1) [i386 ia64 m68k amd64], modutils, module-init-tools [i386 powerpc amd64 hppa ia64 sparc], bf-utf-source [!s390 !s390x], upx-ucl-beta (>= 1:1.91+0.20030910cvs-2) [i386], bzip2 [powerpc], mkvmlinuz [powerpc], docbook, docbook-xml, docbook-xsl, xsltproc, gawk, w3m, poxml, jadetex, openjade | openjade1.3, docbook-dsssl, gs-common, debiandoc-sgml  
4  Maintainer: Debian Install System Team <debian-boot@lists.debian.org>  Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
5  Uploaders: Joey Hess <joeyh@debian.org>, Alastair McKinstry <mckinstry@computer.org>, Joshua Kwan <joshk@triplehelix.org>  Uploaders: Joey Hess <joeyh@debian.org>, Frans Pop <fjp@debian.org>
6  Standards-Version: 3.6.2  Standards-Version: 3.6.2
7    Build-Depends: debhelper (>= 4), docbook, docbook-xml, docbook-xsl, xsltproc, gawk, libhtml-parser-perl, w3m, poxml, jadetex, openjade | openjade1.3, docbook-dsssl, gs-common, latex-hangul-ucs-hlatex
8  # This package has the worst Build-Depends in Debian, so it deserves some  # This comment can also be used to generate a Build-Depends line, by
9  # explanation. Note that this comment can also be used to generate a  # running the debian/genbuilddeps program. So put each build dep on its
10  # Build-Depends line, by running the debian/genbuilddeps program.  # own line, prefixed by " - " and to comment out a build dep, start the
11  # So put each build dep on its own line, prefixed by " - " and to  # line with two hashes. And don't edit the Build-Depends line above by hand.
 # comment out a build dep, start the line with two hashes.  
12  #  #
 # Base build dependencies:  
13  #       - debhelper (>= 4)  #       - debhelper (>= 4)
14  #               Of course.  #               Of course.
 #       - apt  
 #               Used for downloading udebs.  
 #       - gnupg  
 #               New versions of apt need gnupg for security checks.  
 #       - dpkg (>= 1.13.9)  
 #               We tweak dpkg logging options only understood by this  
 #               version.  
 #       - grep-dctrl  
 #               Various manipulations of the udeb Packages files.  
 #       - bc  
 #               Used for some image size calculations.  
 #  
 # Library build dependencies:  
 #       Libraries can come from three sources: From a udeb, from the build  
 #       system via library reduction, or from the build system with no library  
 #       reduction done. We'd like to eventually do away with that last.  
 #       - libc6-pic | libc6.1-pic | libc0.3-pic | glibc-pic  
 #               For library reduction.  
 #       - libdebian-installer4 (>= 0.31)  
 #       - libdebconfclient0  
 #               We use the udebs of these, so they're only included because  
 #               of broken deps in udebs confusing apt. (Versions are to make  
 #               sure the deps are satisfied.) Will be fixed.  
 #       - libparted1.6-12  
 #               Only needed for monolithic image builds, and only because  
 #               of broken udeb deps. Will be fixed.  
 #       - libslang2-pic  
 #       - libnewt-pic  
 #               Rather than use slang and newt udebs, reduced versions of  
 #               the libraries are put onto images to save space.  
 #       - libdiscover1-pic [!s390 !s390x]  
 #       - libdiscover1 [!s390 !s390x]  
 #               Currently we use library reduction to get the discover1  
 #               library. There is no space gain however, and it should just  
 #               use a udeb instead.  
 #       - libbogl-dev  
 #               bogl is used by bterm. There is no particular reason  
 #               why we're copying the library from the build system instead  
 #               of using a dependency.  
 #       - libtextwrap1  
 #               Used by cdebconf. Should be a udeb, but isn't.  
 #  
 # Filesystem tools:  
 #       - cramfsprogs [powerpc ia64 mips]  
 #               For arches that use cramfs initrds.  
 #       - genext2fs (>= 1.3-7.1)  
 #               For creating ext2 filesystems without being root.  
 #               1.3-7.1 fixes issues on several arches.  
 #       - e2fsprogs, mklibs (>= 0.1.15)  
 #               genext2fs doesn't produce perfect filesystems, so we fsck  
 #               them.  
 #               Lintian: Yes, we know it's essential. We prefer not to  
 #               count on it remaining so.  
 #       - mkisofs  
 #               For making mini isos.  
 #       - genromfs [sparc]  
 #               Used for creating sparc floppies (which are not built by  
 #               default.)  
 #       - hfsutils [powerpc]  
 #               For making bootable HFS USB sticks for powerpc.  
 #       - dosfstools [i386 ia64 m68k amd64]  
 @               For creating FAT filesystems with mkfs.msdos.  
 #               Of course i386/amd64 use this for floppies, CDs etc.  
 #               ia64 uses it for floppies (?)  
 #               m68k uses it for atari floppies  
 #  
 # Boot loaders:  
 #       On many arches boot loaders are copied onto or ran on the boot  
 #       images in one way or another. There's a reason our mailing list is  
 #       still called debian-boot..  
 #       - syslinux (>= 2.11-0.1) [i386 amd64]  
 #               The 2.11 release fixed some bad bugs in 2.10.  
 #       - palo [hppa]  
 #       - elilo [ia64]  
 #       - yaboot [powerpc]  
 #               For all our powerpc boot needs. Well, not really.  
 #       - aboot (>= 0.9b-2) [alpha]  
 #               A previous version didn't have netabootwrap.  
 #       - silo [sparc]  
 #               Using silo is problimatic since it needs to run as root,  
 #               so images that need it are not built by default, but we  
 #               include it for completeness.  
 #       - sparc-utils [sparc]  
 #               For elftoaout and piggyback, to make netboot images.  
 #       - genisovh [mips]  
 #               Makes mini iso images bootable on SGI MIPSen.  
 #       - delo [mipsel]  
 #               For booting DECstations from storage media.  
 #       - tip22 [mips]  
 #               Piggyback netboot images.  
 #       - colo (>= 1.10-1) [mipsel]  
 #               For booting Cobalt machines. This version has TFTP support.  
 #       - sibyl [mips mipsel]  
 #               For booting the SWARM board.  
 #       - atari-bootstrap [m68k]  
 #               Booting and other tools for Atari systems.  
 #       - vmelilo [m68k]  
 #       - m68k-vme-tftplilo [m68k]  
 #               For VME machines, although it doesn't yet support running  
 #               as non-root, the install will try to use it and fall back  
 #               to a warning when it fails.  
 #  
 # Architecture specific build dependencies:  
 #       - sysutils [i386 amd64]  
 #               For todos, used on files that need to be accessible from  
 #               DOS.  
 #       - mtools (>= 3.9.9-1) [i386 ia64 m68k amd64]  
 #               mcopy is used to put files onto FAT filesystems w/o  
 #               mounting them.  
 #  
 #       - modutils  
 #               depmod is used to generate a modules.dep for images at  
 #               build time. For 2.4 kernels.  
 #       - module-init-tools [i386 powerpc amd64 hppa ia64 sparc]  
 #               depmod for 2.6 kernels on the arches that support 2.6.  
 #  
 #       - bf-utf-source [!s390 !s390x]  
 #               Contains the unicode font we use. Not a udeb since we  
 #               perform font reduction at build time.  
 #       - upx-ucl-beta (>= 1:1.91+0.20030910cvs-2) [i386]  
 #               i386 uses upx to compress kernels and other binaries  
 #               The version is the first one that worked well enough for  
 #               us.  
 #       - bzip2 [powerpc]  
 #               Used by powerpc-builtin-initrd.sh to unpack the kernel  
 #               tree. See source for gory details.  
 #       - mkvmlinuz [powerpc]  
 #               Used to make powerpc images that can boot direct from  
 #               firmware w/o using a boot loader.  
 #  
 # Build dependencies of the manual and docs:  
 #       Note that currently the debian-installer-manual package is used as the  
 #       required deb-producing package so that the archive maintenance scripts  
 #       work. So it is built on each architecture instead of being built once  
 #       as an arch all package for all architectures, and its build  
 #       dependencies are included in Build-Depends rather than in  
 #       Build-Depends-Indep.  
15  #       - docbook  #       - docbook
16  #       - docbook-xml  #       - docbook-xml
17  #       - docbook-xsl  #       - docbook-xsl
# Line 159  Standards-Version: 3.6.2 Line 19  Standards-Version: 3.6.2
19  #               The manual is a docbook XML document, so needs these to  #               The manual is a docbook XML document, so needs these to
20  #               build.  #               build.
21  #       - gawk  #       - gawk
22    #       - libhtml-parser-perl
23  #               Used as part of the manual build process.  #               Used as part of the manual build process.
24  #       - w3m  #       - w3m
25  #               Used to generate plain text manual from html.  #               Used to generate plain text manual from html.
# Line 170  Standards-Version: 3.6.2 Line 31  Standards-Version: 3.6.2
31  #               Used for producing pdf and ps files.  #               Used for producing pdf and ps files.
32  #       - gs-common  #       - gs-common
33  #               For pdfs.  #               For pdfs.
34  #       - debiandoc-sgml  #       - latex-hangul-ucs-hlatex
35  #               partman's manual is in debiandoc.  #               For Korean pdf
36    
37    Package: installation-guide-alpha
38    Architecture: all
39    Conflicts: installation-guide
40    Description: Debian installation guide
41     This package contains the Debian installation guide for the Alpha
42     architecture, in a variety of languages.
43     .
44     A shorter reference, the installation HOWTO, is included in an appendix.
45    
46    Package: installation-guide-arm
47    Architecture: all
48    Conflicts: installation-guide
49    Description: Debian installation guide
50     This package contains the Debian installation guide for the ARM
51     architecture, in a variety of languages.
52     .
53     A shorter reference, the installation HOWTO, is included in an appendix.
54    
55    Package: installation-guide-hppa
56    Architecture: all
57    Conflicts: installation-guide
58    Description: Debian installation guide
59     This package contains the Debian installation guide for the PA-RISC
60     architecture, in a variety of languages.
61     .
62     A shorter reference, the installation HOWTO, is included in an appendix.
63    
64    Package: installation-guide-i386
65    Architecture: all
66    Conflicts: installation-guide
67    Description: Debian installation guide
68     This package contains the Debian installation guide for the Intel x86
69     architecture, in a variety of languages.
70     .
71     A shorter reference, the installation HOWTO, is included in an appendix.
72    
73    Package: installation-guide-ia64
74    Architecture: all
75    Conflicts: installation-guide
76    Description: Debian installation guide
77     This package contains the Debian installation guide for the IA-64
78     architecture, in a variety of languages.
79     .
80     A shorter reference, the installation HOWTO, is included in an appendix.
81    
82    Package: installation-guide-m68k
83    Architecture: all
84    Conflicts: installation-guide
85    Description: Debian installation guide
86     This package contains the Debian installation guide for the Motorola 680x0
87     architecture, in a variety of languages.
88     .
89     A shorter reference, the installation HOWTO, is included in an appendix.
90    
91    Package: installation-guide-mips
92    Architecture: all
93    Conflicts: installation-guide
94    Description: Debian installation guide
95     This package contains the Debian installation guide for the Mips
96     architecture, in a variety of languages.
97     .
98     A shorter reference, the installation HOWTO, is included in an appendix.
99    
100    Package: installation-guide-mipsel
101    Architecture: all
102    Conflicts: installation-guide
103    Description: Debian installation guide
104     This package contains the Debian installation guide for the Mipsel
105     architecture, in a variety of languages.
106     .
107     A shorter reference, the installation HOWTO, is included in an appendix.
108    
109    Package: installation-guide-powerpc
110    Architecture: all
111    Conflicts: installation-guide
112    Description: Debian installation guide
113     This package contains the Debian installation guide for the PowerPC
114     architecture, in a variety of languages.
115     .
116     A shorter reference, the installation HOWTO, is included in an appendix.
117    
118    Package: installation-guide-s390
119    Architecture: all
120    Conflicts: installation-guide
121    Description: Debian installation guide
122     This package contains the Debian installation guide for the S/390
123     architecture, in a variety of languages.
124     .
125     A shorter reference, the installation HOWTO, is included in an appendix.
126    
127  Package: debian-installer-manual  Package: installation-guide-sparc
128  Architecture: any  Architecture: all
129  Description: Debian installation manual  Conflicts: installation-guide
130   This package contains the Debian installation manual, in a variety of  Description: Debian installation guide
131   languages. It also includes the installation HOWTO, and a variety of   This package contains the Debian installation guide for the Sparc
132   developer documentation for the Debian Installer.   architecture, in a variety of languages.
133     .
134     A shorter reference, the installation HOWTO, is included in an appendix.

Legend:
Removed from v.29841  
changed lines
  Added in v.40073

  ViewVC Help
Powered by ViewVC 1.1.5