diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index fe0efa00d..5fc67f6be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -59,9 +59,9 @@ apt (0.7.12) unstable; urgency=low - 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. + - Add missing Build-Depends-Indep on xsltproc, docbook-xsl, and xmlto. - -- Daniel Burrows <dburrows@debian.org> Sat, 26 Apr 2008 12:07:42 -0700 + -- Daniel Burrows <dburrows@debian.org> Sat, 26 Apr 2008 12:24:35 -0700 apt (0.7.11) unstable; urgency=critical diff --git a/debian/control b/debian/control index b74cbe843..38985de88 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), xsltproc, docbook-xsl +Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1), xsltproc, docbook-xsl, xmlto XS-Vcs-Bzr: http://bzr.debian.org/apt/debian-sid/ Package: apt |