[netcdf] 05/08: Depend, rather than Recommend, pkg-config as nc-config changes require it
Alastair McKinstry
mckinstry at moszumanska.debian.org
Thu Feb 18 10:58:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch dev-coinstallable
in repository netcdf.
commit ac7ceaac05f307b7493fd17c57acbedc90a10efa
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Sat Jan 16 20:33:02 2016 +0000
Depend, rather than Recommend, pkg-config as nc-config changes require it
---
debian/control | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 3346815..15cf353 100644
--- a/debian/control
+++ b/debian/control
@@ -80,8 +80,7 @@ Section: libdevel
Depends: libnetcdf7 (= ${binary:Version}),
libhdf5-dev (>= 1.8.6-1~),
libcurl4-gnutls-dev | libcurl-ssl-dev,
- ${misc:Depends}
-Recommends: pkg-config
+ ${misc:Depends}, pkg-config
Breaks: netcdf-bin (<< 1:4.3.3.1)
Replaces: netcdf-bin (<< 1:4.3.3.1)
Suggests: netcdf-bin,
@@ -101,9 +100,9 @@ Architecture: any
Section: libdevel
Depends: libnetcdf-dev(= ${binary:Version}),
libnetcdf7-mpi (= ${binary:Version}),
- ${shlibs:Depends}, ${misc:Depends}
+ ${shlibs:Depends}, ${misc:Depends},
+ pkg-config
Suggests: netcdf-bin, netcdf-doc
-Recommends: pkg-config
Description: creation, access, and sharing of array-oriented scientific data
NetCDF (network Common Data Form) is a set of interfaces for array-oriented
data access and a freely distributed collection of data access libraries for
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf.git
More information about the Pkg-grass-devel
mailing list