[med-svn] r9165 - in trunk/packages/gdcm/trunk/debian: . patches
Mathieu Malaterre
malat-guest at alioth.debian.org
Wed Jan 4 13:53:13 UTC 2012
Author: malat-guest
Date: 2012-01-04 13:53:13 +0000 (Wed, 04 Jan 2012)
New Revision: 9165
Added:
trunk/packages/gdcm/trunk/debian/patches/doxygen_svg.patch
Modified:
trunk/packages/gdcm/trunk/debian/changelog
trunk/packages/gdcm/trunk/debian/control
trunk/packages/gdcm/trunk/debian/patches/series
Log:
Another round of fixes
Modified: trunk/packages/gdcm/trunk/debian/changelog
===================================================================
--- trunk/packages/gdcm/trunk/debian/changelog 2012-01-04 13:26:22 UTC (rev 9164)
+++ trunk/packages/gdcm/trunk/debian/changelog 2012-01-04 13:53:13 UTC (rev 9165)
@@ -2,6 +2,9 @@
* Another attempt at fixing kFreeBSD:
- debian/patches/fixgcj2.patch
+ * Prefer SVG output over PNG for doxygen:
+ - debian/patches/doxygen_svg.patch
+ * Work around bug #654587 and explicitely B-D on ghostscript
-- Mathieu Malaterre <mathieu.malaterre at gmail.com> Wed, 04 Jan 2012 14:25:57 +0100
Modified: trunk/packages/gdcm/trunk/debian/control
===================================================================
--- trunk/packages/gdcm/trunk/debian/control 2012-01-04 13:26:22 UTC (rev 9164)
+++ trunk/packages/gdcm/trunk/debian/control 2012-01-04 13:53:13 UTC (rev 9165)
@@ -7,7 +7,7 @@
Andreas Tille <tille at debian.org>,
Steve M. Robbins <smr at debian.org>
Build-Depends: debhelper (>= 8), python-all-dev, libvtk-java, pvrg-jpeg,
- uuid-dev, libz-dev, libexpat-dev, doxygen-latex,
+ uuid-dev, libz-dev, libexpat-dev, doxygen-latex, ghostscript,
swig, cmake, libvtk5-dev, libcharls-dev,
libopenjpeg-dev, graphviz, default-jdk,
libpoppler-dev, libssl-dev, python-vtk,
@@ -16,7 +16,7 @@
Standards-Version: 3.9.2
X-Python-Version: 2.7
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/gdcm/trunk/
-Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/gdcm/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/gdcm/trunk/
Homepage: http://gdcm.sourceforge.net/
Package: libgdcm2.0
Added: trunk/packages/gdcm/trunk/debian/patches/doxygen_svg.patch
===================================================================
--- trunk/packages/gdcm/trunk/debian/patches/doxygen_svg.patch (rev 0)
+++ trunk/packages/gdcm/trunk/debian/patches/doxygen_svg.patch 2012-01-04 13:53:13 UTC (rev 9165)
@@ -0,0 +1,22 @@
+Index: gdcm-2.0.19/Utilities/doxygen/doxyfile.in
+===================================================================
+--- gdcm-2.0.19.orig/Utilities/doxygen/doxyfile.in 2012-01-04 14:48:33.000000000 +0100
++++ gdcm-2.0.19/Utilities/doxygen/doxyfile.in 2012-01-04 14:48:44.000000000 +0100
+@@ -637,7 +637,7 @@
+ # for example use the pattern */test/*
+
+ EXCLUDE_PATTERNS = */.svn/* \
+- */.git/*
++ */.git/* \
+ */VTK4/*
+
+ # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
+@@ -1592,7 +1592,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/gdcm/trunk/debian/patches/series
===================================================================
--- trunk/packages/gdcm/trunk/debian/patches/series 2012-01-04 13:26:22 UTC (rev 9164)
+++ trunk/packages/gdcm/trunk/debian/patches/series 2012-01-04 13:53:13 UTC (rev 9165)
@@ -2,3 +2,4 @@
#removedocfromall.patch
fixgcj.patch
fixgcj2.patch
+doxygen_svg.patch
More information about the debian-med-commit
mailing list