~ubuntu-branches/ubuntu/trusty/pynifti/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2010-07-25 08:36:23 UTC
  • Revision ID: james.westby@ubuntu.com-20100725083623-jzsk0kqvn7wiryq8
Tags: 0.20100607.1-2
* Adjust libnifti-dev build-dependency -- no versioned -dev package
  available anymore.
* Bumped Debian Standards-version to 3.9.0, no changes necessary.
* Adjust dependencies from python-numpy-ext to python-numpy
  (Closes: #589589).
* Add patch to prevent type issue with swig-container and lastest NumPy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: NeuroDebian Team <team@neuro.debian.net>
5
5
Uploaders: Michael Hanke <michael.hanke@gmail.com>, Yaroslav Halchenko <debian@onerussian.com>
6
 
Build-Depends: cdbs, debhelper (>= 5.0.38), swig (>= 1.3.29), python-all-dev (>= 2.4), python-support (>= 0.6), python-numpy-ext, libnifti1-dev (>> 1.1.0-2) | libnifti-dev, python-sphinx
7
 
Standards-Version: 3.8.4.0
 
6
Build-Depends: cdbs, debhelper (>= 5.0.38), swig (>= 1.3.29), python-all-dev (>= 2.4), python-support (>= 0.6), python-numpy, libnifti-dev (>> 1.1.0-2), python-sphinx
 
7
Standards-Version: 3.9.0
8
8
Homepage: http://niftilib.sourceforge.net/pynifti/
9
9
Vcs-Browser: http://git.debian.org/?p=pkg-exppsy/pynifti.git
10
10
Vcs-Git: git://git.debian.org/git/pkg-exppsy/pynifti.git
12
12
 
13
13
Package: python-nifti
14
14
Architecture: any
15
 
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-numpy, python-numpy-ext, libjs-jquery
 
15
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-numpy, libjs-jquery
16
16
Provides: ${python:Provides}
17
17
XB-Python-Version: ${python:Versions}
18
18
Description: Python interface to the NIfTI I/O libraries