[med-svn] r1368 - trunk/packages/insighttoolkit/trunk/debian

smr at alioth.debian.org smr at alioth.debian.org
Wed Feb 13 03:05:30 UTC 2008


Author: smr
Date: 2008-02-13 03:05:30 +0000 (Wed, 13 Feb 2008)
New Revision: 1368

Modified:
   trunk/packages/insighttoolkit/trunk/debian/changelog
   trunk/packages/insighttoolkit/trunk/debian/control
Log:
Fix two lintian warnings.

Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog	2008-02-13 02:38:24 UTC (rev 1367)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog	2008-02-13 03:05:30 UTC (rev 1368)
@@ -10,9 +10,13 @@
     to generated CMakeCache.txt.  New rule install/python-insighttoolkit.  
   * CMakeCache.txt.debian: Enable ITK_CSWIG_PYTHON.
 
-  * insightoolkit.1: rename to insightoolkit.3.
+  * insightoolkit.1: Rename to insightoolkit.3.
   * rules: Adjust accordingly.
-  
+
+  * control (libinsighttoolkit-dev): Change section from lib to libdevel.
+    Change libinsighttoolkit3.4 dependency version from obsolete
+    ${Source-Version} to ${binary:Version}.
+
   [ David Paleino ]
   * debian/control:
     - Standards-Version bumped to 3.7.3

Modified: trunk/packages/insighttoolkit/trunk/debian/control
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/control	2008-02-13 02:38:24 UTC (rev 1367)
+++ trunk/packages/insighttoolkit/trunk/debian/control	2008-02-13 03:05:30 UTC (rev 1368)
@@ -46,9 +46,9 @@
  This package contains the Python language bindings for ITK.
 
 Package: libinsighttoolkit-dev
-Section: devel
+Section: libdevel
 Architecture: any
-Depends: libinsighttoolkit3.4 (= ${Source-Version})
+Depends: libinsighttoolkit3.4 (= ${binary:Version})
 Description: Image processing toolkit for registration and segmentation - development
  ITK is an open-source software toolkit for performing registration and
  segmentation. Segmentation is the process of identifying and




More information about the debian-med-commit mailing list