[python-astropy] 01/01: Small format fixes my cme fix dpkg-control

Ole Streicher olebole-guest at moszumanska.debian.org
Fri Nov 22 08:19:52 UTC 2013


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

olebole-guest pushed a commit to branch debian
in repository python-astropy.

commit 94d421ebbc847564fa39989b919da453466a19cf
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Fri Nov 22 09:19:49 2013 +0100

    Small format fixes my cme fix dpkg-control
---
 debian/control |   51 +++++++++++++++++++++++++++++++++++----------------
 1 file changed, 35 insertions(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index ad34951..9ccf7fd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
 Source: python-astropy
-Section: python
-Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Ole Streicher <debian at liska.ath.cx>
+Section: python
+Priority: optional
 Build-Depends: cython,
                debhelper (>= 9),
                graphviz,
@@ -21,19 +21,24 @@ Build-Depends: cython,
                python3-nose,
                python3-numpy (>= 1:1.6.2),
                python3-setuptools (>= 0.6.4),
-               wcslib-dev (>= 4.10),
+               wcslib-dev,
                zlib1g-dev
 Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/python-astropy.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/python-astropy.git
+Homepage: http://astropy.org
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
-Homepage: http://astropy.org
-Vcs-Git: git://anonscm.debian.org/debian-science/packages/python-astropy.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/python-astropy.git
 
 Package: python-astropy
 Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-Suggests: python-astropy-doc, python-h5py, python-scipy, libxml2-utils
+Depends: ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
+Suggests: python-astropy-doc,
+          python-h5py,
+          python-scipy,
+          libxml2-utils
 Description: Core functionality for performing astrophysics with Python
  The astropy package contains core functionality and some common tools
  needed for performing astronomy and astrophysics research with Python.
@@ -44,7 +49,9 @@ Description: Core functionality for performing astrophysics with Python
 
 Package: python3-astropy
 Architecture: any
-Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${python3:Depends},
+         ${shlibs:Depends}
 Suggests: python-astropy-doc
 Description: Core functionality for performing astrophysics with Python3
  The astropy package contains core functionality and some common tools
@@ -57,7 +64,8 @@ Description: Core functionality for performing astrophysics with Python3
 Package: python-astropy-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Depends: ${misc:Depends},
+         ${sphinxdoc:Depends}
 Description: Core functionality for performing astrophysics with Python (doc)
  The astropy package contains core functionality and some common tools
  needed for performing astronomy and astrophysics research with Python.
@@ -68,10 +76,16 @@ Description: Core functionality for performing astrophysics with Python (doc)
 
 Package: python-astropy-legacy
 Architecture: all
-Depends: python-astropy, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-Conflicts: python-pyfits, python-pywcs
-Provides: python-pyfits, python-pywcs, python-vo.table
 Priority: extra
+Depends: python-astropy,
+         ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
+Conflicts: python-pyfits,
+           python-pywcs
+Provides: python-pyfits,
+          python-pywcs,
+          python-vo.table
 Description: Astropy legacy modules for pyfits, pywcs, and vo.table
  The astropy package contains core functionality and some common tools
  needed for performing astronomy and astrophysics research with Python.
@@ -81,13 +95,18 @@ Description: Astropy legacy modules for pyfits, pywcs, and vo.table
 
 Package: python3-astropy-legacy
 Architecture: all
-Depends: python3-astropy, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-Conflicts: python3-pyfits
-Provides: python3-pyfits, python3-pywcs, python3-vo.table
 Priority: extra
+Depends: python3-astropy,
+         ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
+Provides: python3-pyfits,
+          python3-pywcs,
+          python3-vo.table
 Description: Astropy legacy modules for pyfits, pywcs, and vo.table (Python3)
  The astropy package contains core functionality and some common tools
  needed for performing astronomy and astrophysics research with Python3.
  .
  This package is a wrapper that provides legacy packages for pyfits, pywcs,
  and vo.table for older applications.
+

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



More information about the debian-science-commits mailing list