diff options
author | Enrico Zini <enrico@enricozini.org> | 2009-09-29 15:25:44 +0100 |
---|---|---|
committer | Enrico Zini <enrico@enricozini.org> | 2009-09-29 15:25:44 +0100 |
commit | 0dd62dcddb8d75d9bf7f64b514236920bcea91ae (patch) | |
tree | 5a11828bad2b3b9eee38eb55a0da3134895b98fa | |
parent | 05ba346357197c9da118641c4096dc06f5a880c4 (diff) | |
download | libept-0dd62dcddb8d75d9bf7f64b514236920bcea91ae.tar.gz |
Disabled graphviz-generated class diagrams in the documentation, and removed build-dependency on graphviz. Closes: #524604
-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 |