[SCM] Core functionality for performing astronomy and astrophysics with Python branch, debian, updated. d82fca2ae860ba62d70dfe06621a962c2e9a9423

Anton Gladky gladky.anton at gmail.com
Tue Feb 12 19:05:40 UTC 2013


The following commit has been merged in the debian branch:
commit f6a54ce0ca2c73b2169f9df3eb8502586b578f24
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Tue Feb 12 19:33:32 2013 +0100

    Fix indents in control-file.

diff --git a/debian/control b/debian/control
index fe13550..f9df4a6 100644
--- a/debian/control
+++ b/debian/control
@@ -4,21 +4,21 @@ Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Ole Streicher <debian at liska.ath.cx>
 Build-Depends: cython,
-	       debhelper (>= 9),
-               graphviz,
-	       libcfitsio3-dev,
-               libexpat1-dev,
-	       libsofa-c-dev,
-	       pkg-config,
-               python-all-dev (>= 2.6.6-3~),
-               python-matplotlib,
-               python-nose,
-               python-numpy,
-               python-setuptools (>= 0.6.4),
-               python-sphinx (>= 1.0.7+dfsg),
-               python-support,
-               wcslib-dev (>= 4.7),
-               zlib1g-dev
+          debhelper (>= 9),
+          graphviz,
+          libcfitsio3-dev,
+          libexpat1-dev,
+          libsofa-c-dev,
+          pkg-config,
+          python-all-dev (>= 2.6.6-3~),
+          python-matplotlib,
+          python-nose,
+          python-numpy,
+          python-setuptools (>= 0.6.4),
+          python-sphinx (>= 1.0.7+dfsg),
+          python-support,
+          wcslib-dev (>= 4.7),
+          zlib1g-dev
 Standards-Version: 3.9.4
 Homepage: http://astropy.org
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/python-astropy.git
@@ -26,13 +26,13 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/python-
 
 Package: python-astropy
 Architecture: any
-Depends: libcfitsio3,
-         libexpat1,
-	 libsofa-c0,
-         zlib1g,
-         ${misc:Depends},
-         ${python:Depends},
-         ${shlibs:Depends}
+Depends:  libcfitsio3,
+          libexpat1,
+          libsofa-c0,
+          zlib1g,
+          ${misc:Depends},
+          ${python:Depends},
+          ${shlibs:Depends}
 Provides: ${python:Provides}
 Suggests: python-astropy-doc
 Description: Core functionality for performing astrophysics with Python

-- 
Core functionality for performing astronomy and astrophysics with Python



More information about the debian-science-commits mailing list