[pynfft] 09/12: d/control: cme fix, wrap and sort.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Fri Feb 12 09:39:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository pynfft.
commit 1bb3fb76d8cdaf42ba9e5fdb0518f112ccca5117
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Thu Feb 11 13:09:33 2016 +0000
d/control: cme fix, wrap and sort.
---
debian/control | 89 +++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 48 deletions(-)
diff --git a/debian/control b/debian/control
index 0efd0d4..b0c0067 100644
--- a/debian/control
+++ b/debian/control
@@ -4,42 +4,39 @@ Uploaders: Ghislain Antony Vaillant <ghisvail at gmail.com>
Section: science
Testsuite: autopkgtest
Priority: optional
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- libnfft3-dev,
- cython,
- cython-dbg,
- python-all-dbg,
- python-all-dev,
- python-nose,
- python-numpy,
- python-numpy-dbg,
- python-setuptools,
- cython3,
- cython3-dbg,
- python3-all-dbg,
- python3-all-dev,
- python3-nose,
- python3-numpy,
- python3-numpy-dbg,
- python3-setuptools,
-Build-Depends-Indep:
- python-sphinx
+Build-Depends: cython,
+ cython-dbg,
+ cython3,
+ cython3-dbg,
+ debhelper (>= 9),
+ dh-python,
+ libnfft3-dev,
+ python-all-dbg,
+ python-all-dev,
+ python-nose,
+ python-numpy,
+ python-numpy-dbg,
+ python-setuptools,
+ python3-all-dbg,
+ python3-all-dev,
+ python3-nose,
+ python3-numpy,
+ python3-numpy-dbg,
+ python3-setuptools
+Build-Depends-Indep: python-sphinx
Standards-Version: 3.9.7
-Homepage: https://github.com/ghisvail/pyNFFT.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/pynfft.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/pynfft.git
+Homepage: https://github.com/ghisvail/pyNFFT.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Package: python-pynfft
Architecture: any
Section: python
-Depends:
- ${shlibs:Depends},
- ${python:Depends},
- ${misc:Depends}
+Depends: ${misc:Depends},
+ ${python:Depends},
+ ${shlibs: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,13 +50,12 @@ Package: python-pynfft-dbg
Architecture: any
Section: debug
Priority: extra
-Depends:
- python-dbg,
- python-numpy-dbg,
- python-pynfft (= ${binary:Version}),
- ${shlibs:Depends},
- ${python:Depends},
- ${misc:Depends}
+Depends: ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends},
+ python-dbg,
+ python-numpy-dbg,
+ python-pynfft (= ${binary:Version})
Description: Python bindings for the NFFT3 library - Python 2 (debug)
This package provides Python bindings to the NFFT library, useful for
performing Fourier transforms on non-uniformly sampled data with efficient
@@ -71,10 +67,9 @@ Description: Python bindings for the NFFT3 library - Python 2 (debug)
Package: python3-pynfft
Architecture: any
Section: python
-Depends:
- ${shlibs:Depends},
- ${python3:Depends},
- ${misc:Depends}
+Depends: ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs: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
@@ -88,13 +83,12 @@ Package: python3-pynfft-dbg
Architecture: any
Section: debug
Priority: extra
-Depends:
- python3-dbg,
- python3-numpy-dbg,
- python3-pynfft (= ${binary:Version}),
- ${shlibs:Depends},
- ${python3:Depends},
- ${misc:Depends}
+Depends: ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends},
+ python3-dbg,
+ python3-numpy-dbg,
+ python3-pynfft (= ${binary:Version})
Description: Python bindings to the NFFT3 library - Python 3 (debug)
This package provides Python bindings to the NFFT library, useful for
performing Fourier transforms on non-uniformly sampled data with efficient
@@ -106,9 +100,8 @@ Description: Python bindings to the NFFT3 library - Python 3 (debug)
Package: python-pynfft-doc
Architecture: all
Section: doc
-Depends:
- ${sphinxdoc:Depends},
- ${misc:Depends}
+Depends: ${misc:Depends},
+ ${sphinxdoc: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