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

Ole Streicher debian at liska.ath.cx
Mon Jul 9 22:35:00 UTC 2012


The following commit has been merged in the debian branch:
commit 200eea697fa5ef035797fd3a0145efdd7ed2cc50
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Tue Jul 10 00:34:34 2012 +0200

    Add dependency from main package to legacy packages

diff --git a/debian/control b/debian/control
index 04808e5..11b9729 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,7 @@ Description: Core functionality for performing astrophysics with Python.
 
 Package: python-astropy-pywcs
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+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
@@ -56,7 +56,7 @@ Description: Set of routines for handling the FITS WCS standard
 Package: python-astropy-pyfits
 Architecture: all
 Conflicts: python-pyfits
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-astropy
 Provides: ${python:Provides}
 Description: Python module for reading, writing, and manipulating FITS files
  FITS (Flexible Image Transport System) is a data format most used in
@@ -70,7 +70,7 @@ Description: Python module for reading, writing, and manipulating FITS files
 
 Package: python-astropy-vo
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+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.

-- 
Core functionality for performing astronomy and astrophysics with Python



More information about the debian-science-commits mailing list