/[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 29839 by joeyh, Wed Aug 10 00:58:07 2005 UTC trunk/manual/debian/control revision 46483 by fjp, Thu Apr 19 17:12:55 2007 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.1.0  Standards-Version: 3.6.2
7    XS-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), docbook, docbook-xml, docbook-xsl, xsltproc, gawk, libhtml-parser-perl, w3m, poxml, jadetex, openjade | openjade1.3, docbook-dsssl, gs-common, latex-hangul-ucs-hlatex, cm-super
9  # explanation. Note that this comment can also be used to generate a  # This comment can also be used to generate a Build-Depends line, by
10  # Build-Depends line, by running the debian/genbuilddeps program.  # running the debian/genbuilddeps program. So put each build dep on its
11  # So put each build dep on its own line, prefixed by " - " and to  # own line, prefixed by " - " and to comment out a build dep, start the
12  # comment out a build dep, start the line with two comments.  # line with two hashes. And don't edit the Build-Depends line above by hand.
13  #  #
 # Base build dependencies:  
14  #       - debhelper (>= 4)  #       - debhelper (>= 4)
15  #               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.  
16  #       - docbook  #       - docbook
17  #       - docbook-xml  #       - docbook-xml
18  #       - docbook-xsl  #       - docbook-xsl
# Line 159  Standards-Version: 3.6.1.0 Line 20  Standards-Version: 3.6.1.0
20  #               The manual is a docbook XML document, so needs these to  #               The manual is a docbook XML document, so needs these to
21  #               build.  #               build.
22  #       - gawk  #       - gawk
23    #       - libhtml-parser-perl
24  #               Used as part of the manual build process.  #               Used as part of the manual build process.
25  #       - w3m  #       - w3m
26  #               Used to generate plain text manual from html.  #               Used to generate plain text manual from html.
# Line 170  Standards-Version: 3.6.1.0 Line 32  Standards-Version: 3.6.1.0
32  #               Used for producing pdf and ps files.  #               Used for producing pdf and ps files.
33  #       - gs-common  #       - gs-common
34  #               For pdfs.  #               For pdfs.
35  #       - debiandoc-sgml  #       - latex-hangul-ucs-hlatex
36  #               partman's manual is in debiandoc.  #               For Korean pdf
37    #       - cm-super
38    #               For Russian pdf
39    
40    Package: installation-guide-alpha
41    Architecture: all
42    Conflicts: installation-guide
43    Description: Debian installation guide
44     This package contains the Debian installation guide for the Alpha
45     architecture, in a variety of languages.
46     .
47     A shorter reference, the installation HOWTO, is included in an appendix.
48    
49    Package: installation-guide-amd64
50    Architecture: all
51    Conflicts: installation-guide
52    Description: Debian installation guide
53     This package contains the Debian installation guide for the AMD64
54     architecture, in a variety of languages.
55     .
56     A shorter reference, the installation HOWTO, is included in an appendix.
57    
58    Package: installation-guide-arm
59    Architecture: all
60    Conflicts: installation-guide
61    Description: Debian installation guide
62     This package contains the Debian installation guide for the ARM
63     architecture, in a variety of languages.
64     .
65     A shorter reference, the installation HOWTO, is included in an appendix.
66    
67    Package: installation-guide-hppa
68    Architecture: all
69    Conflicts: installation-guide
70    Description: Debian installation guide
71     This package contains the Debian installation guide for the PA-RISC
72     architecture, in a variety of languages.
73     .
74     A shorter reference, the installation HOWTO, is included in an appendix.
75    
76    Package: installation-guide-i386
77    Architecture: all
78    Conflicts: installation-guide
79    Description: Debian installation guide
80     This package contains the Debian installation guide for the Intel x86
81     architecture, in a variety of languages.
82     .
83     A shorter reference, the installation HOWTO, is included in an appendix.
84    
85    Package: installation-guide-ia64
86    Architecture: all
87    Conflicts: installation-guide
88    Description: Debian installation guide
89     This package contains the Debian installation guide for the IA-64
90     architecture, in a variety of languages.
91     .
92     A shorter reference, the installation HOWTO, is included in an appendix.
93    
94    Package: installation-guide-mips
95    Architecture: all
96    Conflicts: installation-guide
97    Description: Debian installation guide
98     This package contains the Debian installation guide for the Mips
99     architecture, in a variety of languages.
100     .
101     A shorter reference, the installation HOWTO, is included in an appendix.
102    
103    Package: installation-guide-mipsel
104    Architecture: all
105    Conflicts: installation-guide
106    Description: Debian installation guide
107     This package contains the Debian installation guide for the Mipsel
108     architecture, in a variety of languages.
109     .
110     A shorter reference, the installation HOWTO, is included in an appendix.
111    
112    Package: installation-guide-powerpc
113    Architecture: all
114    Conflicts: installation-guide
115    Description: Debian installation guide
116     This package contains the Debian installation guide for the PowerPC
117     architecture, in a variety of languages.
118     .
119     A shorter reference, the installation HOWTO, is included in an appendix.
120    
121    Package: installation-guide-s390
122    Architecture: all
123    Conflicts: installation-guide
124    Description: Debian installation guide
125     This package contains the Debian installation guide for the S/390
126     architecture, in a variety of languages.
127     .
128     A shorter reference, the installation HOWTO, is included in an appendix.
129    
130  Package: debian-installer-manual  Package: installation-guide-sparc
131  Architecture: any  Architecture: all
132  Description: Debian installation manual  Conflicts: installation-guide
133   This package contains the Debian installation manual, in a variety of  Description: Debian installation guide
134   languages. It also includes the installation HOWTO, and a variety of   This package contains the Debian installation guide for the Sparc
135   developer documentation for the Debian Installer.   architecture, in a variety of languages.
136     .
137     A shorter reference, the installation HOWTO, is included in an appendix.

Legend:
Removed from v.29839  
changed lines
  Added in v.46483

  ViewVC Help
Powered by ViewVC 1.1.5