[pyferret] 38/110: Depend on python*-future for Python3 compatability patch

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jul 28 08:41:52 UTC 2017


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

mckinstry pushed a commit to branch debian/master
in repository pyferret.

commit 7935f657bb0560c76fd78b2d68f00a1672ade657
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sat Oct 31 10:42:13 2015 +0000

    Depend on python*-future for Python3 compatability patch
---
 debian/changelog | 6 ++++++
 debian/control   | 5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f986add..9292134 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyferret (1.1.0-2) UNRELEASED; urgency=medium
+
+  * Depend on python?-future for Python3 patch
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Sat, 31 Oct 2015 10:41:17 +0000
+
 pyferret (1.1.0-1) unstable; urgency=medium
 
   * Initial release. (Closes: #732290)
diff --git a/debian/control b/debian/control
index 31c8b67..7cf2670 100644
--- a/debian/control
+++ b/debian/control
@@ -11,12 +11,13 @@ Build-Depends: debhelper (>= 9), gfortran, csh,
  libnetcdf-dev (>= 4.3.0), libnetcdff-dev,
  libxpm-dev, libxt-dev, libcairo2-dev, libpango1.0-dev,
  python-all-dev, dh-python, python-numpy, python3-all-dev,
+ python-future, python3-future,
  java-common, openjdk-8-jdk, ferret-vis
 
 Package: python-ferret
 Architecture: any
 Section: python
-Depends: ${misc:Depends}, ${shlibs:Depends}, ferret-vis, ${python:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, ferret-vis, ${python:Depends}, python-future
 Recommends: ferret-datasets
 Description: Python wrapper for the Ferret visualization and analysis environment
  Ferret is an interactive computer visualization and analysis environment
@@ -29,7 +30,7 @@ Description: Python wrapper for the Ferret visualization and analysis environmen
 Package: python3-ferret
 Architecture: any
 Section: python
-Depends: ${misc:Depends}, ${shlibs:Depends}, ferret-vis, ${python3:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, ferret-vis, ${python3:Depends}, python3-future
 Recommends: ferret-datasets
 Description: Python3 wrapper for the Ferret visualization and analysis environment,
  Ferret is an interactive computer visualization and analysis environment

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyferret.git



More information about the debian-science-commits mailing list