From 2348c40f43486f2b4b4b5ac6dbbb6d079cc343ce Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 5 May 2010 16:25:32 +0200 Subject: * debian/rules: - install html doxygen in libapt-pkg-doc as well --- debian/control | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index d756871d1..7cc0a1307 100644 --- a/debian/control +++ b/debian/control @@ -51,6 +51,9 @@ Section: doc Description: Documentation for APT development This package contains documentation for development of the APT Debian package manipulation program and its libraries. + . + This includes the source code documentation generated by doxygen + in html format. Package: apt-utils Architecture: any -- cgit v1.2.3 From dc1e2a06b5dde8911b51677842c6942de37dc5b1 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 6 May 2010 12:14:53 +0200 Subject: - install html doxygen in libapt-pkg-doc * debian/control: - build-depend on doxygen --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') 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 , Otavio Salvador , Christian Perrier , Daniel Burrows , Luca Bruno , Julian Andres Klode 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 -- cgit v1.2.3