[pyfftw] 05/10: Update d/control: - source: add dh-python and setuptools to Build-Depends. - python{3}-h5py: remove manual Depends, use pythondeps and shlibdeps instead. - python{3}-h5py-dbg: move python{3}-dbg and python{3}-numpy-dbg from Recommends to Depends.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Feb 10 11:40:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository pyfftw.
commit 8ee33662dc10fce2a30d9b411aeb0142ec308dac
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Fri Jan 29 18:49:05 2016 +0000
Update d/control:
- source: add dh-python and setuptools to Build-Depends.
- python{3}-h5py: remove manual Depends, use pythondeps and shlibdeps
instead.
- python{3}-h5py-dbg: move python{3}-dbg and python{3}-numpy-dbg from
Recommends to Depends.
---
debian/control | 23 ++++++++---------------
1 file changed, 8 insertions(+), 15 deletions(-)
diff --git a/debian/control b/debian/control
index f2d809c..fd6ed34 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Section: python
Priority: optional
Build-Depends:
debhelper (>= 9),
+ dh-python,
libfftw3-dev (>= 3.3),
cython,
cython-dbg,
@@ -12,12 +13,14 @@ Build-Depends:
python-all-dev,
python-numpy,
python-numpy-dbg,
+ python-setuptools,
cython3,
cython3-dbg,
python3-all-dbg,
python3-all-dev,
python3-numpy,
- python3-numpy-dbg
+ python3-numpy-dbg,
+ python3-setuptools
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/pyfftw.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/pyfftw.git
@@ -28,10 +31,6 @@ X-Python3-Version: >= 3.2
Package: python-pyfftw
Architecture: any
Depends:
- libfftw3-double3,
- libfftw3-long3 [!armel !armhf],
- libfftw3-single3,
- python-numpy,
${shlibs:Depends},
${python:Depends},
${misc:Depends}
@@ -56,13 +55,12 @@ Architecture: any
Priority: extra
Section: debug
Depends:
+ python-dbg,
+ python-numpy-dbg,
python-pyfftw (= ${binary:Version}),
${shlibs:Depends},
${python:Depends},
${misc:Depends}
-Recommends:
- python-dbg,
- python-numpy-dbg
Provides: python-fftw3-dbg
Conflicts: python-fftw3-dbg
Replaces: python-fftw3-dbg
@@ -82,10 +80,6 @@ Description: Pythonic wrapper around FFTW - Python 2 (debug)
Package: python3-pyfftw
Architecture: any
Depends:
- libfftw3-double3,
- libfftw3-long3 [!armel !armhf],
- libfftw3-single3,
- python3-numpy,
${shlibs:Depends},
${python3:Depends},
${misc:Depends}
@@ -110,13 +104,12 @@ Architecture: any
Priority: extra
Section: debug
Depends:
+ python3-dbg,
+ python3-numpy-dbg,
python3-pyfftw (= ${binary:Version}),
${shlibs:Depends},
${python3:Depends},
${misc:Depends}
-Recommends:
- python3-dbg,
- python3-numpy-dbg
Provides: python3-fftw3-dbg
Conflicts: python3-fftw3-dbg
Replaces: python3-fftw3-dbg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyfftw.git
More information about the debian-science-commits
mailing list