diff options
author | Colin Watson <cjwatson@debian.org> | 2006-01-11 14:32:07 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2006-01-11 14:32:07 +0000 |
commit | 4fba0b5135aa466e35dc37f6723bf4eeee39a9c5 (patch) | |
tree | 424b9ed3570632d1e6d717ce628d80258f5116b5 /debian/control | |
parent | d96f07a6ed0df2322f348a2823748833d3405d73 (diff) | |
download | installation-guide-4fba0b5135aa466e35dc37f6723bf4eeee39a9c5.zip |
* Build-depend on libhtml-parser-perl for build/preseed.pl.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 83ad52590..e9b4d96b7 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ 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 +Build-Depends: debhelper (>= 4), docbook, docbook-xml, docbook-xsl, xsltproc, gawk, w3m, poxml, jadetex, openjade | openjade1.3, docbook-dsssl, gs-common, libhtml-parser-perl # 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 |