[pynfft] 08/09: d/control: more consistent layout
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Fri Jun 13 09:32:41 UTC 2014
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository pynfft.
commit 6d26598afeaa263690419286ffdd22e3d52fb1a8
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Fri Jun 13 10:22:06 2014 +0100
d/control: more consistent layout
---
debian/control | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
diff --git a/debian/control b/debian/control
index 7bd3933..4afe026 100644
--- a/debian/control
+++ b/debian/control
@@ -4,25 +4,25 @@ Uploaders: Ghislain Antony Vaillant <ghisvail at gmail.com>
Section: science
Priority: optional
Build-Depends:
- cython,
- cython-dbg,
- cython3,
- cython3-dbg,
debhelper (>= 9),
libnfft3-dev,
+ cython,
+ cython-dbg,
python-all-dbg,
python-all-dev,
python-nose,
python-numpy,
python-numpy-dbg,
python-setuptools,
- python-sphinx (>= 1.0.7+dfsg-1~),
+ cython3,
+ cython3-dbg,
python3-all-dbg,
python3-all-dev,
python3-nose,
python3-numpy,
python3-numpy-dbg,
- python3-setuptools
+ python3-setuptools,
+ python-sphinx (>= 1.0.7+dfsg-1~)
Standards-Version: 3.9.5
Homepage: https://github.com/ghisvail/pyNFFT.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/pynfft.git
@@ -34,11 +34,11 @@ Package: python-pynfft
Architecture: any
Section: python
Depends:
- ${misc:Depends},
- ${python:Depends},
- ${shlibs:Depends},
libnfft3-1,
- python-numpy
+ python-numpy,
+ ${shlibs:Depends},
+ ${python:Depends},
+ ${misc:Depends}
Suggests: python-pynfft-doc
Description: Python bindings for the NFFT3 library - Python 2
This package provides Python bindings to the NFFT library, useful for
@@ -53,10 +53,10 @@ Architecture: any
Section: debug
Priority: extra
Depends:
- ${misc:Depends},
- ${python:Depends},
+ python-pynfft (= ${binary:Version}),
${shlibs:Depends},
- python-pynfft (= ${binary:Version})
+ ${python:Depends},
+ ${misc:Depends}
Recommends:
python-dbg,
python-numpy-dbg
@@ -72,11 +72,11 @@ Package: python3-pynfft
Architecture: any
Section: python
Depends:
- ${misc:Depends},
- ${python3:Depends},
- ${shlibs:Depends},
libnfft3-1,
- python3-numpy
+ python3-numpy,
+ ${shlibs:Depends},
+ ${python3:Depends},
+ ${misc:Depends}
Suggests: python-pynfft-doc
Description: Python bindings for the NFFT3 library - Python 3
This package provides Python bindings to the NFFT library, useful for
@@ -91,10 +91,10 @@ Architecture: any
Section: debug
Priority: extra
Depends:
- ${misc:Depends},
- ${python3:Depends},
+ python3-pynfft (= ${binary:Version}),
${shlibs:Depends},
- python3-pynfft (= ${binary:Version})
+ ${python3:Depends},
+ ${misc:Depends}
Recommends:
python3-dbg,
python3-numpy-dbg
@@ -110,8 +110,8 @@ Package: python-pynfft-doc
Architecture: all
Section: doc
Depends:
- ${misc:Depends},
- ${sphinxdoc:Depends}
+ ${sphinxdoc:Depends},
+ ${misc:Depends}
Description: Python bindings for the NFFT3 library - Documentation
This package provides Python bindings to the NFFT library, useful for
performing Fourier transforms on non-uniformly sampled data with efficient
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pynfft.git
More information about the debian-science-commits
mailing list