From 4b2c6cc35b7cf0cdbc68e729f24e188f68c82253 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Mon, 24 Aug 2015 20:22:25 +0200 Subject: Apply CME-based normalization of debian/control --- debian/control | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/debian/control b/debian/control index 0c09e4e..8a372ee 100644 --- a/debian/control +++ b/debian/control @@ -1,28 +1,34 @@ Source: nitime +Maintainer: NeuroDebian Team +Uploaders: Yaroslav Halchenko , + Michael Hanke Section: python Priority: extra -Maintainer: NeuroDebian Team -Uploaders: Yaroslav Halchenko , Michael Hanke -Build-Depends: debhelper (>= 9~), python-all, +Build-Depends: debhelper (>= 9~), + python-all, dh-python, python-numpy, python-scipy, - python-matplotlib, python-tk, + python-matplotlib, + python-tk, python-sphinx, python-nose, python-networkx, python-nibabel, - graphviz, + graphviz Standards-Version: 3.9.6 -XS-Python-Version: >= 2.6 -Homepage: http://nipy.org/nitime -Vcs-Git: git://github.com/yarikoptic/nitime.git Vcs-Browser: http://github.com/yarikoptic/nitime +Vcs-Git: git://github.com/yarikoptic/nitime.git +Homepage: http://nipy.org/nitime +X-Python-Version: >= 2.6 Package: python-nitime Architecture: all -Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, - python-numpy, python-scipy +Depends: ${python:Depends}, + ${shlibs:Depends}, + ${misc:Depends}, + python-numpy, + python-scipy Recommends: python-matplotlib, python-nose, python-nibabel, @@ -39,7 +45,9 @@ Description: timeseries analysis for neuroscience data (nitime) Package: python-nitime-doc Architecture: all Section: doc -Depends: ${misc:Depends}, libjs-jquery, libjs-underscore +Depends: ${misc:Depends}, + libjs-jquery, + libjs-underscore Suggests: python-nitime Description: timeseries analysis for neuroscience data (nitime) -- documentation Nitime is a Python module for time-series analysis of data from -- cgit v1.2.3