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

Ole Streicher debian at liska.ath.cx
Tue Jul 10 09:22:21 UTC 2012


The following commit has been merged in the debian branch:
commit 0276e05a8aae7ce79b1e36c26e98664133b40391
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Tue Jul 10 09:58:12 2012 +0200

    Rename vo legacy pkg, and update package descriptions

diff --git a/debian/control b/debian/control
index 11b9729..712e93a 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,6 @@ Build-Depends: debhelper (>= 9),
                python-numpy,
                python-setuptools,
                python-support,
-               wcslib-dev,
                wcslib-dev (>= 4.7),
                zlib1g-dev
 XS-Python-Version: >= 2.6
@@ -30,11 +29,10 @@ Depends: libexpat1,
          ${shlibs:Depends}
 Provides: ${python:Provides}
 Description: Core functionality for performing astrophysics with Python.
- The astropy package (alternatively known as the “core” package) contains
- various classes, utilities, and a packaging framework intended to
- provide commonly-used astronomy tools. It is expected to be extended by
- a number of "affilated packages" that are intended to work with the core
- package.
+ The astropy package contains core functionality and some common tools 
+ needed for performing astronomy and astrophysics research with Python. 
+ It is expected to be extended by a number of "affilated packages" that are
+ intended to work with the core package.
  .
  The current release is a developer preview.
 
@@ -43,7 +41,7 @@ Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-astropy
 Conflicts: python-pywcs
 Provides: ${python:Provides}
-Description: Set of routines for handling the FITS WCS standard
+Description: Pywcs legacy module
  This is a thin wrapper around the high- and mid-level  interfaces of
  Dr. Mark Calabretta's WCSLIB for handling the World Coordinate System.
  .
@@ -58,7 +56,7 @@ Architecture: all
 Conflicts: python-pyfits
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-astropy
 Provides: ${python:Provides}
-Description: Python module for reading, writing, and manipulating FITS files
+Description: Pyfits legacy module
  FITS (Flexible Image Transport System) is a data format most used in
  astronomy. PyFITS is a Python module for reading, writing, and manipulating
  FITS files. The module uses Python's object-oriented features to provide
@@ -68,9 +66,15 @@ Description: Python module for reading, writing, and manipulating FITS files
  .
  This package is a legacy replacement for pyfits.
 
-Package: python-astropy-vo
+Package: python-astropy-votable
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-astropy
 Provides: ${python:Provides}
 Description: VOTable XML handling legacy module
  This subpackage converts VOTable XML files to and from Numpy record arrays.
+ .
+ It supports the VOTable Format Definition Version 1.1 and Version 1.2. Some
+ flexibility is provided to support the 1.0 draft version and other
+ non-standard usage in the wild.
+ .
+ This package is a legacy replacement for vo.table.
diff --git a/debian/python-astropy-vo.install b/debian/python-astropy-votable.install
similarity index 100%
rename from debian/python-astropy-vo.install
rename to debian/python-astropy-votable.install

-- 
Core functionality for performing astronomy and astrophysics with Python



More information about the debian-science-commits mailing list