~ubuntu-branches/ubuntu/precise/insighttoolkit/precise

« back to all changes in this revision

Viewing changes to Testing/Code/Review/README.txt

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2008-12-19 20:16:49 UTC
  • mfrom: (1.2.1 upstream) (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20081219201649-drt97guwl2ryt0cn

* New upstream version.
  - patches/nifti-versioning.patch: Remove.  Applied upstream.
  - control:
  - rules: Update version numbers, package names.

* control: Build-depend on uuid-dev (gdcm uses it).

* copyright: Update download URL.

* rules: Adhere to parallel=N in DEB_BUILD_OPTIONS by setting MAKEFLAGS.

* compat: Set to 7.
* control: Update build-dep on debhelper to version >= 7.

* CMakeCache.txt.debian: Set CMAKE_BUILD_TYPE to "RELEASE" so that we
  build with -O3 (not -O2), necessary to optimize the templated code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
This directory:
 
3
 
 
4
        Insight/Code/Review
 
5
 
 
6
Is exempt from the following policies:
 
7
 
 
8
   - Backward Compatibility Policy
 
9
   - Copyright Policy
 
10
 
 
11
as they are defined by the Insight Software Consortium.
 
12
 
 
13
---------------------------------------------------------
 
14
 
 
15
In practical terms that means that the classes in this
 
16
directory are not considered to be a permanent part of 
 
17
the ITK toolkit, and therefore they may disappear in the
 
18
future or their API may change without notice. 
 
19
 
 
20
The copyright of files in this directory may not have 
 
21
been transfered yet to the Insight Software Consortium
 
22
and therefore may not be assumed to be under the same 
 
23
BSD-like license of the rest of the toolkit. During the 
 
24
time that files are in this directory, users must check
 
25
their copyright status with ITK developers.
 
26
 
 
27
The purpose of this directory is to provide a code review
 
28
zone for classes that are candidates to be added to the ITK
 
29
toolkit.
 
30
 
 
31
Files in this directory are not expected to stay here for 
 
32
more than one release cycle. The classes are expected to
 
33
mature as a result of discussions among developers, and 
 
34
when they are ready and their copyright has been transfered
 
35
to the ISC, then they should be moved to their permanent 
 
36
directory in the toolkit.
 
37
 
 
38
Some classes may not reach the level required for becoming
 
39
a permante component of the ITK toolkit, and as a result
 
40
will be removed from this directory.
 
41
 
 
42
If you have any questions regarding the status of classes 
 
43
in this directory, please post a message to the ITK users
 
44
or the ITK developers mailing list.  Please make sure that
 
45
you mention what exact version of ITK you are using.
 
46
 
 
47
 
 
48
   Enjoy ITK !
 
49
 
 
50