[pyferret] 12/110: Tidy up control
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 8be80c9e983aeb7bc0c8668465592c40ffe8f9dd
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Wed Nov 19 11:09:23 2014 +0000
Tidy up control
---
debian/control | 10 +++++++---
debian/rules | 2 ++
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 24c359c..2aa8eed 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,18 @@ Standards-Version: 3.9.6
Homepage: http://ferret.pmel.noaa.gov/Ferret/documentation/pyferret
Maintainer: Alastair McKinstry <mckinstry at debian.org>
Section: science
-Priority: extra
+Priority: optional
XB-Python-Version: 2.7
-Build-Depends: debhelper (>= 9), libreadline-dev, libcurl4-openssl-dev | libcurl-dev, libncurses-dev, gfortran, libnetcdf-dev, libxmu-headers, csh, libxpm-dev, libxt-dev, java-common, openjdk-7-jdk, python-all-dev, dh-python, libcairo2-dev, libpango1.0-dev, python-numpy
+Build-Depends: debhelper (>= 9), gfortran, csh,
+ libreadline-dev, libcurl4-openssl-dev | libcurl-dev, libncurses-dev, libnetcdf-dev, libxmu-headers,
+ libxpm-dev, libxt-dev, libcairo2-dev, libpango1.0-dev,
+ python-all-dev, dh-python, python-numpy
+ java-common, openjdk-7-jdk
Package: python-ferret
Architecture: any
Section: python
-Depends: ${misc:Depends}, ${shlibs:Depends}, ferret-vis, python, ${python:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, ferret-vis, ${python:Depends}
Recommends: ferret-datasets
Description: Python wrapper for the Ferret visualization and analysis environment,
Ferret is an interactive computer visualization and analysis environment
diff --git a/debian/rules b/debian/rules
index f3c86e4..bda456b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,8 @@ override_dh_auto_build:
override_dh_auto_install:
$(MAKE) HOSTTYPE=debian install
+ # libpyferret.so needs a link because its linked by externally loaded modules
+ dh_link -p python-ferret /usr/lib/python2.7/dist-packages/pyferret/libpyferret.$(ARCH).so $(LIBDIR)/libpyferret.so
override_dh_auto_test:
@echo "Tests bypassed for the moment."
--
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