[med-svn] r17363 - in trunk/packages/vtk-dicom/trunk/debian: . patches

Mathieu Malaterre malat at moszumanska.debian.org
Mon Jun 30 13:33:26 UTC 2014


Author: malat
Date: 2014-06-30 13:33:26 +0000 (Mon, 30 Jun 2014)
New Revision: 17363

Added:
   trunk/packages/vtk-dicom/trunk/debian/patches/typo.patch
Modified:
   trunk/packages/vtk-dicom/trunk/debian/patches/series
   trunk/packages/vtk-dicom/trunk/debian/rules
Log:
fix lintian warnings

Modified: trunk/packages/vtk-dicom/trunk/debian/patches/series
===================================================================
--- trunk/packages/vtk-dicom/trunk/debian/patches/series	2014-06-30 13:20:45 UTC (rev 17362)
+++ trunk/packages/vtk-dicom/trunk/debian/patches/series	2014-06-30 13:33:26 UTC (rev 17363)
@@ -1,2 +1,3 @@
 51c53d2537d4fefec5c3e7b8545609079723e112.patch
 underlink.patch
+typo.patch

Added: trunk/packages/vtk-dicom/trunk/debian/patches/typo.patch
===================================================================
--- trunk/packages/vtk-dicom/trunk/debian/patches/typo.patch	                        (rev 0)
+++ trunk/packages/vtk-dicom/trunk/debian/patches/typo.patch	2014-06-30 13:33:26 UTC (rev 17363)
@@ -0,0 +1,17 @@
+Description: fix a typo
+Author: Mathieu Malaterre <malat at debian.org>
+Forwarded: yes
+
+Index: vtk-dicom-0.5.0/vtkNIFTIHeader.h
+===================================================================
+--- vtk-dicom-0.5.0.orig/vtkNIFTIHeader.h	2014-06-11 15:52:12.000000000 +0200
++++ vtk-dicom-0.5.0/vtkNIFTIHeader.h	2014-06-30 15:24:46.434252442 +0200
+@@ -273,7 +273,7 @@
+   const char *GetDescrip() { return this->Descrip; }
+ 
+   // Description:
+-  // Get an auxilliary file, e.g. a color table, that is associated
++  // Get an auxiliary file, e.g. a color table, that is associated
+   // with this data.  The length of the filename must be a maximum of
+   // 24 characters, and it will be assumed to be in the same directory
+   // as the NIFTI file.

Modified: trunk/packages/vtk-dicom/trunk/debian/rules
===================================================================
--- trunk/packages/vtk-dicom/trunk/debian/rules	2014-06-30 13:20:45 UTC (rev 17362)
+++ trunk/packages/vtk-dicom/trunk/debian/rules	2014-06-30 13:33:26 UTC (rev 17363)
@@ -72,6 +72,8 @@
 
 override_dh_lintian:
 	echo "$(pkg_lib): package-name-doesnt-match-sonames" > debian/$(pkg_lib).lintian-overrides
+	echo "$(pkg_py2): package-name-doesnt-match-sonames" > debian/$(pkg_py2).lintian-overrides
+	echo "$(pkg_py2): non-dev-pkg-with-shlib-symlink" >> debian/$(pkg_py2).lintian-overrides
 	dh_lintian
 
 get-orig-source:




More information about the debian-med-commit mailing list