[linop] 02/04: d/control: better layout

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Apr 21 15:58:07 UTC 2014


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

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

commit 10a8718005edb127b337d2c67a4ef7bc596d4943
Author: Ghislain Vaillant <ghisvail at gmail.com>
Date:   Mon Apr 21 13:13:22 2014 +0100

    d/control: better layout
---
 debian/control | 44 ++++++++++++++++++++++++--------------------
 1 file changed, 24 insertions(+), 20 deletions(-)

diff --git a/debian/control b/debian/control
index c17e81a..68545f8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,20 +2,21 @@ Source: linop
 Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Ghislain Vaillant <ghisvail at gmail.com>
-Build-Depends: debhelper (>= 9),
-               dh-python,
-               python-all (>= 2.6.6-3~),
-               python-docutils,
-               python-nose,
-               python-numpy,
-               python-scipy,
-               python-setuptools,
-               python-sphinx (>= 1.0.7+dfsg-1~),
-               python3-all,
-               python3-nose,
-               python3-numpy,
-               python3-scipy,
-               python3-setuptools
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all (>= 2.6.6-3~),
+ python-docutils,
+ python-nose,
+ python-numpy,
+ python-scipy,
+ python-setuptools,
+ python-sphinx (>= 1.0.7+dfsg-1~),
+ python3-all,
+ python3-nose,
+ python3-numpy,
+ python3-scipy,
+ python3-setuptools
 Standards-Version: 3.9.5
 Section: python
 Homepage: http://pythonhosted.org/linop/
@@ -26,8 +27,9 @@ X-Python3-Version: >= 3.2
 
 Package: python-linop
 Architecture: any
-Depends: ${misc:Depends},
-         ${python:Depends},
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
 Suggests: python-linop-doc
 Description: Linear mathematical operators in Python (Python 2)
  Linop provides a standalone set of classes to abstract the creation and 
@@ -38,8 +40,9 @@ Description: Linear mathematical operators in Python (Python 2)
 
 Package: python3-linop
 Architecture: any
-Depends: ${misc:Depends},
-         ${python3:Depends},
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
 Suggests: python-linop-doc
 Description: Linear mathematical operators in Python (Python 3)
  Linop provides a standalone set of classes to abstract the creation and 
@@ -51,8 +54,9 @@ Description: Linear mathematical operators in Python (Python 3)
 Package: python-linop-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends},
-         ${sphinxdoc:Depends}
+Depends:
+ ${misc:Depends},
+ ${sphinxdoc:Depends}
 Description: Linear mathematical operators in Python (documentation)
  Linop provides a standalone set of classes to abstract the creation and 
  management of linear operators, to be used as a common basis for the 

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



More information about the debian-science-commits mailing list