[pysparse] 08/09: Apply cme fix dpkg-control.

Anton Gladky gladk at moszumanska.debian.org
Sat Sep 3 21:37:05 UTC 2016


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

gladk pushed a commit to branch master
in repository pysparse.

commit 346f661ec103e8dc8be861a596e3f07a01c20630
Author: Anton Gladky <gladk at debian.org>
Date:   Sat Sep 3 23:33:56 2016 +0200

    Apply cme fix dpkg-control.
---
 debian/control | 29 +++++++++++++++++++----------
 1 file changed, 19 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 87bd9a4..95b51ca 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,29 @@
 Source: pysparse
-Section: python
-Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Anton Gladky <gladk at debian.org>,
            Adam C. Powell, IV <hazelsct at debian.org>
-Build-Depends: debhelper (>= 9), quilt,
- python-all-dev (>= 2.6.6-3~), python-numpy,
- gfortran, libblas-dev | libblas.so, liblapack-dev | liblapack.so,
- libsuitesparse-dev (>= 3.1.0), libsuperlu-dev
-Standards-Version: 3.8.3
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               quilt,
+               python-all-dev,
+               python-numpy,
+               gfortran,
+               libblas-dev | libblas.so,
+               liblapack-dev | liblapack.so,
+               libsuitesparse-dev,
+               libsuperlu-dev
+Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/pysparse.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/pysparse.git
 Homepage: http://pysparse.sourceforge.net/
 
 Package: python-sparse
 Architecture: any
-Depends: python-numpy, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: python-numpy,
+         ${python:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
 Suggests: python-sparse-examples
 Provides: ${python:Provides}
 Description: Sparse linear algebra extension for Python
@@ -32,8 +40,9 @@ Description: Sparse linear algebra extension for Python
 
 Package: python-sparse-examples
 Architecture: all
-Depends: ${python:Depends}, python-sparse (>= ${binary:Version}), ${misc:Depends}
-XB-Python-Version: all
+Depends: ${python:Depends},
+         python-sparse (>= ${binary:Version}),
+         ${misc:Depends}
 Description: Sparse linear algebra extension for Python: documentation
  This package provides documents and examples for python-sparse, a set of
  sparse matrix types for Python, with modules which implement:

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



More information about the debian-science-commits mailing list