diff options
author | Samuel Thibault <sthibault@debian.org> | 2013-05-29 22:21:56 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2013-05-29 22:21:56 +0000 |
commit | 812ab981e974f93627b39139b2eaeb8789ef5a6c (patch) | |
tree | b922220dccca858aa957a483dd92b831a492f60f | |
parent | 98b6d1599ceae60ee9784a1061d754480c64e019 (diff) | |
download | installation-guide-812ab981e974f93627b39139b2eaeb8789ef5a6c.zip |
Replace texlive-lang-swedish build-dep with texlive-lang-european for hyphenation support, thanks Ansgar Burchardt for the hint.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8e7b1c005..81d53b7e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ installation-guide (20130504) UNRELEASED; urgency=low * Document that we need to update the disk size figure in the boot help text too. * Drop texlive-lang-finnish build-dep: Finnish is currently disabled. + * Replace texlive-lang-swedish build-dep with texlive-lang-european for + hyphenation support, thanks Ansgar Burchardt for the hint. [ Holger Wansing ] * Removal of references to 'volatile'. diff --git a/debian/control b/debian/control index 875132d62..b7ff54c2c 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.8.3 Vcs-Svn: svn://svn.debian.org/d-i/trunk/manual Vcs-Browser: http://anonscm.debian.org/viewvc/d-i/trunk/manual/ Build-Depends: debhelper (>= 6) -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-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 +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-french, texlive-lang-german, texlive-lang-greek, texlive-lang-italian, texlive-lang-other, texlive-lang-portuguese, texlive-lang-spanish, texlive-lang-european, texlive-lang-vietnamese, ko.tex-base, cm-super # This comment can also be used to generate a Build-Depends-Indep 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 |