[python-cpl] 01/01: Explicitely depend on astropy or pyfits
Ole Streicher
olebole at moszumanska.debian.org
Wed May 6 11:31:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
olebole pushed a commit to branch debian
in repository python-cpl.
commit 5d2cf2e959667eb7e7b5f722886860a7a8095d74
Author: Ole Streicher <debian at liska.ath.cx>
Date: Wed May 6 13:30:56 2015 +0200
Explicitely depend on astropy or pyfits
---
debian/changelog | 6 ++++++
debian/control | 16 +++++++++++-----
2 files changed, 17 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2ee747d..72446f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cpl (0.7-2) UNRELEASED; urgency=low
+
+ * Explicitely depend on astropy | pyfits
+
+ -- Ole Streicher <olebole at debian.org> Wed, 06 May 2015 13:31:09 +0200
+
python-cpl (0.7-1) unstable; urgency=low
* New upstream version
diff --git a/debian/control b/debian/control
index f9d5fbc..d4b60cd 100644
--- a/debian/control
+++ b/debian/control
@@ -7,13 +7,13 @@ Build-Depends: debhelper (>= 9),
dh-python,
libcpl-dev,
python-all-dev (>= 2.6.6-3~),
+ python-astropy,
python-numpy,
python-pkg-resources,
- python-astropy,
python3-all-dev,
+ python3-astropy,
python3-numpy,
- python3-pkg-resources,
- python3-astropy
+ python3-pkg-resources
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Standards-Version: 3.9.6
@@ -23,7 +23,10 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-astro/packages/python-cp
Package: python-cpl
Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Depends: python-astropy | python-pyfits,
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
Suggests: gdb
Description: Control pipeline recipes from the European Southern Observatory
This module can list, configure and execute CPL-based recipes from Python3.
@@ -41,7 +44,10 @@ Description: Control pipeline recipes from the European Southern Observatory
Package: python3-cpl
Architecture: any
-Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Depends: python3-astropy | python3-pyfits,
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends}
Suggests: gdb
Description: Control pipeline recipes from the ESO (Python3)
This module can list, configure and execute CPL-based recipes from Python3.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/python-cpl.git
More information about the debian-science-commits
mailing list