[python-astropy] 01/01: Extend Suggests, and build/test-depend on scipy for more extended tests

Ole Streicher olebole at moszumanska.debian.org
Fri Jun 26 09:00:32 UTC 2015


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

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

commit 1932a5c833e7ff9cd1f806deae0bb878d0706f7a
Author: Ole Streicher <olebole at debian.org>
Date:   Fri Jun 26 10:59:54 2015 +0200

    Extend Suggests, and build/test-depend on scipy for more extended tests
---
 debian/changelog               |  7 +++++++
 debian/control                 | 22 +++++++++++++++++++---
 debian/python-astropy-doc.docs |  2 +-
 debian/tests/control           |  4 ++--
 4 files changed, 29 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3d6a01e..e566f2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-astropy (1.0.3-3) UNRELEASED; urgency=low
+
+  * Extend Suggests, and build/test-depend on scipy for more
+    extended tests
+
+ -- Ole Streicher <olebole at debian.org>  Fri, 26 Jun 2015 10:57:13 +0200
+
 python-astropy (1.0.3-2) unstable; urgency=low
 
   * Fix FTBS with hurd-i386
diff --git a/debian/control b/debian/control
index 2be6fba..16bda03 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Priority: optional
 Build-Depends: cython,
                debhelper (>= 9),
                dh-python,
-	       dh-strip-nondeterminism,
+               dh-strip-nondeterminism,
                graphviz,
                libcfitsio-dev | libcfitsio3-dev,
                liberfa-dev (>= 1.1.0),
@@ -17,6 +17,7 @@ Build-Depends: cython,
                python-matplotlib,
                python-nose,
                python-numpy (>= 1.4),
+               python-scipy,
                python-setuptools (>= 0.6.4),
                python-sphinx (>= 1.0.7+dfsg),
                python3-all-dev,
@@ -24,6 +25,7 @@ Build-Depends: cython,
                python3-matplotlib,
                python3-nose,
                python3-numpy (>= 1:1.6.2),
+               python3-scipy,
                python3-setuptools (>= 0.6.4),
                wcslib-dev (>= 4.24),
                zlib1g-dev
@@ -37,7 +39,14 @@ X-Python3-Version: >= 3.2
 Package: python-astropy
 Architecture: any
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-Suggests: libxml2-utils, python-astropy-doc, python-h5py, python-scipy
+Suggests: libxml2-utils,
+          python-astropy-doc,
+          python-beautifulsoup,
+          python-h5py,
+          python-matplotlib,
+          python-scipy,
+          python-wcsaxes,
+          python-yaml
 Description: Core functionality for performing astrophysics with Python
  The astropy package contains core functionality and some common tools
  needed for performing astronomy and astrophysics research with Python.
@@ -47,7 +56,14 @@ Description: Core functionality for performing astrophysics with Python
 Package: python3-astropy
 Architecture: any
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
-Suggests: python-astropy-doc
+Suggests: libxml2-utils,
+          python3-astropy-doc,
+          python3-beautifulsoup,
+          python3-h5py,
+          python3-matplotlib,
+          python3-scipy,
+          python3-wcsaxes,
+          python3-yaml
 Description: Core functionality for performing astrophysics with Python3
  The astropy package contains core functionality and some common tools
  needed for performing astronomy and astrophysics research with Python3.
diff --git a/debian/python-astropy-doc.docs b/debian/python-astropy-doc.docs
index 84b89e6..4ecc793 100644
--- a/debian/python-astropy-doc.docs
+++ b/debian/python-astropy-doc.docs
@@ -1 +1 @@
- docs/_build/html
+docs/_build/html
diff --git a/debian/tests/control b/debian/tests/control
index 02e9013..b600a6a 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
 Tests: python-astropy
-Depends: python-astropy
+Depends: python-astropy, python-scipy
 
 Tests: python3-astropy
-Depends: python3-astropy
+Depends: python3-astropy, python-scipy

-- 
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-science-commits mailing list