debian/0000755000000000000000000000000011742277274007203 5ustar debian/changelog0000644000000000000000000000051111742277274011052 0ustar cfflib (2.0.5-1build1) precise; urgency=low * Rebuild to drop python2.6 dependencies and provides. -- Matthias Klose Sat, 14 Apr 2012 13:42:20 +0000 cfflib (2.0.5-1) unstable; urgency=low * Initial release (Closes: #624456). -- Stephan Gerhard Thu, 28 Apr 2011 10:49:57 +0200 debian/rules0000755000000000000000000000142011562256654010257 0ustar #!/usr/bin/make -f # -*- makefile -*- PACKAGE_NAME = python-cfflib PACKAGE_ROOT_DIR = debian/${PACKAGE_NAME} INSTALL_PATH = $(CURDIR)/debian/${PACKAGE_NAME} # default Python PYTHON=$(shell pyversions -d) %: dh $@ override_dh_auto_test: : # Do not test just after build, lets install and then test override_dh_auto_install: dh_auto_install # All tests later on # cd build to prevent use of local/not-built source tree ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) cd build; \ for PYTHON in $(shell pyversions -r); do \ echo "I: Running cfflib unittests using $$PYTHON"; \ PYTHONPATH=$$(/bin/ls -d $(INSTALL_PATH)/usr/lib/$$PYTHON/*-packages):$$PYTHONPATH \ $$PYTHON /usr/bin/nosetests cfflib; \ done endif override_dh_auto_clean: dh_auto_clean -rm -rf doc/build debian/pyversions0000644000000000000000000000000511562256654011341 0ustar 2.6- debian/gbp.conf0000644000000000000000000000036311562256654010623 0ustar [DEFAULT] # the default branch for upstream sources: upstream-branch = master # the default branch for the debian patch: debian-branch = debian # the default tag formats used: upstream-tag = release/%(version)s debian-tag = debian/%(version)s debian/control0000644000000000000000000000252711562256654010613 0ustar Source: cfflib Section: python Priority: extra Maintainer: Stephan Gerhard Build-Depends: debhelper (>= 7.2.18), python-all, python-support, python-numpy, python-sphinx, python-nose, python-networkx (>= 1.4), python-nibabel (>= 1.1.0) Standards-Version: 3.9.2 Homepage: http://cmtk.org/cfflib Vcs-Git: git://github.com/LTS5/cfflib.git Vcs-Browser: http://github.com/LTS5/cfflib Package: python-cfflib Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-lxml, python-numpy, python-networkx (>= 1.4), python-nibabel (>= 1.1.0), Recommends: python-nose, python-sphinx, python-tables, python-h5py Provides: ${python:Provides} Description: Multi-modal connectome and metadata management and integration The Connectome File Format Library (cfflib) is a Python module for multi-modal neuroimaging connectome data and metadata management and integration. . It enables single subject and multi-subject data integration for a variety of modalities, such as networks, surfaces, volumes, fiber tracks, timeseries, scripts, arbitrary data objects such as homogeneous arrays or CSV/JSON files. It relies on existing Python modules and the standard library for basic data I/O, and adds a layer of metadata annotation as tags or with structured properties to individual data objects. debian/copyright0000644000000000000000000000350611562256654011141 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173 Upstream-Name: cfflib Upstream-Contact: Stephan Gerhard Source: http://github.com/LTS5/cfflib Files: * Copyright: 2009-2011, Ecole Polytechnique Fédérale de Lausanne (EPFL) and Hospital Center and University of Lausanne (UNIL-CHUV), Switzerland License: BSD-3 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the NIPY Developers nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/source/0000755000000000000000000000000011562256654010502 5ustar debian/source/format0000644000000000000000000000001411562256654011710 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000021311562256654010227 0ustar version=3 opts="filenamemangle=s/.*\/(.*)/cfflib-$1\.tar\.gz/" \ http://github.com/LTS5/cfflib/downloads .*tarball/release/([\d\.a-z]+) debian/patches/0000755000000000000000000000000011562257211010617 5ustar debian/patches/debian-changes-2.0.5-10000644000000000000000000000236711562257211014200 0ustar Description: Upstream changes introduced in version 2.0.5-1 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . cfflib (2.0.5-1) unstable; urgency=low . * Initial release (Closes: #624456). . The person named in the Author field signed this changelog entry. Author: Stephan Gerhard Bug-Debian: http://bugs.debian.org/624456 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- cfflib-2.0.5.orig/cfflib/info.py +++ cfflib-2.0.5/cfflib/info.py @@ -2,7 +2,7 @@ _version_major = 2 _version_minor = 0 -_version_micro = 3 +_version_micro = 5 _version_extra = '' __version__ = "%s.%s.%s%s" % (_version_major, debian/patches/series0000644000000000000000000000002711562256675012050 0ustar debian-changes-2.0.5-1 debian/compat0000644000000000000000000000000211562256654010400 0ustar 7