diff options
author | Daniel Burrows <Daniel_Burrows@alumni.brown.edu> | 2008-04-26 12:09:04 -0700 |
---|---|---|
committer | Daniel Burrows <Daniel_Burrows@alumni.brown.edu> | 2008-04-26 12:09:04 -0700 |
commit | 9f95790fd310305e3b7ef66091307c7be2bc9264 (patch) | |
tree | fa3ae8cc9b4d2db3f510c4bd045c05873379836b | |
parent | 4730bca19d5cb04c3c1af5fcf58f0493e705b228 (diff) |
Add missing entries in Build-Depends-Indep for docbook-xsl and xsltproc.
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 4149fdfe2..fe0efa00d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.7.12) UNRELEASED; urgency=low +apt (0.7.12) unstable; urgency=low [ Michael Vogt ] * cmdline/apt-key: @@ -58,8 +58,10 @@ apt (0.7.12) UNRELEASED; urgency=low * apt-pkg/contrib/strutl.cc: - Lift the 64000-byte limit on individual messages parsed by ReadMessages. (Closes: #474065) + * debian/rules: + - Add missing Build-Depends-Indep on xsltproc and docbook-xsl. - -- Michael Vogt <mvo@debian.org> Thu, 10 Jan 2008 12:06:12 +0100 + -- Daniel Burrows <dburrows@debian.org> Sat, 26 Apr 2008 12:07:42 -0700 apt (0.7.11) unstable; urgency=critical diff --git a/debian/control b/debian/control index 2e9e306c8..b74cbe843 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Jason Gunthorpe <jgg@debian.org>, Adam Heath <doogie@debian.org>, Matt Zimmerman <mdz@debian.org>, Michael Vogt <mvo@debian.org>, Otavio Salvador <otavio@debian.org> Standards-Version: 3.7.2.2 Build-Depends: debhelper (>= 5.0), libdb-dev, gettext (>= 0.12), libcurl4-gnutls-dev | libcurl3-gnutls-dev (>= 7.15.5) -Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1) +Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1), xsltproc, docbook-xsl XS-Vcs-Bzr: http://bzr.debian.org/apt/debian-sid/ Package: apt |