[med-svn] r3748 - in trunk/packages/dicomscope/trunk/debian: . patches

Mathieu Malaterre malat-guest at alioth.debian.org
Sat Aug 8 11:13:58 UTC 2009


Author: malat-guest
Date: 2009-08-08 11:13:57 +0000 (Sat, 08 Aug 2009)
New Revision: 3748

Added:
   trunk/packages/dicomscope/trunk/debian/patches/DSRDocument.cpp.patch
Modified:
   trunk/packages/dicomscope/trunk/debian/compat
   trunk/packages/dicomscope/trunk/debian/control
   trunk/packages/dicomscope/trunk/debian/patches/series
Log:
lintian + patch

Modified: trunk/packages/dicomscope/trunk/debian/compat
===================================================================
--- trunk/packages/dicomscope/trunk/debian/compat	2009-08-08 06:09:15 UTC (rev 3747)
+++ trunk/packages/dicomscope/trunk/debian/compat	2009-08-08 11:13:57 UTC (rev 3748)
@@ -1 +1 @@
-4
+7

Modified: trunk/packages/dicomscope/trunk/debian/control
===================================================================
--- trunk/packages/dicomscope/trunk/debian/control	2009-08-08 06:09:15 UTC (rev 3747)
+++ trunk/packages/dicomscope/trunk/debian/control	2009-08-08 11:13:57 UTC (rev 3748)
@@ -6,7 +6,7 @@
 Priority: extra
 Build-Depends: debhelper (>= 5), cmake, libdcmtk1-dev, default-jdk,
  libssl-dev, libxml2-dev, tofrodos, quilt
-Standards-Version: 3.8.0
+Standards-Version: 3.8.2
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/dicomscope/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/dicomscope/trunk/
 Homepage: http://dicom.offis.de/dscope.php.en

Added: trunk/packages/dicomscope/trunk/debian/patches/DSRDocument.cpp.patch
===================================================================
--- trunk/packages/dicomscope/trunk/debian/patches/DSRDocument.cpp.patch	                        (rev 0)
+++ trunk/packages/dicomscope/trunk/debian/patches/DSRDocument.cpp.patch	2009-08-08 11:13:57 UTC (rev 3748)
@@ -0,0 +1,11 @@
+--- dicomscope-3.6.0.old/interface/libsrc/DSRDocument.cpp	2009-08-08 13:07:21.000000000 +0200
++++ dicomscope-3.6.0/interface/libsrc/DSRDocument.cpp	2009-08-08 13:07:43.000000000 +0200
+@@ -106,7 +106,7 @@
+ 
+     /* create local string stream */
+     OFOStringStream oss;
+-    OFCondition res = doc->renderHTML(oss, flags | DSRTypes::HF_version32Compatibility | DSRTypes::HF_renderFullData);
++    OFCondition res = doc->renderHTML(oss, flags /*| DSRTypes::HF_version32Compatibility */| DSRTypes::HF_renderFullData);
+     OFSTRINGSTREAM_GETSTR(oss, tmpString)
+ 
+     if (res == EC_Normal)


Property changes on: trunk/packages/dicomscope/trunk/debian/patches/DSRDocument.cpp.patch
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native

Modified: trunk/packages/dicomscope/trunk/debian/patches/series
===================================================================
--- trunk/packages/dicomscope/trunk/debian/patches/series	2009-08-08 06:09:15 UTC (rev 3747)
+++ trunk/packages/dicomscope/trunk/debian/patches/series	2009-08-08 11:13:57 UTC (rev 3748)
@@ -4,3 +4,4 @@
 dicomscope.cfg.patch
 maincontext.java.patch
 dicomscope.patch
+DSRDocument.cpp.patch




More information about the debian-med-commit mailing list