diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | doc/libept.dox.in | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 33f937f..5286540 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ libept (0.5.29) unstable; urgency=low + * Disabled graphviz-generated class diagrams in the documentation, and + removed build-dependency on graphviz. Closes: #524604 * Added missing const. Closes: #547421 Thanks Stefan Potyra. diff --git a/debian/control b/debian/control index 9dba8e3..c1fc196 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: libdevel Priority: optional Maintainer: Enrico Zini <enrico@debian.org> Uploaders: Petr Rockai <mornfall@debian.org>, Arnaud Fontaine <arnaud@andesi.org> -Build-Depends: cdbs, debhelper (>> 5), dh-buildinfo, doxygen, graphviz, libapt-pkg-dev (>= 0.6.46.1), libwibble-dev (>= 0.1.21), libwibble-dev (<< 0.2), libtagcoll2-dev (>= 2.0.6), libtagcoll2-dev (<< 2.1), pkg-config, libxapian-dev (>= 1.0.5), cmake, g++-4.2 [arm] +Build-Depends: cdbs, debhelper (>> 5), dh-buildinfo, doxygen, libapt-pkg-dev (>= 0.6.46.1), libwibble-dev (>= 0.1.21), libwibble-dev (<< 0.2), libtagcoll2-dev (>= 2.0.6), libtagcoll2-dev (<< 2.1), pkg-config, libxapian-dev (>= 1.0.5), cmake, g++-4.2 [arm] Standards-Version: 3.8.0 Vcs-Darcs: http://darcs.debian.org/darcs/collab-maint/libept Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=collab-maint/libept;a=summary diff --git a/doc/libept.dox.in b/doc/libept.dox.in index 5110b8d..390f1b4 100644 --- a/doc/libept.dox.in +++ b/doc/libept.dox.in @@ -1022,7 +1022,7 @@ HIDE_UNDOC_RELATIONS = YES # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) -HAVE_DOT = YES +HAVE_DOT = NO # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and |