[Bug 326887] Re: Please sync igstk_3.0.0~cvs20081223-2 (universe) from Debian (unstable)

Stefan Lesicnik stefan at lsd.co.za
Sun Feb 8 15:16:53 UTC 2009


** Summary changed:

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

** Description changed:

- igstk (3.0.0~cvs20081223-2ubuntu1) jaunty; urgency=low
  
-   * Merge from debian unstable, remaining changes:
-     -  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.
+ 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).
  
-  -- Stefan Lesicnik <stefan at lsd.co.za>  Sun, 08 Feb 2009 16:20:16 +0200
+ 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

-- 
Please sync igstk_3.0.0~cvs20081223-2 (universe) from Debian (unstable)
https://bugs.launchpad.net/bugs/326887
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list