[Debian-astro-commits] [python-astropy] 02/03: Loose dependency of utils from core package to make package binNMUable

Ole Streicher olebole at moszumanska.debian.org
Thu Jan 14 10:15:04 UTC 2016


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

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

commit 35534f5d70938c3d47eadb7602ba86f5a12657ec
Author: Ole Streicher <olebole at debian.org>
Date:   Thu Jan 14 10:42:05 2016 +0100

    Loose dependency of utils from core package to make package binNMUable
---
 debian/control | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index e2bcc59..7732c35 100644
--- a/debian/control
+++ b/debian/control
@@ -41,7 +41,9 @@ X-Python3-Version: >= 3.2
 
 Package: python-astropy
 Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
 Suggests: libxml2-utils,
           python-astropy-doc,
           python-beautifulsoup,
@@ -60,7 +62,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: libxml2-utils,
           python3-astropy-doc,
           python3-beautifulsoup,
@@ -80,7 +84,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.
@@ -92,7 +97,10 @@ Description: Core functionality for performing astrophysics with Python (doc)
 Package: astropy-utils
 Architecture: all
 Section: science
-Depends: python-astropy (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
+Depends: python-astropy (< ${source:Version}.1~),
+         python-astropy (>= ${source:Version}),
+         ${misc:Depends},
+         ${python:Depends}
 Breaks: fitscheck (<< 1:3.1.2-1~),
         pyfits-utils (<<1:3.3-4~),
         python-pyfits (<< 1:3.0.7-4~)

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



More information about the Debian-astro-commits mailing list