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

Ole Streicher debian at liska.ath.cx
Mon Jul 9 19:44:05 UTC 2012


The following commit has been merged in the debian branch:
commit c0b61ecae5893ea2d9533aad6e4a4fa61227f199
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Mon Jul 9 21:39:33 2012 +0200

    Put legacy packages in extra packages

diff --git a/debian/control b/debian/control
index eb063cb..c15dd5a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,16 @@ Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Ole Streicher <debian at liska.ath.cx>
 DM-Upload-Allowed: yes
-Build-Depends: python-all-dev (>= 2.6.6-3~), debhelper (>= 9), 
- python-support, python-nose, wcslib-dev (>= 4.7), python-numpy, python-setuptools
+Build-Depends: debhelper (>= 9),
+               libexpat1-dev,
+               python-all-dev (>= 2.6.6-3~),
+               python-nose,
+               python-numpy,
+               python-setuptools,
+               python-support,
+               wcslib-dev,
+               wcslib-dev (>= 4.7),
+               zlib1g-dev
 XS-Python-Version: >= 2.6
 Standards-Version: 3.9.3
 Homepage: http://astropy.org
@@ -14,7 +22,12 @@ Vcs-Browser: http://git.debian.org/?p=debian-science/packages/python-astropy.git
 
 Package: python-astropy
 Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Depends: libexpat1,
+         wcstools,
+         zlib1g,
+         ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
 Provides: ${python:Provides}
 Description: Core functionality for performing astrophysics with Python.
  The astropy package (alternatively known as the “core” package) contains
@@ -24,3 +37,25 @@ Description: Core functionality for performing astrophysics with Python.
  package.
  .
  The current release is a developer preview.
+
+Package: python-astropy-pywcs
+Architecture: any
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Conflicts: python-pywcs
+Provides: ${python:Provides}
+Description: Set of routines for handling the FITS WCS standard
+ This is a thin wrapper around the high- and mid-level  interfaces of
+ Dr. Mark Calabretta's WCSLIB for handling the World Coordinate System.
+ .
+ In addition, there are extensions (written in C) to support Spitzer
+ Simple Imaging Polynomial (SIP) convention keywords and Paper IV table
+ lookup distortion.
+ .
+ This package is a legacy replacement for pywcs.
+
+Package: python-astropy-vo
+Architecture: any
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Provides: ${python:Provides}
+Description: Virtual Observatory python legacy module
+ XXXXXXXXXXXXXXXXX
diff --git a/debian/copyright b/debian/copyright
index 6f653c5..bf5affc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -37,4 +37,3 @@ Files: debian/*
 Copyright: 2011 Ole Streicher <debian at liska.ath.cx>
 License: BSD
  See above.
-
diff --git a/debian/python-astropy-pywcs.install b/debian/python-astropy-pywcs.install
new file mode 100644
index 0000000..7a5924c
--- /dev/null
+++ b/debian/python-astropy-pywcs.install
@@ -0,0 +1 @@
+usr/lib/python*/dist-packages/pywcs
diff --git a/debian/python-astropy-vo.install b/debian/python-astropy-vo.install
new file mode 100644
index 0000000..a2007e5
--- /dev/null
+++ b/debian/python-astropy-vo.install
@@ -0,0 +1 @@
+usr/lib/python*/dist-packages/vo
diff --git a/debian/python-astropy.install b/debian/python-astropy.install
new file mode 100644
index 0000000..551af66
--- /dev/null
+++ b/debian/python-astropy.install
@@ -0,0 +1 @@
+usr/lib/python*/dist-packages/astropy*

-- 
Core functionality for performing astronomy and astrophysics with Python



More information about the debian-science-commits mailing list