Please sync igstk_3.0.0~cvs20081223-2 (universe) from Debian (unstable)

Bug #326887 reported by Stefan Lesicnik
6
Affects Status Importance Assigned to Milestone
igstk (Ubuntu)
Fix Released
Wishlist
Unassigned

Bug Description

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 <email address hidden> 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 <email address hidden> Tue, 23 Dec 2008 18:43:29 -0500

igstk (3.0.0~cvs20081217-1) experimental; urgency=low

  * new upstream snapshot

 -- Dominique Belhachemi <email address hidden> 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 <email address hidden> Fri, 16 Jan 2009 16:41:12 +0000

description: updated
Revision history for this message
James Westby (james-w) wrote :

ACK from me.

Thanks,

James

Changed in igstk:
importance: Undecided → Wishlist
status: New → Confirmed
Revision history for this message
Steve Kowalik (stevenk) wrote :

[Updating] igstk (3.0.0~cvs20080716-1ubuntu1 [Ubuntu] < 3.0.0~cvs20081223-2 [Debian])
 * Trying to add igstk...
  - <igstk_3.0.0~cvs20081223-2.dsc: downloading from http://ftp.debian.org/debian/>
  - <igstk_3.0.0~cvs20081223-2.diff.gz: downloading from http://ftp.debian.org/debian/>
  - <igstk_3.0.0~cvs20081223.orig.tar.gz: downloading from http://ftp.debian.org/debian/>
I: igstk [universe] -> libigstk3-dev_3.0.0~cvs20080716-1ubuntu1 [universe].
I: igstk [universe] -> libigstk3_3.0.0~cvs20080716-1ubuntu1 [universe].
I: igstk [universe] -> igstk-examples_3.0.0~cvs20080716-1ubuntu1 [universe].

Changed in igstk:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.