[netcdf] 01/01: added missing libnetcdf-dev in debian/control

Nico Schlömer nschloe-guest at moszumanska.debian.org
Wed May 28 16:08:02 UTC 2014


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

nschloe-guest pushed a commit to branch split-c-f-cxx
in repository netcdf.

commit 0c09a722cd11dbabf625ba176ec7e3c8debb6556
Author: Nico Schlömer <nico.schloemer at gmail.com>
Date:   Wed May 28 18:07:34 2014 +0200

    added missing libnetcdf-dev in debian/control
---
 debian/changelog |  1 -
 debian/control   | 16 ++++++++++++++++
 debian/rules     |  1 -
 3 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 20ff37c..c6ccb0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,7 +8,6 @@ netcdf (1:4.3.2-1ubuntu1) UNRELEASED; urgency=medium
   * TODO:
      - static libs
      - proper doc installation
-     - clean up dependencies
 
  -- Nico Schlömer <nico.schloemer at gmail.com>  Mon, 12 May 2014 14:27:06 +0200
 
diff --git a/debian/control b/debian/control
index 26fd5bd..d65be8f 100644
--- a/debian/control
+++ b/debian/control
@@ -46,6 +46,22 @@ Description: Interface for scientific data access to large binary data
  This package contains the C run-time shared libraries required
  by programs.
 
+Package: libnetcdf-dev
+Architecture: any
+Section: libdevel
+Depends: libnetcdf7 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+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
+ C, Fortran, C++, Java, and other languages. The netCDF libraries support a
+ machine-independent format for representing scientific data. Together, the
+ interfaces, libraries, and format support the creation, access, and sharing of
+ scientific data.
+ .
+ This package provides headers.
+
 Package: netcdf-dbg
 Section: debug
 Priority: extra
diff --git a/debian/rules b/debian/rules
index e8a786c..3e0b799 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,5 @@
 #!/usr/bin/make -f
 
-# Default stuff for everything
 %:
 	dh $@ --buildsystem=cmake
 

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