[pyoperators] 01/04: d/control: cme fixed

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Feb 12 19:24:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository pyoperators.

commit 896e86cf9bac7cfd363b58a13ff0c00862ac4b0e
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Feb 12 19:18:27 2015 +0000

    d/control: cme fixed
---
 debian/control | 67 ++++++++++++++++++++++++++--------------------------------
 1 file changed, 30 insertions(+), 37 deletions(-)

diff --git a/debian/control b/debian/control
index 47f05bf..d8146bd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,38 +1,34 @@
 Source: pyoperators
-Section: python
-Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Ghislain Antony Vaillant <ghisvail at gmail.com>
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- python-all-dev (>= 2.6.6-3),
- python-numpy,
- python-nose,
- python-numexpr,
- python-scipy,
- python3-all-dev,
- python3-numpy,
- python3-nose,
- python3-numexpr,
- python3-scipy
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all-dev,
+               python-numpy,
+               python-nose,
+               python-numexpr,
+               python-scipy,
+               python3-all-dev,
+               python3-numpy,
+               python3-nose,
+               python3-numexpr,
+               python3-scipy
 Standards-Version: 3.9.6
-Homepage: http://pchanial.github.io/pyoperators/
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/pyoperators.git
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/pyoperators.git
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/pyoperators.git
+Homepage: http://pchanial.github.io/pyoperators/
 
 Package: python-pyoperators
 Architecture: any
-Depends:
- ${misc:Depends},
- ${python:Depends},
- ${shlibs:Depends}
-Recommends:
- python-numpy,
- python-scipy,
- python-numexpr
-Suggests:
- python-pyfftw
+Depends: ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
+Recommends: python-numpy,
+            python-scipy,
+            python-numexpr
+Suggests: python-pyfftw
 Description: Operators and solvers for high-performance computing (Python 2)
  The PyOperators package defines operators and solvers for high-performance
  computing. These operators are multi-dimensional functions with optimised
@@ -43,16 +39,13 @@ Description: Operators and solvers for high-performance computing (Python 2)
 
 Package: python3-pyoperators
 Architecture: any
-Depends:
- ${misc:Depends},
- ${python3:Depends},
- ${shlibs:Depends}
-Recommends:
- python3-numpy,
- python3-scipy,
- python3-numexpr
-Suggests:
- python3-pyfftw
+Depends: ${misc:Depends},
+         ${python3:Depends},
+         ${shlibs:Depends}
+Recommends: python3-numpy,
+            python3-scipy,
+            python3-numexpr
+Suggests: python3-pyfftw
 Description: Operators and solvers for high-performance computing (Python 3)
  The PyOperators package defines operators and solvers for high-performance
  computing. These operators are multi-dimensional functions with optimised

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyoperators.git



More information about the debian-science-commits mailing list