[pysph] 06/09: Apply cme fix dpkg-control.

Anton Gladky gladk at moszumanska.debian.org
Sun Jun 7 07:32:21 UTC 2015


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

gladk pushed a commit to branch master
in repository pysph.

commit 2be6b578078674836b5160417feb8654b933183a
Author: Anton Gladky <gladk at debian.org>
Date:   Sun Jun 7 00:20:55 2015 +0200

    Apply cme fix dpkg-control.
---
 debian/control | 91 +++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 49 deletions(-)

diff --git a/debian/control b/debian/control
index acbd1fa..9f1b1df 100644
--- a/debian/control
+++ b/debian/control
@@ -1,45 +1,41 @@
 Source: pysph
-Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders:
- Anton Gladky <gladk at debian.org>
-Build-Depends:
- cython,
- debhelper (>= 9),
- mpi-default-dev,
- python-dev (>=2.6.6-3~),
- python-enthoughtbase,
- python-mako,
- python-nose,
- python-numpy,
- python-sphinx (>= 1.0.7+dfsg),
- python-traits,
- python-setuptools
-X-Python-Version: >= 2.7
-Standards-Version: 3.9.6
+Uploaders: Anton Gladky <gladk at debian.org>
 Section: science
-XS-Testsuite: autopkgtest
-Homepage: http://pysph.googlecode.com
+Testsuite: autopkgtest
+Priority: optional
+Build-Depends: cython,
+               debhelper (>= 9),
+               mpi-default-dev,
+               python-dev,
+               python-enthoughtbase,
+               python-mako,
+               python-nose,
+               python-numpy,
+               python-sphinx (>= 1.0.7+dfsg),
+               python-traits,
+               python-setuptools
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/pysph.git
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/pysph.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/pysph.git
+Homepage: http://pysph.googlecode.com
+X-Python-Version: >= 2.7
 
 Package: python-pysph
-Section: python
 Architecture: any
-Depends:
- cython,
- python (<<2.8),
- python (>= 2.7),
- python-mako,
- python-nose,
- python-numpy,
- ${misc:Depends},
- ${python:Depends},
- ${shlibs:Depends},
- ${sphinxdoc:Depends}
-Recommends:
- pysph-viewer
-Description:  open source framework for Smoothed Particle Hydrodynamics 
+Section: python
+Depends: cython,
+         python (<< 2.8),
+         python (>= 2.7),
+         python-mako,
+         python-nose,
+         python-numpy,
+         ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends},
+         ${sphinxdoc:Depends}
+Recommends: pysph-viewer
+Description: open source framework for Smoothed Particle Hydrodynamics 
  It is implemented in Python and the performance critical parts are 
  implemented in Cython.
  .
@@ -49,14 +45,13 @@ Description:  open source framework for Smoothed Particle Hydrodynamics
  features optional automatic parallelization using mpi4py and Zoltan.
 
 Package: pysph-viewer
-Section: python
 Architecture: any
-Depends:
- mayavi2,
- python-pysph,
- ${misc:Depends},
- ${python:Depends},
- ${shlibs:Depends},
+Section: python
+Depends: mayavi2,
+         python-pysph,
+         ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
 Description: viewer for PySPH - framework for Smoothed Particle Hydrodynamics
  It is implemented in Python and the performance critical parts are 
  implemented in Cython.
@@ -68,14 +63,12 @@ Description: viewer for PySPH - framework for Smoothed Particle Hydrodynamics
  The package contains viewer for PySPH.
 
 Package: pysph-doc
-Section: doc
 Architecture: all
-Depends:
- libjs-mathjax,
- ${sphinxdoc:Depends},
- ${misc:Depends},
-Recommends:
- python-pysph
+Section: doc
+Depends: libjs-mathjax,
+         ${sphinxdoc:Depends},
+         ${misc:Depends}
+Recommends: python-pysph
 Description: documentation and examples for PySPH 
  It is implemented in Python and the performance critical parts are 
  implemented in Cython.

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



More information about the debian-science-commits mailing list