diff options
author | Joey Hess <joeyh@debian.org> | 2005-10-07 19:56:36 +0000 |
---|---|---|
committer | Joey Hess <joeyh@debian.org> | 2005-10-07 19:56:36 +0000 |
commit | 142a2340e9299c94fca84cc646ae39c48d5a4b18 (patch) | |
tree | d018f08dafc8eb63a47726d50e9c1b87f20a74ed /debian/control | |
parent | 1ea73eea5ecc6a8ed901316049259aee737ee554 (diff) | |
download | installation-guide-142a2340e9299c94fca84cc646ae39c48d5a4b18.zip |
control file with only the manual build deps.
using genbuildeps may be overkill for this
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..7a808b13f --- /dev/null +++ b/debian/control @@ -0,0 +1,41 @@ +Source: debian-installer-manual +Section: devel +Priority: optional +Maintainer: Debian Install System Team <debian-boot@lists.debian.org> +Uploaders: Joey Hess <joeyh@debian.org>, Frans Pop <fjp@debian.org> +Standards-Version: 3.6.2 +Build-Depends: debhelper (>= 4), docbook, docbook-xml, docbook-xsl, xsltproc, gawk, w3m, poxml, jadetex, openjade | openjade1.3, docbook-dsssl, gs-common, debiandoc-sgml +# This comment can also be used to generate a Build-Depends line, by +# running the debian/genbuilddeps program. So put each build dep on its +# own line, prefixed by " - " and to comment out a build dep, start the +# line with two hashes. And don't edit the Build-Depends line above by hand. +# +# - debhelper (>= 4) +# Of course. +# - docbook +# - docbook-xml +# - docbook-xsl +# - xsltproc +# The manual is a docbook XML document, so needs these to +# build. +# - gawk +# Used as part of the manual build process. +# - w3m +# Used to generate plain text manual from html. +# - poxml +# Translations of the manual are done in po files via poxml. +# - jadetex +# - openjade | openjade1.3 +# - docbook-dsssl +# Used for producing pdf and ps files. +# - gs-common +# For pdfs. +# - debiandoc-sgml +# partman's manual is in debiandoc. + +Package: debian-installer-manual +Architecture: any +Description: Debian installation manual + This package contains the Debian installation manual, in a variety of + languages. It also includes the installation HOWTO, and a variety of + developer documentation for the Debian Installer. |