[med-svn] r17598 - in trunk/packages/insighttoolkit/trunk/debian: . patches

Gert Wollny gert-guest at moszumanska.debian.org
Fri Aug 1 18:28:03 UTC 2014


Author: gert-guest
Date: 2014-08-01 18:28:03 +0000 (Fri, 01 Aug 2014)
New Revision: 17598

Modified:
   trunk/packages/insighttoolkit/trunk/debian/control
   trunk/packages/insighttoolkit/trunk/debian/patches/0005-make-gdcm-helper-library-static.patch
Log:
correct some lintian warnings

Modified: trunk/packages/insighttoolkit/trunk/debian/control
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/control	2014-08-01 12:23:09 UTC (rev 17597)
+++ trunk/packages/insighttoolkit/trunk/debian/control	2014-08-01 18:28:03 UTC (rev 17598)
@@ -65,7 +65,8 @@
  ITK applications.
 
 Package: libinsighttoolkit4-dbg
-Section: libdevel
+Priority: extra
+Section: debug
 Architecture: amd64 i386
 Depends: ${misc:Depends}, libinsighttoolkit4.6 (= ${binary:Version})
 Description: Debugging information for the Insight Toolkit 
@@ -107,7 +108,7 @@
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Conflicts: insighttoolkit-python
 Replaces: insighttoolkit-python
-Description: Image processing toolkit for registration and segmentation - examples
+Description: Image processing toolkit for registration and segmentation - Python bindings
  ITK is an open-source software toolkit for performing registration and
  segmentation. Segmentation is the process of identifying and
  classifying data found in a digitally sampled

Modified: trunk/packages/insighttoolkit/trunk/debian/patches/0005-make-gdcm-helper-library-static.patch
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/patches/0005-make-gdcm-helper-library-static.patch	2014-08-01 12:23:09 UTC (rev 17597)
+++ trunk/packages/insighttoolkit/trunk/debian/patches/0005-make-gdcm-helper-library-static.patch	2014-08-01 18:28:03 UTC (rev 17598)
@@ -1,3 +1,9 @@
+Description: Make itk-gdcm library a static library if system gdcm is used
+  In the case of using system gdcm this library is just an empty stub and by 
+  making it static a lintian warning is avoided 
+Author: Gert Wollny <gw.fossdev at gmail.com>
+
+
 diff --git a/Modules/ThirdParty/GDCM/src/CMakeLists.txt b/Modules/ThirdParty/GDCM/src/CMakeLists.txt
 index e98077c..70f4286 100644
 --- a/Modules/ThirdParty/GDCM/src/CMakeLists.txt




More information about the debian-med-commit mailing list