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

Steven Michael Robbins smr at moszumanska.debian.org
Tue Aug 12 02:56:41 UTC 2014


Author: smr
Date: 2014-08-12 02:56:41 +0000 (Tue, 12 Aug 2014)
New Revision: 17694

Modified:
   trunk/packages/insighttoolkit/trunk/debian/changelog
   trunk/packages/insighttoolkit/trunk/debian/control
   trunk/packages/insighttoolkit/trunk/debian/control.in
Log:
add libhdf5-dev dep to -dev package.

Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog	2014-08-11 16:18:33 UTC (rev 17693)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog	2014-08-12 02:56:41 UTC (rev 17694)
@@ -1,3 +1,10 @@
+insighttoolkit4 (4.6.0-2) unstable; urgency=medium
+
+  * control.in: add libhdf5-dev dep to -dev package.  Closes: #757594.
+  Migrate previous control fixes to control.in.
+
+ -- Steve M. Robbins <smr at debian.org>  Mon, 11 Aug 2014 21:55:42 -0500
+
 insighttoolkit4 (4.6.0-1) unstable; urgency=medium
 
   [ Gert Wollny ]

Modified: trunk/packages/insighttoolkit/trunk/debian/control
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/control	2014-08-11 16:18:33 UTC (rev 17693)
+++ trunk/packages/insighttoolkit/trunk/debian/control	2014-08-12 02:56:41 UTC (rev 17694)
@@ -45,7 +45,7 @@
 Package: libinsighttoolkit4-dev
 Section: libdevel
 Architecture: amd64 i386
-Depends: ${shlibs:Depends}, ${misc:Depends}, libinsighttoolkit4.6 (= ${binary:Version}), libgdcm2-dev, libdcmtk2-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, libinsighttoolkit4.6 (= ${binary:Version}), libgdcm2-dev, libdcmtk2-dev, libhdf5-dev
 Recommends: libfftw3-dev, uuid-dev
 Conflicts: libinsighttoolkit-dev, libinsighttoolkit3-dev
 Replaces: libinsighttoolkit-dev

Modified: trunk/packages/insighttoolkit/trunk/debian/control.in
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/control.in	2014-08-11 16:18:33 UTC (rev 17693)
+++ trunk/packages/insighttoolkit/trunk/debian/control.in	2014-08-12 02:56:41 UTC (rev 17694)
@@ -8,7 +8,7 @@
 Build-Depends: debhelper (>= 9),
  	cmake, 
 	swig (>= 2.0), 
-	gccxml (>= 0.9.0+git20140716-1),
+	gccxml (>= 0.9.0+git20140716),
 	zlib1g-dev (>= 1.2.2), 
 	libpng12-dev, 
 	libtiff-dev,
@@ -45,7 +45,7 @@
 Package: libinsighttoolkit at VER_MAJOR@-dev
 Section: libdevel
 Architecture: amd64 i386
-Depends: ${shlibs:Depends}, ${misc:Depends}, libinsighttoolkit at SOVERSION@ (= ${binary:Version}), libgdcm2-dev, libdcmtk2-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, libinsighttoolkit at SOVERSION@ (= ${binary:Version}), libgdcm2-dev, libdcmtk2-dev, libhdf5-dev
 Recommends: libfftw3-dev, uuid-dev
 Conflicts: libinsighttoolkit-dev, libinsighttoolkit3-dev
 Replaces: libinsighttoolkit-dev
@@ -65,7 +65,8 @@
  ITK applications.
 
 Package: libinsighttoolkit at VER_MAJOR@-dbg
-Section: libdevel
+Priority: extra
+Section: debug
 Architecture: amd64 i386
 Depends: ${misc:Depends}, libinsighttoolkit at SOVERSION@ (= ${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




More information about the debian-med-commit mailing list