[med-svn] [mia] 01/01: Add patch to replace png by svg in doxgen graphs
Gert Wollny
gert-guest at moszumanska.debian.org
Tue Sep 29 21:23:55 UTC 2015
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a commit to branch master
in repository mia.
commit 6d6d7ce30c4ea1f85590c37b4ed286661a1951f4
Author: Gert Wollny <gw.fossdev at gmail.com>
Date: Tue Sep 29 22:43:21 2015 +0200
Add patch to replace png by svg in doxgen graphs
---
debian/changelog | 4 +++-
debian/patches/02_doxygen_use_svg_graphs.patch | 13 +++++++++++++
debian/patches/series | 1 +
doc/reference.dox.cmake | 2 +-
4 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4972022..0c91298 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,10 @@ mia (2.2.5-1) UNRELEASED; urgency=medium
* d/* bump so-version of the library package because of ABI change.
This also takes care of the needed gcc-5 transition
* add doxygen-latex to the build-dependencies
+ * add patch 02_doxygen_use_svg_graphs.patch to create the class
+ graphs as svg images instead of png.
- -- Gert Wollny <gw.fossdev at gmail.com> Tue, 29 Sep 2015 18:30:10 +0200
+ -- Gert Wollny <gw.fossdev at gmail.com> Tue, 29 Sep 2015 23:20:10 +0200
mia (2.2.3-2) unstable; urgency=medium
diff --git a/debian/patches/02_doxygen_use_svg_graphs.patch b/debian/patches/02_doxygen_use_svg_graphs.patch
new file mode 100644
index 0000000..5b1bebd
--- /dev/null
+++ b/debian/patches/02_doxygen_use_svg_graphs.patch
@@ -0,0 +1,13 @@
+diff --git a/doc/reference.dox.cmake b/doc/reference.dox.cmake
+index e7188f7..a6ebad3 100644
+--- a/doc/reference.dox.cmake
++++ b/doc/reference.dox.cmake
+@@ -143,7 +143,7 @@ INCLUDE_GRAPH = YES
+ INCLUDED_BY_GRAPH = YES
+ CALL_GRAPH = NO
+ GRAPHICAL_HIERARCHY = YES
+-DOT_IMAGE_FORMAT = png
++DOT_IMAGE_FORMAT = svg
+ DOT_PATH =
+ DOTFILE_DIRS =
+ MAX_DOT_GRAPH_DEPTH = 0
diff --git a/debian/patches/series b/debian/patches/series
index 8526e67..27ba1b6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
01_disable-treeview-for-jquery-compatibility.patch
+02_doxygen_use_svg_graphs.patch
diff --git a/doc/reference.dox.cmake b/doc/reference.dox.cmake
index 6b1f595..7dc9e9b 100644
--- a/doc/reference.dox.cmake
+++ b/doc/reference.dox.cmake
@@ -143,7 +143,7 @@ INCLUDE_GRAPH = YES
INCLUDED_BY_GRAPH = YES
CALL_GRAPH = NO
GRAPHICAL_HIERARCHY = YES
-DOT_IMAGE_FORMAT = png
+DOT_IMAGE_FORMAT = svg
DOT_PATH =
DOTFILE_DIRS =
MAX_DOT_GRAPH_DEPTH = 0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mia.git
More information about the debian-med-commit
mailing list