[med-svn] r4288 - trunk/packages/gdcm/trunk/debian/patches

Mathieu Malaterre malat-guest at alioth.debian.org
Mon Nov 2 09:54:22 UTC 2009


Author: malat-guest
Date: 2009-11-02 09:54:21 +0000 (Mon, 02 Nov 2009)
New Revision: 4288

Modified:
   trunk/packages/gdcm/trunk/debian/patches/lintian_dots.patch
Log:
Remove invalid portion of patch

Modified: trunk/packages/gdcm/trunk/debian/patches/lintian_dots.patch
===================================================================
--- trunk/packages/gdcm/trunk/debian/patches/lintian_dots.patch	2009-11-02 09:38:15 UTC (rev 4287)
+++ trunk/packages/gdcm/trunk/debian/patches/lintian_dots.patch	2009-11-02 09:54:21 UTC (rev 4288)
@@ -1,35 +1,6 @@
-This patch fixes
-libgdcm-tools: manpage-has-errors-from-man usr/share/man/man1/gdcmtar.1.gz 77: warning: `..' not defined
-
-Index: trunk/Utilities/doxygen/man/gdcmanon.man
-===================================================================
---- trunk/Utilities/doxygen/man/gdcmanon.man	(revision 6186)
-+++ trunk/Utilities/doxygen/man/gdcmanon.man	(working copy)
-@@ -107,7 +107,7 @@
- \subsection environment_variable environment variable
- \verbatim
-   GDCM_ROOT_UID Root UID
--  GDCM_RESOURCES_PATH path pointing to resources files (Part3.xml, ...)
-+  GDCM_RESOURCES_PATH path pointing to resources files (Part3.xml, \&...)
- \endverbatim
- 
- \section usage Typical usage
-Index: trunk/Utilities/doxygen/man/gdcminfo.man
-===================================================================
---- trunk/Utilities/doxygen/man/gdcminfo.man	(revision 6186)
-+++ trunk/Utilities/doxygen/man/gdcminfo.man	(working copy)
-@@ -53,7 +53,7 @@
- 
- \subsection environment_variable environment variable
- 
--  GDCM_RESOURCES_PATH path pointing to resources files (Part3.xml, ...)
-+  GDCM_RESOURCES_PATH path pointing to resources files (Part3.xml, \&...)
- 
- \section simple_usage Simple usage
- 
 Index: trunk/Utilities/doxygen/man/gdcmconv.man
 ===================================================================
---- trunk/Utilities/doxygen/man/gdcmconv.man	(revision 6186)
+--- trunk/Utilities/doxygen/man/gdcmconv.man	(revision 6192)
 +++ trunk/Utilities/doxygen/man/gdcmconv.man	(working copy)
 @@ -128,7 +128,7 @@
  \li convert dual syntax file: implicit/explicit,
@@ -40,31 +11,30 @@
  \li All other broken files listed in the supported section. 
  
  When no option other is used, only the dataset is inspected. So encapsulated Pixel Data, for instance, is not inspected for well known bugs. 
-@@ -238,7 +238,7 @@
+@@ -254,6 +254,7 @@
+ When talking about lossless conversion, there is an ambiguity that need to be understood. To achieve higher compression ratio, the RGB color space is usually not used, in favor of a YBR one. Changing from one color space to the other is (bit level) not lossless.
  
- \subsection planar_configuration Changing the planar Configuration
+ For more detail, see what are the true lossless transformations as described: 
++
+ http://sourceforge.net/apps/mediawiki/gdcm/index.php?title=Color_Space_Transformations
  
--Often RLE files are compressed using a different Planar Comnfiguration (RRR ... GGG... BBB...) instead of the usual triplet (RGB ... RGB ... RGB ). So upon decompression the Planar Configuration is 1. This is perfectly legal in DICOM, however this is unconventional, and thus it may be a good idea to also change the planar configuration and set it to the default :
-+Often RLE files are compressed using a different Planar Comnfiguration (RRR\&... GGG\&... BBB\&...) instead of the usual triplet (RGB\&... RGB\&... RGB\&...). So upon decompression the Planar Configuration is 1. This is perfectly legal in DICOM, however this is unconventional, and thus it may be a good idea to also change the planar configuration and set it to the default :
- 
- \verbatim
- $ gdcmconv --raw --planar-configuration 0 compressed.dcm uncompressed1.dcm
+ \section quality_control Quality Control
 Index: trunk/Utilities/doxygen/man/gdcmdump.man
 ===================================================================
---- trunk/Utilities/doxygen/man/gdcmdump.man	(revision 6186)
+--- trunk/Utilities/doxygen/man/gdcmdump.man	(revision 6192)
 +++ trunk/Utilities/doxygen/man/gdcmdump.man	(working copy)
-@@ -238,7 +238,7 @@
-   121:d=5  hl=2 l=  13 cons:      SEQUENCE          
-   123:d=6  hl=2 l=   9 prim:       OBJECT            :rsaEncryption
-   134:d=6  hl=2 l=   0 prim:       NULL              
--  136:d=5  hl=4 l= 256 prim:      OCTET STRING      [HEX DUMP]:822368070285AD756C962ECB973514B291F946...
-+  136:d=5  hl=4 l= 256 prim:      OCTET STRING      [HEX DUMP]:822368070285AD756C962ECB973514B291F946\&...
-   396:d=3  hl=4 l= 558 cons:    SEQUENCE          
-   400:d=4  hl=2 l=   9 prim:     OBJECT            :pkcs7-data
-   411:d=4  hl=2 l=  29 cons:     SEQUENCE          
+@@ -78,7 +78,7 @@
+ \&...
+ (0008,0000) ?? (UL) 434                                           # 4,1 Generic Group Length
+ (0008,0005) ?? (CS) [ISO_IR 100]                                  # 10,1-n Specific Character Set
+-(0008,0008) ?? (CS) [ORIGINAL\PRIMARY\SINGLE PLANE ]              # 30,2-n Image Type
++(0008,0008) ?? (CS) [ORIGINAL\\PRIMARY\\SINGLE PLANE ]              # 30,2-n Image Type
+ (0008,0016) ?? (UI) [1.2.840.10008.5.1.4.1.1.12.1]                # 28,1 SOP Class UID
+ (0008,0018) ?? (UI) [1.2.840.113619.2.16.1.0.906539207.1.24207]   # 42,1 SOP Instance UID
+ (0008,0020) ?? (DA) [19980923]                                    # 8,1 Study Date
 Index: trunk/Utilities/doxygen/man/gdcmtar.man
 ===================================================================
---- trunk/Utilities/doxygen/man/gdcmtar.man	(revision 6186)
+--- trunk/Utilities/doxygen/man/gdcmtar.man	(revision 6192)
 +++ trunk/Utilities/doxygen/man/gdcmtar.man	(working copy)
 @@ -61,7 +61,7 @@
  TransferSyntax is 1.2.840.10008.1.2.1 [Explicit VR Little Endian]
@@ -75,54 +45,10 @@
  \endverbatim
  
  \verbatim
-@@ -113,7 +113,7 @@
- TransferSyntax is 1.2.840.10008.1.2.1 [Explicit VR Little Endian]
- NumberOfDimensions: 2
- Dimensions: (64,64,1)
--...
-+\&...
- \endverbatim
- 
- 
-Index: trunk/Utilities/doxygen/man/gdcmgendir.man
-===================================================================
---- trunk/Utilities/doxygen/man/gdcmgendir.man	(revision 6186)
-+++ trunk/Utilities/doxygen/man/gdcmgendir.man	(working copy)
-@@ -59,7 +59,7 @@
- \subsection environment_variable environment variable
- \verbatim
-   GDCM_ROOT_UID Root UID
--  GDCM_RESOURCES_PATH path pointing to resources files (Part3.xml, ...)
-+  GDCM_RESOURCES_PATH path pointing to resources files (Part3.xml, \&...)
- \endverbatim
- 
- \section usage Typical usage
-Index: trunk/Utilities/doxygen/man/gdcmpdf.man
-===================================================================
---- trunk/Utilities/doxygen/man/gdcmpdf.man	(revision 6186)
-+++ trunk/Utilities/doxygen/man/gdcmpdf.man	(working copy)
-@@ -115,7 +115,7 @@
- (0040,a043) SQ (Sequence with explicit length #=0)      #   0, 1 ConceptNameCodeSequence
- (fffe,e0dd) na (SequenceDelimitationItem for re-encod.) #   0, 0 SequenceDelimitationItem
- (0042,0010) ST [GDCM Reference Manual]                  #  22, 1 DocumentTitle
--(0042,0011) OB 25\\50\\44\\46\\2d\\31\\2e\\34\\0a\\25\\e7\\f3\\cf\\d3\\0a\\33\\32\\30\\37\\37\\20\\30... # 13756842, 1 EncapsulatedDocument
-+(0042,0011) OB 25\\50\\44\\46\\2d\\31\\2e\\34\\0a\\25\\e7\\f3\\cf\\d3\\0a\\33\\32\\30\\37\\37\\20\\30\&... # 13756842, 1 EncapsulatedDocument
- (0042,0012) LO [application/pdf]                        #  16, 1 MIMETypeOfEncapsulatedDocument
- \endverbatim
- 
 Index: trunk/Utilities/doxygen/man/gdcmraw.man
 ===================================================================
---- trunk/Utilities/doxygen/man/gdcmraw.man	(revision 6186)
+--- trunk/Utilities/doxygen/man/gdcmraw.man	(revision 6192)
 +++ trunk/Utilities/doxygen/man/gdcmraw.man	(working copy)
-@@ -91,7 +91,7 @@
- \endverbatim
- 
- \verbatim
--...
-+\&...
- (7fe0,0010) OB                                                    # u/l,1 Pixel Data
-   (fffe,e000) ?? []                           # 0,1 Item
-   (fffe,e000) ?? ff\\4f\\ff\\51\\00\\29\\00\\00\\00\\00\\02\\00\\00\\00\\02\\00\\00\\00\\00\\00\\00\\00\\00\\00\\00\\00\\02\\00\\00\\00\\02\\00         # 65536,1 Item
 @@ -162,7 +162,7 @@
  \endverbatim
  




More information about the debian-med-commit mailing list