[pyfftw] 08/11: cme fix d/control: - Drop versioned depends on FFTW. - Bump standards version to 3.9.8, no changes required. - Wrap and sort.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jun 7 05:13:03 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 0e2babcc442e900a7200781a83d803161d0002f2
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sun Jun 5 23:12:01 2016 +0100

    cme fix d/control:
    - Drop versioned depends on FFTW.
    - Bump standards version to 3.9.8, no changes required.
    - Wrap and sort.
---
 debian/control | 51 ++++++++++++++++++++++++---------------------------
 1 file changed, 24 insertions(+), 27 deletions(-)

diff --git a/debian/control b/debian/control
index 65bbafd..9a854a2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,23 +4,22 @@ Uploaders: Ghislain Antony Vaillant <ghisvail at gmail.com>
 Section: python
 Testsuite: autopkgtest
 Priority: optional
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- libfftw3-dev (>= 3.3),
- cython,
- python-all-dev,
- python-numpy,
- python-pkgconfig,
- python-setuptools,
- python-scipy,
- cython3,
- python3-all-dev,
- python3-numpy,
- python3-pkgconfig,
- python3-setuptools,
- python3-scipy
-Standards-Version: 3.9.6
+Build-Depends: cython,
+               cython3,
+               debhelper (>= 9),
+               dh-python,
+               libfftw3-dev,
+               python-all-dev,
+               python-numpy,
+               python-pkgconfig,
+               python-scipy,
+               python-setuptools,
+               python3-all-dev,
+               python3-numpy,
+               python3-pkgconfig,
+               python3-scipy,
+               python3-setuptools
+Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/pyfftw.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/pyfftw.git
 Homepage: http://hgomersall.github.io/pyFFTW/
@@ -29,12 +28,11 @@ X-Python3-Version: >= 3.2
 
 Package: python-pyfftw
 Architecture: any
-Depends:
- ${shlibs:Depends},
- ${python:Depends},
- ${misc:Depends}
-Provides: python-fftw3
+Depends: ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
 Conflicts: python-fftw3
+Provides: python-fftw3
 Replaces: python-fftw3
 Description: Pythonic wrapper around FFTW - Python 2
  Pythonic wrapper around FFTW, the speedy FFT library. The ultimate
@@ -51,12 +49,11 @@ Description: Pythonic wrapper around FFTW - Python 2
 
 Package: python3-pyfftw
 Architecture: any
-Depends:
- ${shlibs:Depends},
- ${python3:Depends},
- ${misc:Depends}
-Provides: python3-fftw3
+Depends: ${misc:Depends},
+         ${python3:Depends},
+         ${shlibs:Depends}
 Conflicts: python3-fftw3
+Provides: python3-fftw3
 Replaces: python3-fftw3
 Description: Pythonic wrapper around FFTW - Python 3
  Pythonic wrapper around FFTW, the speedy FFT library. The ultimate

-- 
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