From: Russ Allbery <rra@debian.org> Date: Thu, 12 Mar 2009 03:26:44 +0000 (-0700) Subject: Build-Depend on texlive rather than tetex-extra X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=833a82703765ff4418df5cb2e0c98cf1f49ec85b;p=debian%2Fdebian-policy.git Build-Depend on texlive rather than tetex-extra Build-Depend on texlive rather than tetex-extra. texlive appears to be sufficient for how Policy uses debiandoc-sgml and pulls in far fewer packages. --- diff --git a/debian/changelog b/debian/changelog index 8bef383..220c47b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -84,6 +84,9 @@ debian-policy (3.8.1.0) UNRELEASED; urgency=low * Include the full name of each menu category rather than only the portion relative to the parent heading to be clearer in long category lists. Thanks, Christoph Berg. (Closes: #511804) + * Build-Depend on texlive rather than tetex-extra. texlive appears to + be sufficient for how Policy uses debiandoc-sgml and pulls in far + fewer packages. -- Russ Allbery <rra@debian.org> Mon, 23 Jun 2008 19:23:50 -0700 diff --git a/debian/control b/debian/control index f240a8d..5301338 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Policy List <debian-policy@lists.debian.org> Uploaders: Manoj Srivastava <srivasta@debian.org>, Russ Allbery <rra@debian.org> Standards-Version: 3.8.0 -Build-Depends-Indep: sgml-data (>= 2.0), debiandoc-sgml (>= 1.1.47), tetex-extra, groff, bsdmainutils, pstoedit, jade, docbook-xml (>= 3.1.1), docbook-dsssl, tidy, links (>= 0.90) | elinks +Build-Depends-Indep: sgml-data (>= 2.0), debiandoc-sgml (>= 1.1.47), texlive, groff, bsdmainutils, pstoedit, jade, docbook-xml (>= 3.1.1), docbook-dsssl, tidy, links (>= 0.90) | elinks Vcs-Browser: http://git.debian.org/?p=dbnpolicy/policy.git Vcs-Git: git://git.debian.org/git/dbnpolicy/policy.git