[med-svn] r18110 - in trunk/packages/gdcm/trunk/debian: . patches
Mathieu Malaterre
malat at moszumanska.debian.org
Wed Sep 24 08:26:02 UTC 2014
Author: malat
Date: 2014-09-24 08:26:01 +0000 (Wed, 24 Sep 2014)
New Revision: 18110
Modified:
trunk/packages/gdcm/trunk/debian/changelog
trunk/packages/gdcm/trunk/debian/gdcm-doc.doc-base
trunk/packages/gdcm/trunk/debian/gdcm-doc.docs
trunk/packages/gdcm/trunk/debian/gdcm-doc.install
trunk/packages/gdcm/trunk/debian/patches/linkvtkdoc.patch
Log:
prepare 2.4.4
Modified: trunk/packages/gdcm/trunk/debian/changelog
===================================================================
--- trunk/packages/gdcm/trunk/debian/changelog 2014-09-23 20:40:57 UTC (rev 18109)
+++ trunk/packages/gdcm/trunk/debian/changelog 2014-09-24 08:26:01 UTC (rev 18110)
@@ -1,3 +1,9 @@
+gdcm (2.4.4-1) unstable; urgency=low
+
+ * New upstream. Closes: #759957
+
+ -- Mathieu Malaterre <malat at debian.org> Wed, 24 Sep 2014 10:19:37 +0200
+
gdcm (2.4.3-1) unstable; urgency=low
* New upstream. Closes: #745074
Modified: trunk/packages/gdcm/trunk/debian/gdcm-doc.doc-base
===================================================================
--- trunk/packages/gdcm/trunk/debian/gdcm-doc.doc-base 2014-09-23 20:40:57 UTC (rev 18109)
+++ trunk/packages/gdcm/trunk/debian/gdcm-doc.doc-base 2014-09-24 08:26:01 UTC (rev 18110)
@@ -9,4 +9,4 @@
Files: /usr/share/doc/gdcm-doc/html/*
Format: PDF
-Files: /usr/share/doc/gdcm-doc/gdcm-2.4.3.pdf
+Files: /usr/share/doc/gdcm-doc/gdcm-2.4.4.pdf
Modified: trunk/packages/gdcm/trunk/debian/gdcm-doc.docs
===================================================================
--- trunk/packages/gdcm/trunk/debian/gdcm-doc.docs 2014-09-23 20:40:57 UTC (rev 18109)
+++ trunk/packages/gdcm/trunk/debian/gdcm-doc.docs 2014-09-24 08:26:01 UTC (rev 18110)
@@ -1,2 +1,2 @@
usr/share/doc/gdcm-*/html/
-usr/share/doc/gdcm-*/gdcm-2.4.3.pdf
+usr/share/doc/gdcm-*/gdcm-2.4.4.pdf
Modified: trunk/packages/gdcm/trunk/debian/gdcm-doc.install
===================================================================
--- trunk/packages/gdcm/trunk/debian/gdcm-doc.install 2014-09-23 20:40:57 UTC (rev 18109)
+++ trunk/packages/gdcm/trunk/debian/gdcm-doc.install 2014-09-24 08:26:01 UTC (rev 18110)
@@ -1,2 +1,2 @@
usr/share/doc/gdcm-*/html/
-usr/share/doc/gdcm-*/gdcm-2.4.3.pdf
+usr/share/doc/gdcm-*/gdcm-2.4.4.pdf
Modified: trunk/packages/gdcm/trunk/debian/patches/linkvtkdoc.patch
===================================================================
--- trunk/packages/gdcm/trunk/debian/patches/linkvtkdoc.patch 2014-09-23 20:40:57 UTC (rev 18109)
+++ trunk/packages/gdcm/trunk/debian/patches/linkvtkdoc.patch 2014-09-24 08:26:01 UTC (rev 18110)
@@ -1,10 +1,11 @@
Description: link to vtk doc
+ Also prefer SVG output to reduce package size
Author: Mathieu Malaterre <malat at debian.org>
-Index: gdcm-2.4.0/Utilities/doxygen/vtk/doxyfile.in
+Index: gdcm-2.4.4/Utilities/doxygen/vtk/doxyfile.in
===================================================================
---- gdcm-2.4.0.orig/Utilities/doxygen/vtk/doxyfile.in 2013-10-16 10:28:54.000000000 +0200
-+++ gdcm-2.4.0/Utilities/doxygen/vtk/doxyfile.in 2013-10-17 11:11:45.650557236 +0200
+--- gdcm-2.4.4.orig/Utilities/doxygen/vtk/doxyfile.in 2014-09-24 09:40:10.000000000 +0200
++++ gdcm-2.4.4/Utilities/doxygen/vtk/doxyfile.in 2014-09-24 10:17:58.526433733 +0200
@@ -23,6 +23,7 @@
HAVE_DOT = YES
#HAVE_DOT = NO
@@ -13,23 +14,23 @@
CLASS_GRAPH = YES
COLLABORATION_GRAPH = YES
TEMPLATE_RELATIONS = YES
-Index: gdcm-2.4.0/Utilities/doxygen/doxyfile.in
+Index: gdcm-2.4.4/Utilities/doxygen/doxyfile.in
===================================================================
---- gdcm-2.4.0.orig/Utilities/doxygen/doxyfile.in 2013-10-16 10:28:54.000000000 +0200
-+++ gdcm-2.4.0/Utilities/doxygen/doxyfile.in 2013-10-17 11:11:45.650557236 +0200
-@@ -1591,7 +1591,7 @@
- # generated by dot. Possible values are png, jpg, or gif
- # If left blank png will be used.
+--- gdcm-2.4.4.orig/Utilities/doxygen/doxyfile.in 2014-09-24 09:40:10.000000000 +0200
++++ gdcm-2.4.4/Utilities/doxygen/doxyfile.in 2014-09-24 10:17:58.530433733 +0200
+@@ -1737,7 +1737,7 @@
+ # HTML_FILE_EXTENSION to xhtml in order to make the SVG files
+ # visible in IE 9+ (other browsers do not have this requirement).
-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.
-Index: gdcm-2.4.0/Utilities/doxygen/vtk/CMakeLists.txt
+ # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
+ # enable generation of interactive SVG images that allow zooming and panning.
+Index: gdcm-2.4.4/Utilities/doxygen/vtk/CMakeLists.txt
===================================================================
---- gdcm-2.4.0.orig/Utilities/doxygen/vtk/CMakeLists.txt 2013-10-16 10:28:54.000000000 +0200
-+++ gdcm-2.4.0/Utilities/doxygen/vtk/CMakeLists.txt 2013-10-17 11:13:11.374556089 +0200
+--- gdcm-2.4.4.orig/Utilities/doxygen/vtk/CMakeLists.txt 2014-09-24 09:40:10.000000000 +0200
++++ gdcm-2.4.4/Utilities/doxygen/vtk/CMakeLists.txt 2014-09-24 10:17:58.530433733 +0200
@@ -22,7 +22,7 @@
set (QT_TAG_FILE "${CMAKE_CURRENT_BINARY_DIR}/Qt.tag")
endif ()
More information about the debian-med-commit
mailing list