[med-svn] r9122 - in trunk/packages/mummy/trunk/debian: . patches
Mathieu Malaterre
malat-guest at alioth.debian.org
Wed Dec 28 15:25:59 UTC 2011
Author: malat-guest
Date: 2011-12-28 15:25:59 +0000 (Wed, 28 Dec 2011)
New Revision: 9122
Added:
trunk/packages/mummy/trunk/debian/patches/doxygensvg.patch
Modified:
trunk/packages/mummy/trunk/debian/patches/series
trunk/packages/mummy/trunk/debian/rules
Log:
Prefer svg for doxygen output
Added: trunk/packages/mummy/trunk/debian/patches/doxygensvg.patch
===================================================================
--- trunk/packages/mummy/trunk/debian/patches/doxygensvg.patch (rev 0)
+++ trunk/packages/mummy/trunk/debian/patches/doxygensvg.patch 2011-12-28 15:25:59 UTC (rev 9122)
@@ -0,0 +1,13 @@
+Index: mummy-1.0.2/MummyDoxygen.doxyfile.in
+===================================================================
+--- mummy-1.0.2.orig/MummyDoxygen.doxyfile.in 2011-12-28 16:24:02.000000000 +0100
++++ mummy-1.0.2/MummyDoxygen.doxyfile.in 2011-12-28 16:24:10.000000000 +0100
+@@ -1269,7 +1269,7 @@
+ # generated by dot. Possible values are png, jpg, or gif
+ # If left blank png will be used.
+
+-DOT_IMAGE_FORMAT = png
++DOT_IMAGE_FORMAT = svg
+
+ # The tag DOT_PATH can be used to specify the path where the dot tool can be
+ # found. If left blank, it is assumed the dot tool can be found in the path.
Modified: trunk/packages/mummy/trunk/debian/patches/series
===================================================================
--- trunk/packages/mummy/trunk/debian/patches/series 2011-12-28 15:14:47 UTC (rev 9121)
+++ trunk/packages/mummy/trunk/debian/patches/series 2011-12-28 15:25:59 UTC (rev 9122)
@@ -4,3 +4,4 @@
install_mummy_runtime_dll.patch
installdoc.patch
removecableswig.patch
+doxygensvg.patch
Modified: trunk/packages/mummy/trunk/debian/rules
===================================================================
--- trunk/packages/mummy/trunk/debian/rules 2011-12-28 15:14:47 UTC (rev 9121)
+++ trunk/packages/mummy/trunk/debian/rules 2011-12-28 15:25:59 UTC (rev 9122)
@@ -23,6 +23,14 @@
override_dh_auto_configure:
dh_auto_configure -- $(CMAKE_FLAGS)
+override_dh_installdocs:
+ # doxgen create md5 file for bookkeeping do not install them:
+ dh_installdocs -X.md5
+
+override_dh_compress:
+ # do not compress .map file for doxygen graph
+ dh_compress -X.map
+
debian/mummy.1: debian/mummy.1.in
help2man --include=debian/mummy.1.in \
--output=debian/mummy.1 --no-info mummy
More information about the debian-med-commit
mailing list