nifticlib (0.6-3) unstable; urgency=low * Fix half-broken dependency of libfslio0-dev on no longer existing libniftiio0-dev. -- Michael Hanke Wed, 28 Nov 2007 13:32:14 +0100 nifticlib (0.6-2) unstable; urgency=low * Compile 'unused' functions in nifticdf, because the prospective AFNI package depends on them. Set SO version of linifticdf to 0debian.1.0, because symbols were added. * Added new-style 'Hompage' and Vcs* fields to debian/control source stanza. * Included patch that fixes an illegal memory read that could occur when handling short filenames. Thanks to Yaroslav Halchenko. * Included patch that fixes a complicated issue that caused the library to fail on ARM. The reason was byte-swapping code that did not take the 4-byte alignment on ARM into account. Please see http://netwinder.osuosl.org/users/b/brianbr/public_html/alignment.html for more info about this topic. The Debian maintainer is grateful to Dominique Belhachemi for starting the investigation and Yaroslav Halchenko for finally spotting and fixing this bug (Closes: #446893). -- Michael Hanke Tue, 06 Nov 2007 20:01:05 +0100 nifticlib (0.6-1) unstable; urgency=low * New Upstream Version. This release introduces a new SO name for libniftiio. This was necessary to be able to handle NIfTI files larger than 2GB. * SO names of libznz and libnifticdf where set to a debian specific string ('0debian'). This was done to be able to keep them in one package with libniftiio1, without having to conflict with the previous libnifti0 package. The Debian maintainer decided against the alternative solution of a package split (one package for each library), because upstream wants to adopt a VTK like versioning scheme in future release (syncronize library interface versions across all libs). The Debian package will then merge all libraries into one package, as each one alone isn't really useful. * Install the TCL wrapper for the image handling scripts in nifti-bin (fslio.tcl). * Updated package descriptions. * Include patch for fslio from FSL4. This patch introduces a number of new symbols, but doesn't change the API or ABI of the public interface. Therefore the SO name is kept constant. * Wrote individual manpages for the nifti-bin tools. * Disabled parts of the regression tests at build time, as they depend on datasets that are not part of the sources (have to be downloaded first). -- Michael Hanke Wed, 5 Sep 2007 18:17:48 +0200 nifticlib (0.5-2) unstable; urgency=low * Add a patch to fslio to make it suitable for FSL 4.0. Bumped libfslio SO version due to some added symbols, but keeping SO name as only one internal function vanished (not previously exposed in the header file). * Removed leftover lintian override (Upstream does not include the CVS dirs anymore). * Added a little script to transform the help output of nifti_tool into a manpage (help2man does not work properly in this case). Added Python to the build-dependencies. * Removed custom SO-version setting from debian/rules as upstream sets proper SO-versions now. * Install fslio scripts into /usr/share/nifti to prevent naming conflicts with e.g. the 'im' package, but still let users and other packages make use of them. * Switch from ${Source-Version} to ${binary:Version} in debian/control. -- Michael Hanke Mon, 23 Jul 2007 11:30:50 +0200 nifticlib (0.5-1) unstable; urgency=low * New upstream release. * Shared library patch merged with upstream. * The nifticdf library is now part of upstream sources. This make the AFNI nifticdf patch obsolete. * Currently no Debian-specific patches left, but keeping dpatch dependency. * Enable verbose compiler output by default. * Add .NOTPARALLEL flag to debian/rules (required by dpatch). * Listing which libraries are part of which package in the package description. * Use "-Wl,--as-needed" as linker flags to address problems reported by checklib. -- Michael Hanke Tue, 5 Jun 2007 14:26:38 +0200 nifticlib (0.4+cvs20070424-1) unstable; urgency=low * New upstream CVS snapshot. No library interface changes, hence keeping current soversion. * Split nifti_stats sources into nifticdf library and nifti_stats application, to let the afni package use this library instead of using a copy of the sourcecode. libnifticdf is now part of the libniftiio* packages. * Perform tests at package build time. * Modified shared_lib support patch to match new upstream makefiles. -- Michael Hanke Wed, 25 Apr 2007 20:17:04 +0200 nifticlib (0.4-1) unstable; urgency=low * New upstream release. This release mostly changes the copyright statements of fsliolib source code files to explicitely mention that they were previously part of FSL, but are now placed into the public domain. * Debian patches merged with upstream. -- Michael Hanke Wed, 6 Sep 2006 21:47:35 +0200 nifticlib (0.3-2) unstable; urgency=low * Added appropriate 'Replaces' directives to debian/control to reflect the renaming of libnifti0 to libniftiio0 (and the separation of libfslio). -- Michael Hanke Mon, 4 Sep 2006 09:59:32 +0200 nifticlib (0.3-1) unstable; urgency=low * Initial release. (Closes: #383349) * Added shared library support. * Added a lintian override concerning a single CVS directory in the upstream sources. * Added a lintian override that the library package is not named after the contained library. The NIFTI interfaces consists of three different libraries (compression, low-level and high-level) and it make no sense to me to split them into three binary packages. * Added manpage. -- Michael Hanke Thu, 10 Aug 2006 22:14:20 +0200