[med-svn] r9377 - trunk/packages/insighttoolkit/branches/3.20.1/debian
Steven Michael Robbins
smr at alioth.debian.org
Sun Jan 22 06:32:48 UTC 2012
Author: smr
Date: 2012-01-22 06:32:48 +0000 (Sun, 22 Jan 2012)
New Revision: 9377
Modified:
trunk/packages/insighttoolkit/branches/3.20.1/debian/changelog
trunk/packages/insighttoolkit/branches/3.20.1/debian/control
trunk/packages/insighttoolkit/branches/3.20.1/debian/control.in
Log:
-dev package needs to depend on libvxl1-dev.
Modified: trunk/packages/insighttoolkit/branches/3.20.1/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/branches/3.20.1/debian/changelog 2012-01-21 20:19:22 UTC (rev 9376)
+++ trunk/packages/insighttoolkit/branches/3.20.1/debian/changelog 2012-01-22 06:32:48 UTC (rev 9377)
@@ -1,3 +1,11 @@
+insighttoolkit (3.20.1-3) unstable; urgency=low
+
+ * control.in: libinsighttoolkit3-dev depends on libvxl1-dev. Resolves
+ part of igstk build failure (#655788) caused by moving to system VXL
+ in last upload.
+
+ -- Steve M. Robbins <smr at debian.org> Sun, 22 Jan 2012 00:32:22 -0600
+
insighttoolkit (3.20.1-2) unstable; urgency=low
[ Mathieu Malaterre ]
Modified: trunk/packages/insighttoolkit/branches/3.20.1/debian/control
===================================================================
--- trunk/packages/insighttoolkit/branches/3.20.1/debian/control 2012-01-21 20:19:22 UTC (rev 9376)
+++ trunk/packages/insighttoolkit/branches/3.20.1/debian/control 2012-01-22 06:32:48 UTC (rev 9377)
@@ -35,7 +35,7 @@
Package: libinsighttoolkit3-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, libinsighttoolkit3.20 (= ${binary:Version}), libgdcm2-dev
+Depends: ${misc:Depends}, libinsighttoolkit3.20 (= ${binary:Version}), libgdcm2-dev, libvxl1-dev
Recommends: libfftw3-dev, uuid-dev
Conflicts: libinsighttoolkit-dev
Replaces: libinsighttoolkit-dev
Modified: trunk/packages/insighttoolkit/branches/3.20.1/debian/control.in
===================================================================
--- trunk/packages/insighttoolkit/branches/3.20.1/debian/control.in 2012-01-21 20:19:22 UTC (rev 9376)
+++ trunk/packages/insighttoolkit/branches/3.20.1/debian/control.in 2012-01-22 06:32:48 UTC (rev 9377)
@@ -35,7 +35,7 @@
Package: libinsighttoolkit at VER_MAJOR@-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, libinsighttoolkit at SOVERSION@ (= ${binary:Version}), libgdcm2-dev
+Depends: ${misc:Depends}, libinsighttoolkit at SOVERSION@ (= ${binary:Version}), libgdcm2-dev, libvxl1-dev
Recommends: libfftw3-dev, uuid-dev
Conflicts: libinsighttoolkit-dev
Replaces: libinsighttoolkit-dev
More information about the debian-med-commit
mailing list