diff options
author | Michael Vogt <mvo@debian.org> | 2010-05-06 12:14:53 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2010-05-06 12:14:53 +0200 |
commit | dc1e2a06b5dde8911b51677842c6942de37dc5b1 (patch) | |
tree | 16da7a25882f0e3eaadbe926db07ddf7b47187c9 /debian/control | |
parent | 224da0778ff385ccbbc7f4abfbd2a6ddcbd9dbfc (diff) |
- install html doxygen in libapt-pkg-doc
* debian/control:
- build-depend on doxygen
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 ad4ed24ec..4f41c130b 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Michael Vogt <mvo@debian.org>, Otavio Salvador <otavio@debian.org>, Christian Perrier <bubulle@debian.org>, Daniel Burrows <dburrows@debian.org>, Luca Bruno <lethalman88@gmail.com>, Julian Andres Klode <jak@debian.org> Standards-Version: 3.8.4 -Build-Depends: debhelper (>= 5.0), libdb-dev, gettext (>= 0.12), libcurl4-gnutls-dev | libcurl3-gnutls-dev (>= 7.15.5), debiandoc-sgml, xsltproc, docbook-xsl, po4a (>= 0.34-2), autotools-dev, autoconf, automake +Build-Depends: debhelper (>= 5.0), libdb-dev, gettext (>= 0.12), libcurl4-gnutls-dev | libcurl3-gnutls-dev (>= 7.15.5), debiandoc-sgml, xsltproc, docbook-xsl, po4a (>= 0.34-2), autotools-dev, autoconf, automake, doxygen Build-Conflicts: autoconf2.13, automake1.4 Package: apt |