[pynfft] 06/12: Fix install dependencies of binary packages: - let python and shlibs substitutions figure the list of depends out, - debug packages depend on respective python and numpy debug packages.
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 5fc75a86447e7b4f5bf0dd7349301e1e7537775c
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Thu Feb 11 11:59:56 2016 +0000
Fix install dependencies of binary packages:
- let python and shlibs substitutions figure the list of depends out,
- debug packages depend on respective python and numpy debug packages.
---
debian/control | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/debian/control b/debian/control
index 28396c8..147facc 100644
--- a/debian/control
+++ b/debian/control
@@ -35,8 +35,6 @@ Package: python-pynfft
Architecture: any
Section: python
Depends:
- libnfft3-1,
- python-numpy,
${shlibs:Depends},
${python:Depends},
${misc:Depends}
@@ -54,13 +52,12 @@ Architecture: any
Section: debug
Priority: extra
Depends:
+ python-dbg,
+ python-numpy-dbg,
python-pynfft (= ${binary:Version}),
${shlibs:Depends},
${python:Depends},
${misc:Depends}
-Recommends:
- python-dbg,
- python-numpy-dbg
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
@@ -73,8 +70,6 @@ Package: python3-pynfft
Architecture: any
Section: python
Depends:
- libnfft3-1,
- python3-numpy,
${shlibs:Depends},
${python3:Depends},
${misc:Depends}
@@ -92,13 +87,12 @@ Architecture: any
Section: debug
Priority: extra
Depends:
+ python3-dbg,
+ python3-numpy-dbg,
python3-pynfft (= ${binary:Version}),
${shlibs:Depends},
${python3:Depends},
${misc:Depends}
-Recommends:
- python3-dbg,
- python3-numpy-dbg
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
--
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