r44683 - in /packages/teem/trunk/debian: changelog control man/teem-ilk.1 man/teem-puller.1 patches/10_all_changes.diff rules teem-apps.manpages

domibel at users.alioth.debian.org domibel at users.alioth.debian.org
Sat Apr 7 13:31:52 UTC 2012


Author: domibel
Date: Sat Apr  7 13:31:50 2012
New Revision: 44683

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44683
Log:
update to teem svn revision 5226

Added:
    packages/teem/trunk/debian/man/teem-ilk.1
    packages/teem/trunk/debian/man/teem-puller.1
    packages/teem/trunk/debian/patches/10_all_changes.diff
Modified:
    packages/teem/trunk/debian/changelog
    packages/teem/trunk/debian/control
    packages/teem/trunk/debian/rules
    packages/teem/trunk/debian/teem-apps.manpages

Modified: packages/teem/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/trunk/debian/changelog?rev=44683&op=diff
==============================================================================
--- packages/teem/trunk/debian/changelog (original)
+++ packages/teem/trunk/debian/changelog Sat Apr  7 13:31:50 2012
@@ -1,3 +1,12 @@
+teem (1.11.0~svn5226-1) unstable; urgency=low
+
+  * new upstream snapshot
+  * upload to unstable 
+  * removed DM upload rights
+  * removed teem-doc package and dependencies
+
+ -- Dominique Belhachemi <domibel at debian.org>  Fri, 06 Apr 2012 21:46:12 -0400
+
 teem (1.11.0~svn5112-1) experimental; urgency=low
 
   * new upstream snapshot

Modified: packages/teem/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/trunk/debian/control?rev=44683&op=diff
==============================================================================
--- packages/teem/trunk/debian/control (original)
+++ packages/teem/trunk/debian/control Sat Apr  7 13:31:50 2012
@@ -1,12 +1,10 @@
 Source: teem
 Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
 Uploaders: Dominique Belhachemi <domibel at debian.org>
 Build-Depends: debhelper (>= 8), cmake, zlib1g-dev, libpng-dev,
  libbz2-dev, cdbs, quilt
-Build-Depends-Indep: doxygen-latex
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/teem/trunk/
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/teem/trunk/
 Section: libs
@@ -18,7 +16,6 @@
 Provides: libteem1-dev
 Replaces: libteem1-dev
 Conflicts: libteem1-dev
-Suggests: teem-doc
 Architecture: any
 Depends: libteem2 (= ${binary:Version}), ${misc:Depends}
 Description: Tools to process and visualize scientific data and images - development
@@ -121,27 +118,3 @@
  .
  This package contains the debugging symbols for libteem2.
 
-
-Package: teem-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Description: Tools to process and visualize scientific data and images - documentation
- Teem is a coordinated group of libraries for representing, processing, and
- visualizing scientific raster data. Teem includes command-line tools that
- permit the library functions to be quickly applied to files and streams,
- without having to write any code. The most important and useful libraries in
- Teem are:
- .
-  * Nrrd (and the unu command-line tool on top of it) supports a range of
-    operations for  transforming N-dimensional raster data (resample, crop,
-    slice, project, histogram, etc.), as  well as the NRRD file format for
-    storing arrays and their meta-information.
-  * Gage: fast convolution-based measurements at arbitrary point locations in
-    volume datasets (scalar, vector, tensor, etc.)
-  * Mite: a multi-threaded ray-casting volume render with transfer functions
-    based on any quantity Gage can measure
-  * Ten: for estimating, processing, and visualizing diffusion tensor fields,
-    including fiber tractography methods.
- .
- This package provides the documentation files.

Added: packages/teem/trunk/debian/man/teem-ilk.1
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/trunk/debian/man/teem-ilk.1?rev=44683&op=file
==============================================================================
--- packages/teem/trunk/debian/man/teem-ilk.1 (added)
+++ packages/teem/trunk/debian/man/teem-ilk.1 Sat Apr  7 13:31:50 2012
@@ -1,0 +1,86 @@
+.TH TEEM "1" "April 2012" "Teem version 1.11.0" "User Commands"
+.SH NAME
+teem\-ilk \- (I)mage (L)inear Trans(X\-\->K)forms.
+.SH SYNOPSIS
+.B teem-ilk
+[\fI at file \fR...] [\fI-i <image>\fR] [\fI-0 <origin>\fR] \fI\\fR
+.SH DESCRIPTION
+/usr/bin/teem\-ilk: (I)mage (L)inear Trans(X\-\->K)forms. Applies linear
+(homogenous coordinate) transforms to a given image, using the given kernel for
+resampling.
+.HP
+\fB\-t\fR <xform0 ...> [\-k <kernel>] [\-min <xMin yMin>] [\-max <xMax yMax>] \e
+.IP
+[\-b <boundary>] [\-bg <bg0 bg1 ...>] [\-s <xSize ySize>] [\-a <avg #>] \e
+[\-o <filename>]
+.IP
+ at file ... = response file(s) containing command\-line arguments
+.HP
+\fB\-i\fR <image> = input image; default: "\-"
+.TP
+\fB\-0\fR <origin> = where to location (0,0) prior to applying transforms.
+o "u:<float>,<float>" locate origin in a unit box
+[0,1]x[0,1] which covers the original image
+o "p:<float>,<float>" locate origin at a particular
+pixel location, in the index space of the image
+default: "p:0,0"
+.TP
+\fB\-t\fR <xform0 ...> = transform(s) to apply to image. Transforms are applied in
+the order in which they appear.
+o "identity": no geometric transform, just resampling
+o "translate:x,y": shift image by vector (x,y), as
+measured in pixels
+o "rotate:ang": rotate CCW by ang degrees
+o "scale:xs,ys": scale by xs in X, and ys in Y
+o "shear:fix,amnt": shear by amnt, keeping fixed the
+pixels along a direction <fix> degrees from the X axis
+o "flip:ang": flip along axis an angle <ang> degrees
+from the X axis
+o "a,b,tx,c,d,ty": specify the transform explicitly in
+row\-major order (opposite of PostScript)
+(1 or more 2D transforms)
+.HP
+\fB\-k\fR <kernel> = reconstruction kernel; default: "cubic:0,0.5"
+.TP
+\fB\-min\fR <xMin yMin> = lower bounding corner of output image. Default (by not
+using this option) is the lower corner of input image.
+(2 doubles)
+.TP
+\fB\-max\fR <xMax yMax> = upper bounding corner of output image. Default (by not
+using this option) is the upper corner of input image.
+(2 doubles)
+.TP
+\fB\-b\fR <boundary> = what to do when sampling outside original image.
+o "bleed": copy values at image border outward
+o "wrap": do wrap\-around on image locations
+o "pad": use a given background value (via "\-bg")
+default: "bleed"
+.PP
+\fB\-bg\fR <bg0 bg1 ...> = background color to use with boundary behavior "pad".
+.IP
+Defaults to all zeroes. (1 or more floats)
+.TP
+\fB\-s\fR <xSize ySize> = For each axis, information about how many samples in
+output:
+o "x<float>": number of output samples is some scaling
+of the number input of samples; multiplied by <float>
+o "<int>": specify exact number of samples
+(2 sampling specifications)
+default: "x1 x1"
+.TP
+\fB\-a\fR <avg #> = number of averages (if there there is only one rotation)
+(unsigned int); default: "0"
+.HP
+\fB\-o\fR <filename> = file to write output nrrd to (string); default: "\-"
+.SH "SEE ALSO"
+The full documentation for
+.B Teem
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B Teem
+programs are properly installed at your site, the command
+.IP
+.B info Teem
+.PP
+should give you access to the complete manual.

Added: packages/teem/trunk/debian/man/teem-puller.1
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/trunk/debian/man/teem-puller.1?rev=44683&op=file
==============================================================================
--- packages/teem/trunk/debian/man/teem-puller.1 (added)
+++ packages/teem/trunk/debian/man/teem-puller.1 Sat Apr  7 13:31:50 2012
@@ -1,0 +1,287 @@
+.TH TEEM "1" "April 2012" "Teem version 1.11.0" "User Commands"
+.SH NAME
+/usr/bin/teem\-puller \- Command\-line interface to the "pull" library.
+.SH SYNOPSIS
+.B teem-puller
+[\fI at file \fR...] [\fI-int <int>\fR] [\fI-enr <spec>\fR] \fI\\fR
+.SH DESCRIPTION
+/usr/bin/teem\-puller: Command\-line interface to the "pull" library. Published
+research using this tool or the "pull" library should cite the paper:
+.IP
+Gordon L. Kindlmann, Ra{\e'u}l San Jos{\e'e} Est{\e'e}par, Stephen M. Smith,
+Carl\-Fredrik Westin. Sampling and Visualizing Creases with Scale\-Space
+Particles. IEEE Trans. on Visualization and Computer Graphics,
+15(6):1415\-1424 (2009).
+.IP
+[\-ens <spec>] [\-enw <spec>] [\-efs <bool>] [\-nave <bool>] [\-cbst <bool>] \e
+[\-noadd] [\-usa <bool>] [\-pcet <bool>] [\-nobin] [\-lti <bool>] \e
+[\-por <bool>] [\-npcwza <bool>] [\-ubfgl <bool>] [\-ratb <bool>] \e
+[\-svec <vec>] [\-gssr <rad>] [\-v <verbosity>] \fB\-vol\fR <vol0 vol1 ...> \e
+\fB\-info\fR <info0 info1 ...> [\-k00 <kern00>] [\-k11 <kern11>] [\-k22 <kern22>] \e
+[\-sscp <path>] [\-kssb <kernel>] [\-kssr <kernel>] [\-nss <# scl smpls>] \e
+[\-np <# points>] [\-halton] [\-ppv <# pnts/vox>] [\-ppvzr <z range>] \e
+[\-jit <jitter>] [\-pi <npos>] [\-step <step>] [\-csm <step>] [\-snap <# \e
+iters>] [\-maxi <# iters>] [\-stim <# iters>] [\-maxci <# iters>] \e
+[\-irad <scale>] [\-srad <scale>] [\-bws <bin width>] [\-alpha <alpha>] \e
+[\-beta <beta>] [\-gamma <gamma>] [\-theta <theta>] [\-wall <k>] [\-eip <k>] \e
+[\-ess <scl>] [\-oss <scl>] [\-edmin <frac>] [\-edpcmin <frac>] \e
+[\-fnnm <frac>] [\-pcp <period>] [\-iad <# iters>] [\-icb <# iters>] \e
+[\-ac3c <ac3c>] [\-sit <sit>] [\-rng <seed>] [\-pbm <mod>] [\-eiphl <hl>] \e
+[\-nt <# threads>] [\-nprob <prob>] [\-pprob <prob>] [\-addlog <fname>] \e
+[\-o <nout>] [\-eob <base>]
+.IP
+ at file ... = response file(s) containing command\-line arguments
+.IP
+\fB\-int\fR <int> = inter\-particle energy type (interaction type);
+.IP
+default: "justr"
+.IP
+\fB\-enr\fR <spec> = inter\-particle energy, radial component (energy
+.IP
+specification); default: "cotan"
+.IP
+\fB\-ens\fR <spec> = inter\-particle energy, scale component (energy
+.IP
+specification); default: "zero"
+.IP
+\fB\-enw\fR <spec> = windowing to create locality with additive
+.IP
+scale\-space interaction ("\-int add") (energy
+specification); default: "butter:16,0.8"
+.IP
+\fB\-efs\fR <bool> = whether or not strength contributes to
+.IP
+particle\-image energy (bool); default: "false"
+.IP
+\fB\-nave\fR <bool> = whether or not to nix points at edge of volume,
+.IP
+where gage had to invent values for kernel support
+(bool); default: "false"
+.IP
+\fB\-cbst\fR <bool> = during initialization, try constraint satisfaction
+.IP
+before testing seedThresh (bool); default: "false"
+.IP
+\fB\-noadd\fR = turn off adding during population control
+.IP
+\fB\-usa\fR <bool> = allow volumes to have different shapes (false is
+.IP
+safe as different volume sizes are often accidental)
+(bool); default: "false"
+.IP
+\fB\-pcet\fR <bool> = use neighbor\-counting "enough" heuristic to bail out
+.IP
+of pop cntl (bool); default: "true"
+.IP
+\fB\-nobin\fR = turn off spatial binning (which prevents
+.IP
+multi\-threading from being useful), for debugging or
+speed\-up measurement
+.IP
+\fB\-lti\fR <bool> = impose liveThresh on initialization (bool);
+.IP
+default: "true"
+.IP
+\fB\-por\fR <bool> = permute points during rebinning (bool);
+.IP
+default: "true"
+.HP
+\fB\-npcwza\fR <bool> = no pop cntl with zero alpha (bool); default: "false"
+.HP
+\fB\-ubfgl\fR <bool> = use beta for gamma learning (bool); default: "false"
+.IP
+\fB\-ratb\fR <bool> = be choosy when adding points to bins to avoid
+.IP
+overlap (bool); default: "true"
+.IP
+\fB\-svec\fR <vec> = if non\-zero (length), vector to use for displaying
+.IP
+scale in 3\-space (3 doubles); default: "0 0 0"
+.IP
+\fB\-gssr\fR <rad> = if non\-zero (length), scaling of scale to
+.IP
+cylindrical tensors (double); default: "0.0"
+.HP
+\fB\-v\fR <verbosity> = verbosity level (int); default: "1"
+.TP
+\fB\-vol\fR <vol0 vol1 ...> = input volumes, in format <filename>:<kind>:<volname>
+(1 or more meetPullVols)
+.PP
+\fB\-info\fR <info0 info1 ...> = info definitions, in format
+.IP
+<info>[\-c]:<volname>:<item>[:<zero>:<scale>]
+(1 or more meetPullInfos)
+.TP
+\fB\-k00\fR <kern00> = kernel for gageKernel00 (kernel specification);
+default: "cubic:1,0"
+.TP
+\fB\-k11\fR <kern11> = kernel for gageKernel11 (kernel specification);
+default: "cubicd:1,0"
+.TP
+\fB\-k22\fR <kern22> = kernel for gageKernel22 (kernel specification);
+default: "cubicdd:1,0"
+.IP
+\fB\-sscp\fR <path> = path (without trailing /) for where to read/write
+.IP
+pre\-blurred volumes for scale\-space (string);
+default: "./"
+.TP
+\fB\-kssb\fR <kernel> = blurring kernel, to sample scale space (kernel
+specification); default: "ds:1,5"
+.TP
+\fB\-kssr\fR <kernel> = kernel for reconstructing from scale space samples
+(kernel specification); default: "hermite"
+.TP
+\fB\-nss\fR <# scl smpls> = if using "\-ppv", number of samples along scale axis
+for each spatial position (unsigned int);
+default: "1"
+.TP
+\fB\-np\fR <# points> = number of points to start in system (unsigned int);
+default: "1000"
+.IP
+\fB\-halton\fR = use Halton sequence initialization instead of
+.IP
+uniform random
+.TP
+\fB\-ppv\fR <# pnts/vox> = number of points per voxel to start in simulation
+(need to have a seed thresh vol, overrides "\-np")
+(unsigned int); default: "0"
+.TP
+\fB\-ppvzr\fR <z range> = range of Z slices (1st num < 2nd num) to do ppv in,
+or, "1 0" for whole volume (2 unsigned ints);
+default: "1 0"
+.TP
+\fB\-jit\fR <jitter> = amount of jittering to do with ppv (double);
+default: "0"
+.IP
+\fB\-pi\fR <npos> = 4\-by\-N array of positions to start at (overrides
+.IP
+"\-np") (nrrd); default: ""
+.IP
+\fB\-step\fR <step> = initial step size for gradient descent (double);
+.IP
+default: "1"
+.IP
+\fB\-csm\fR <step> = convergence criterion for constraint satisfaction
+.IP
+(double); default: "0.0001"
+.TP
+\fB\-snap\fR <# iters> = if non\-zero, # iters between saved snapshots
+(unsigned int); default: "0"
+.TP
+\fB\-maxi\fR <# iters> = if non\-zero, max # iterations to run whole system
+(unsigned int); default: "0"
+.TP
+\fB\-stim\fR <# iters> = if non\-zero, max # iterations to allow a particle to
+be stuck before nixing (unsigned int); default: "5"
+.TP
+\fB\-maxci\fR <# iters> = if non\-zero, max # iterations for contraint
+enforcement (unsigned int); default: "15"
+.TP
+\fB\-irad\fR <scale> = particle radius in spatial domain (double);
+default: "1"
+.TP
+\fB\-srad\fR <scale> = particle radius in scale domain (double);
+default: "1"
+.TP
+\fB\-bws\fR <bin width> = spatial bin width as multiple of spatial radius
+(double); default: "1.001"
+.TP
+\fB\-alpha\fR <alpha> = blend between particle\-image (alpha=0) and
+inter\-particle (alpha=1) energies (double);
+default: "0.5"
+.IP
+\fB\-beta\fR <beta> = when using Phi2 energy, blend between pure space
+.IP
+repulsion (beta=0) and scale attraction (beta=1)
+(double); default: "1.0"
+.TP
+\fB\-gamma\fR <gamma> = scaling factor on energy from strength (double);
+default: "1.0"
+.TP
+\fB\-theta\fR <theta> = slope of increasing livethresh wrt scale (double);
+default: "0.0"
+.IP
+\fB\-wall\fR <k> = spring constant on walls (double); default: "0.0"
+.IP
+\fB\-eip\fR <k> = amount by which its okay for *per\-particle* energy
+.IP
+to increase during gradient descent process (double);
+default: "0.0"
+.IP
+\fB\-ess\fR <scl> = when energy goes up instead of down, scale step size
+.IP
+by this (double); default: "0.5"
+.IP
+\fB\-oss\fR <scl> = opportunistic scaling (hopefully up, >1) of step
+.IP
+size on every iteration (double); default: "1.0"
+.TP
+\fB\-edmin\fR <frac> = convergence threshold: stop when fractional
+improvement (decrease) in energy dips below this
+(double); default: "0.0001"
+.TP
+\fB\-edpcmin\fR <frac> = population control is triggered when energy
+improvement goes below this threshold (double);
+default: "0.01"
+.IP
+\fB\-fnnm\fR <frac> = don't nix if this fraction (or more) of neighbors
+.IP
+have been nixed (double); default: "0.25"
+.TP
+\fB\-pcp\fR <period> = # iters to wait between attempts at population
+control (unsigned int); default: "20"
+.TP
+\fB\-iad\fR <# iters> = # iters to run descent on tentative new points
+during PC (unsigned int); default: "10"
+.TP
+\fB\-icb\fR <# iters> = periodicity of calling rendering callback (unsigned
+int); default: "1"
+.IP
+\fB\-ac3c\fR <ac3c> = allow codimensions 3 constraints (bool);
+.IP
+default: "false"
+.IP
+\fB\-sit\fR <sit> = scale is tau (bool); default: "false"
+.IP
+\fB\-rng\fR <seed> = base seed value for RNGs (unsigned int);
+.IP
+default: "42"
+.IP
+\fB\-pbm\fR <mod> = progress bin mod (unsigned int); default: "50"
+.IP
+\fB\-eiphl\fR <hl> = half\-life of energyIncreasePermute ("\-eip")
+.IP
+(unsigned int); default: "0"
+.TP
+\fB\-nt\fR <# threads> = number of threads hoover should use (int);
+default: "1"
+.TP
+\fB\-nprob\fR <prob> = do full neighbor discovery with this probability
+(double); default: "1.0"
+.TP
+\fB\-pprob\fR <prob> = probe local image values with this probability
+(double); default: "1.0"
+.TP
+\fB\-addlog\fR <fname> = name of file in which to log all particle additions
+(string); default: ""
+.IP
+\fB\-o\fR <nout> = output volume (string); default: "\-"
+.IP
+\fB\-eob\fR <base> = save extra info (besides position), and use this
+.IP
+string as the base of the filenames. Not using this
+means the extra info is not saved. (string);
+default: ""
+.SH "SEE ALSO"
+The full documentation for
+.B Teem
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B Teem
+programs are properly installed at your site, the command
+.IP
+.B info Teem
+.PP
+should give you access to the complete manual.

Added: packages/teem/trunk/debian/patches/10_all_changes.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/trunk/debian/patches/10_all_changes.diff?rev=44683&op=file
==============================================================================
--- packages/teem/trunk/debian/patches/10_all_changes.diff (added)
+++ packages/teem/trunk/debian/patches/10_all_changes.diff Sat Apr  7 13:31:50 2012
@@ -1,0 +1,104 @@
+Index: teem-1.11.0~svn5226/CMakeLists.txt
+===================================================================
+--- teem-1.11.0~svn5226.orig/CMakeLists.txt	2012-04-07 00:05:22.980493042 -0400
++++ teem-1.11.0~svn5226/CMakeLists.txt	2012-04-07 00:06:40.508877479 -0400
+@@ -222,11 +222,13 @@
+ # On Apple this should be done at compile time since it is 
+ # possible to compile several architectures simultaneously
+ if( NOT APPLE )
+-  IF(CMAKE_WORDS_BIGENDIAN)
++  INCLUDE(TestBigEndian)
++  TEST_BIG_ENDIAN(BIGENDIAN)
++  IF(${BIGENDIAN})
+     ADD_DEFINITIONS(-DTEEM_ENDIAN=4321)
+-  ELSE(CMAKE_WORDS_BIGENDIAN)
++  ELSE()
+     ADD_DEFINITIONS(-DTEEM_ENDIAN=1234)
+-  ENDIF(CMAKE_WORDS_BIGENDIAN)
++  ENDIF()
+ endif( NOT APPLE )
+ 
+ #The QNANHIBIT variable is configured by the root level CMakeLists.txt
+@@ -369,7 +371,7 @@
+   BUILD_WITH_INSTALL_RPATH OFF
+   INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/lib
+   INSTALL_NAME_DIR ${CMAKE_INSTALL_PREFIX}/lib
+-  SOVERSION 1
++  SOVERSION 2
+   VERSION ${Teem_VERSION_STRING}
+   )
+ 
+Index: teem-1.11.0~svn5226/src/bin/CMakeLists.txt
+===================================================================
+--- teem-1.11.0~svn5226.orig/src/bin/CMakeLists.txt	2012-04-07 00:05:22.980493042 -0400
++++ teem-1.11.0~svn5226/src/bin/CMakeLists.txt	2012-04-07 00:05:23.000000000 -0400
+@@ -32,34 +32,34 @@
+ ENDMACRO(CREATE_EXEC)
+ 
+ # These binaries should not be depending on BUILD_EXPERIMENTAL_LIBS
+-CREATE_EXEC(nrrdSanity nrrdSanity.c)
+-CREATE_EXEC(overrgb overrgb.c)
+-CREATE_EXEC(ilk ilk.c)
+-CREATE_EXEC(mrender mrender.c)
+-CREATE_EXEC(miter miter.c)
+-CREATE_EXEC(vprobe vprobe.c)
+-CREATE_EXEC(gprobe gprobe.c)
+-CREATE_EXEC(unu unu.c)
+-CREATE_EXEC(puller puller.c)
+-CREATE_EXEC(tend tend.c)
++CREATE_EXEC(teem-nrrdSanity nrrdSanity.c)
++CREATE_EXEC(teem-overrgb overrgb.c)
++CREATE_EXEC(teem-ilk ilk.c)
++CREATE_EXEC(teem-mrender mrender.c)
++CREATE_EXEC(teem-miter miter.c)
++CREATE_EXEC(teem-vprobe vprobe.c)
++CREATE_EXEC(teem-gprobe gprobe.c)
++CREATE_EXEC(teem-unu unu.c)
++CREATE_EXEC(teem-puller puller.c)
++CREATE_EXEC(teem-tend tend.c)
+ 
+ # NOTE: The BUILD_EXPERIMENTAL_LIBS-dependent inclusion of binaries has to be
+ # done with knowledge of how BUILD_EXPERIMENTAL_LIBS behaves in the top-level
+ # CMakeLists.txt file
+ IF(BUILD_EXPERIMENTAL_APPS)
+-  CREATE_EXEC(airSanity airSanity.c)
+-  CREATE_EXEC(cubic cubic.c)
+-  CREATE_EXEC(undos undos.c)
+-  CREATE_EXEC(qbert qbert.c)
+-  CREATE_EXEC(emap emap.c)
+-  CREATE_EXEC(talkweb talkweb.c)
+-  CREATE_EXEC(pprobe pprobe.c)
+-  CREATE_EXEC(ninspect ninspect.c)
+-  CREATE_EXEC(ungantry ungantry.c)
+-  CREATE_EXEC(deconv deconv.c)
++  CREATE_EXEC(teem-airSanity airSanity.c)
++  CREATE_EXEC(teem-cubic cubic.c)
++  CREATE_EXEC(teem-undos undos.c)
++  CREATE_EXEC(teem-qbert qbert.c)
++  CREATE_EXEC(teem-emap emap.c)
++  CREATE_EXEC(teem-talkweb talkweb.c)
++  CREATE_EXEC(teem-pprobe pprobe.c)
++  CREATE_EXEC(teem-ninspect ninspect.c)
++  CREATE_EXEC(teem-ungantry ungantry.c)
++  CREATE_EXEC(teem-deconv deconv.c)
+   IF(BUILD_EXPERIMENTAL_LIBS)
+-    CREATE_EXEC(gkms gkms.c)
+-    CREATE_EXEC(spots spots.c)
++    CREATE_EXEC(teem-gkms gkms.c)
++    CREATE_EXEC(teem-spots spots.c)
+   ENDIF(BUILD_EXPERIMENTAL_LIBS)
+ ENDIF(BUILD_EXPERIMENTAL_APPS)
+ 
+Index: teem-1.11.0~svn5226/Testing/CMakeLists.txt
+===================================================================
+--- teem-1.11.0~svn5226.orig/Testing/CMakeLists.txt	2012-04-07 00:05:22.980493042 -0400
++++ teem-1.11.0~svn5226/Testing/CMakeLists.txt	2012-04-07 00:05:23.000000000 -0400
+@@ -43,7 +43,7 @@
+   "${CMAKE_BINARY_DIR}/include/testDataPath.h"
+   )
+ 
+-ADD_TEST(nrrd.Sanity ${EXECUTABLE_OUTPUT_PATH}/nrrdSanity)
++ADD_TEST(nrrd.Sanity ${EXECUTABLE_OUTPUT_PATH}/teem-nrrdSanity)
+ 
+ ADD_SUBDIRECTORY(air)
+ ADD_SUBDIRECTORY(biff)

Modified: packages/teem/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/trunk/debian/rules?rev=44683&op=diff
==============================================================================
--- packages/teem/trunk/debian/rules (original)
+++ packages/teem/trunk/debian/rules Sat Apr  7 13:31:50 2012
@@ -15,11 +15,11 @@
 
 DEB_CMAKE_EXTRA_FLAGS = \
         -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-        -DCMAKE_BUILD_TYPE:STRING=Release \
+        -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
         -DCMAKE_VERBOSE_MAKEFILE=$(DH_VERBOSE) \
         -DCMAKE_SKIP_RPATH:BOOL=ON \
-        -DBUILD_EXPERIMENTAL_APPS:BOOL=ON \
-        -DBUILD_EXPERIMENTAL_LIBS:BOOL=ON \
+        -DBUILD_EXPERIMENTAL_APPS:BOOL=OFF \
+        -DBUILD_EXPERIMENTAL_LIBS:BOOL=OFF \
         -DBUILD_TESTING:BOOL=ON \
         -DTeem_USE_LIB_INSTALL_SUBDIR:BOOL=ON \
         -DBUILD_SHARED_LIBS:BOOL=ON \
@@ -36,12 +36,6 @@
 	dh_install -plibteem-dev              debian/tmp/usr/lib/Teem-1.11.0/*.cmake       usr/lib/Teem-1.11.0
 	dh_install -plibteem-dev              debian/tmp/usr/include/teem/*                usr/include/teem
 
-install/teem-doc::
-	doxygen debian/Doxyfile
-	# remove zero byte files
-	find doc/ -depth -empty | xargs rm -rf
-	dh_install -pteem-doc                 doc/*                                        usr/share/doc/teem-doc
-
 install/teem-apps::
 	dh_install -pteem-apps                debian/tmp/usr/bin/*                         usr/bin
 

Modified: packages/teem/trunk/debian/teem-apps.manpages
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/trunk/debian/teem-apps.manpages?rev=44683&op=diff
==============================================================================
--- packages/teem/trunk/debian/teem-apps.manpages (original)
+++ packages/teem/trunk/debian/teem-apps.manpages Sat Apr  7 13:31:50 2012
@@ -1,9 +1,11 @@
 debian/man/teem.1
 debian/man/teem-gprobe.1
+debian/man/teem-ilk.1
 debian/man/teem-miter.1
 debian/man/teem-mrender.1
 debian/man/teem-nrrdSanity.1
 debian/man/teem-overrgb.1
+debian/man/teem-puller.1
 debian/man/teem-tend.1
 debian/man/teem-unu.1
 debian/man/teem-vprobe.1




More information about the debian-science-commits mailing list