[pyferret] 14/110: WIP: Prep python3

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jul 28 08:41:43 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 73b2f1c0e744e5c9b381c01ce532946afebd8d1d
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sat May 9 22:15:05 2015 +0100

    WIP: Prep python3
---
 debian/bash_completion.d/pyferret |  3 +++
 debian/control                    | 14 ++++++++++++++
 debian/rules                      |  4 ++--
 3 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/debian/bash_completion.d/pyferret b/debian/bash_completion.d/pyferret
new file mode 100644
index 0000000..529dfe3
--- /dev/null
+++ b/debian/bash_completion.d/pyferret
@@ -0,0 +1,3 @@
+complete -W "-memsize -nodisplay -nojnl -noverify -secure -server -python -version -help \
+	-quiet -batch -transparent -script" -f pyferret
+
diff --git a/debian/control b/debian/control
index d48059b..d20cccb 100644
--- a/debian/control
+++ b/debian/control
@@ -23,3 +23,17 @@ Description: Python wrapper for the Ferret visualization and analysis environmen
  remote Internet data bases using OPeNDAP (formerly known as DODS)
  .
  This is the Python wrapper for Ferret
+
+Package: python3-ferret
+Architecture: any
+Section: python
+Depends: ${misc:Depends}, ${shlibs:Depends}, ferret-vis, ${python3:Depends}
+Recommends: ferret-datasets
+Description: Python3 wrapper for the Ferret visualization and analysis environment,
+ Ferret is an interactive computer visualization and analysis environment
+ designed to meet the needs of oceanographers and meteorologists analyzing
+ large and complex gridded data sets. It can transparently access extensive
+ remote Internet data bases using OPeNDAP (formerly known as DODS)
+ .
+ This is the Python3 wrapper for Ferret
+
diff --git a/debian/rules b/debian/rules
index bda456b..bbb95f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,11 @@
 #!/usr/bin/make -f
 
 # Uncomment this to turn on verbose mode.
-# export DH_VERBOSE=1
+export DH_VERBOSE=1
 
 # magic debhelper rule
 %:
-	dh $@ --with python2
+	dh $@ --with python2,python3
 
 ARCH:=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 LIBDIR:=/usr/lib/$(ARCH)

-- 
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