/[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 30114 by otavio, Mon Aug 22 13:16:12 2005 UTC trunk/manual/debian/control revision 60214 by fjp, Sun Aug 16 07:18:59 2009 UTC
# Line 1  Line 1 
1  Source: debian-installer  Source: installation-guide
2  Section: devel  Section: doc
3  Priority: optional  Priority: optional
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.8.2
7  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-13, 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  Vcs-Svn: svn://svn.debian.org/d-i/trunk/manual
8  # This package has the worst Build-Depends in Debian, so it deserves some  Build-Depends: debhelper (>= 4)
9  # explanation. Note that this comment can also be used to generate a  Build-Depends-Indep: docbook, docbook-xml, docbook-xsl, xsltproc, gawk, libhtml-parser-perl, w3m, poxml, jadetex, openjade | openjade1.3, docbook-dsssl, ghostscript, texlive-lang-cyrillic, texlive-lang-czechslovak, texlive-lang-finnish, texlive-lang-french, texlive-lang-german, texlive-lang-greek, texlive-lang-italian, texlive-lang-other, texlive-lang-portuguese, texlive-lang-spanish, texlive-lang-swedish, texlive-lang-vietnamese, ko.tex-base, cm-super
10  # Build-Depends line, by running the debian/genbuilddeps program.  # This comment can also be used to generate a Build-Depends-Indep line, by
11  # So put each build dep on its own line, prefixed by " - " and to  # running the debian/genbuilddeps program. So put each build dep on its own
12  # comment out a build dep, start the line with two hashes. And don't edit  # line, prefixed by " - " and to comment out a build dep, start the line
13  # the Build-Depends line above by hand.  # with two hashes. And don't edit the Build-Depends-Indep line above by hand.
14  #  #
 # Base build dependencies:  
 #       - debhelper (>= 4)  
 #               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-13  
 #               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]  
 #               There were some crippling bugs in version 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
18  #       - xsltproc  #       - xsltproc
19  #               The manual is a docbook XML document, so needs these to  #               The manual is a docbook XML document, so needs these to build.
 #               build.  
20  #       - gawk  #       - gawk
21    #       - libhtml-parser-perl
22  #               Used as part of the manual build process.  #               Used as part of the manual build process.
23  #       - w3m  #       - w3m
24  #               Used to generate plain text manual from html.  #               Used to generate plain text manual from html.
# Line 168  Build-Depends: debhelper (>= 4), apt, gn Line 28  Build-Depends: debhelper (>= 4), apt, gn
28  #       - openjade | openjade1.3  #       - openjade | openjade1.3
29  #       - docbook-dsssl  #       - docbook-dsssl
30  #               Used for producing pdf and ps files.  #               Used for producing pdf and ps files.
31  #       - gs-common  #       - ghostscript
32  #               For pdfs.  #               For pdfs.
33  #       - debiandoc-sgml  #       - texlive-lang-cyrillic
34  #               partman's manual is in debiandoc.  #       - texlive-lang-czechslovak
35    ##      - texlive-lang-danish
36    ##      - texlive-lang-dutch
37    #       - texlive-lang-finnish
38    #       - texlive-lang-french
39    #       - texlive-lang-german
40    #       - texlive-lang-greek
41    #       - texlive-lang-italian
42    #       - texlive-lang-other
43    #               Contains hyphenation for Romanian.
44    #       - texlive-lang-portuguese
45    #       - texlive-lang-spanish
46    #       - texlive-lang-swedish
47    #       - texlive-lang-vietnamese
48    #               All texlive-lang-* packages provide hyphenation and other
49    #               language-specific support.
50    #       - ko.tex-base
51    #               Font for Korean pdf.
52    #       - cm-super
53    #               Font for Russian pdf.
54    
55    Package: installation-guide-alpha
56    Architecture: all
57    Conflicts: installation-guide
58    Description: Debian installation guide
59     This package contains the Debian installation guide for the Alpha
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-amd64
65    Architecture: all
66    Conflicts: installation-guide
67    Description: Debian installation guide
68     This package contains the Debian installation guide for the AMD64
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-armel
74    Architecture: all
75    Conflicts: installation-guide
76    Description: Debian installation guide
77     This package contains the Debian installation guide for the ARM
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-hppa
83    Architecture: all
84    Conflicts: installation-guide
85    Description: Debian installation guide
86     This package contains the Debian installation guide for the PA-RISC
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-i386
92    Architecture: all
93    Conflicts: installation-guide
94    Description: Debian installation guide
95     This package contains the Debian installation guide for the Intel x86
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-ia64
101    Architecture: all
102    Conflicts: installation-guide
103    Description: Debian installation guide
104     This package contains the Debian installation guide for the IA-64
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-mips
110    Architecture: all
111    Conflicts: installation-guide
112    Description: Debian installation guide
113     This package contains the Debian installation guide for the Mips
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-mipsel
119    Architecture: all
120    Conflicts: installation-guide
121    Description: Debian installation guide
122     This package contains the Debian installation guide for the Mipsel
123     architecture, in a variety of languages.
124     .
125     A shorter reference, the installation HOWTO, is included in an appendix.
126    
127    Package: installation-guide-powerpc
128    Architecture: all
129    Conflicts: installation-guide
130    Description: Debian installation guide
131     This package contains the Debian installation guide for the PowerPC
132     architecture, in a variety of languages.
133     .
134     A shorter reference, the installation HOWTO, is included in an appendix.
135    
136    Package: installation-guide-s390
137    Architecture: all
138    Conflicts: installation-guide
139    Description: Debian installation guide
140     This package contains the Debian installation guide for the S/390
141     architecture, in a variety of languages.
142     .
143     A shorter reference, the installation HOWTO, is included in an appendix.
144    
145  Package: debian-installer-manual  Package: installation-guide-sparc
146  Architecture: any  Architecture: all
147  Description: Debian installation manual  Conflicts: installation-guide
148   This package contains the Debian installation manual, in a variety of  Description: Debian installation guide
149   languages. It also includes the installation HOWTO, and a variety of   This package contains the Debian installation guide for the Sparc
150   developer documentation for the Debian Installer.   architecture, in a variety of languages.
151     .
152     A shorter reference, the installation HOWTO, is included in an appendix.

Legend:
Removed from v.30114  
changed lines
  Added in v.60214

  ViewVC Help
Powered by ViewVC 1.1.5