[Bug 326887] [NEW] Please sync igstk_3.0.0~cvs20081223-2 (universe) from Debian (unstable)
Launchpad Bug Tracker
326887 at bugs.launchpad.net
Mon Feb 9 15:44:33 GMT 2009
You have been subscribed to a public bug by James Westby (james-w):
uuid-dev change has been incorporated.
The use_version_compare patch wasnt incorporated, but looks like they have addressed the issue. (I still prefer the patch by james_w).
Lines that addressed this issue
- IF( ${ITK_VERSION_MAJOR}.${ITK_VERSION_MINOR} LESS 3.4)
+ IF( ${ITK_VERSION_MAJOR} LESS 3)
MESSAGE(FATAL_ERROR "You are using ITK ${ITK_VERSION_MAJOR}.${ITK_VERSION_MINOR}. Use ITK version 3.4 or later")
- ENDIF(${ITK_VERSION_MAJOR}.${ITK_VERSION_MINOR} LESS 3.4 )
+ ENDIF(${ITK_VERSION_MAJOR} LESS 3 )
+
+ IF( ${ITK_VERSION_MINOR} LESS 4)
+ MESSAGE(FATAL_ERROR "You are using ITK ${ITK_VERSION_MAJOR}.${ITK_VERSION_MINOR}. Use ITK version 3.4 or later")
+ ENDIF(${ITK_VERSION_MINOR} LESS 4 )
+
It does build on a jaunty system.
--
igstk (3.0.0~cvs20081223-2) unstable; urgency=low
* debian/rules: removed duplicate configuration
* debian/rules: fixed installation of Examples
* debian/control: added new package : igstk-doc
* debian/igstk-doc.doc-base: added
-- Dominique Belhachemi <domibel at cs.tu-berlin.de> Sun, 28 Dec 2008
19:11:43 -0500
igstk (3.0.0~cvs20081223-1) experimental; urgency=low
* debian/libigstk3.symbols removed
* ctest disabled
-- Dominique Belhachemi <domibel at cs.tu-berlin.de> Tue, 23 Dec 2008
18:43:29 -0500
igstk (3.0.0~cvs20081217-1) experimental; urgency=low
* new upstream snapshot
-- Dominique Belhachemi <domibel at cs.tu-berlin.de> Thu, 18 Dec 2008
14:13:24 -0500
igstk (3.0.0~cvs20080716-1ubuntu1) jaunty; urgency=low
* Add uuid-dev to build-depends, as it looks for it at build time.
* Add debian/patches/91_use_version_compare.dpatch so that cmake uses
version comparison, not string comparison to compare version numbers.
Prevents build failure when compiled with itk 3.10 or later.
-- James Westby <james.westby at canonical.com> Fri, 16 Jan 2009 16:41:12
+0000
** Affects: igstk (Ubuntu)
Importance: Wishlist
Status: Confirmed
--
Please sync igstk_3.0.0~cvs20081223-2 (universe) from Debian (unstable)
https://bugs.edge.launchpad.net/bugs/326887
You received this bug notification because you are a member of Ubuntu Package Archive Administrators, which is a direct subscriber.
More information about the ubuntu-archive
mailing list