File: control

package info (click to toggle)
netcdf-cxx-legacy 4.2-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,680 kB
  • ctags: 629
  • sloc: sh: 10,521; cpp: 3,134; makefile: 106
file content (87 lines) | stat: -rw-r--r-- 4,005 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Source: netcdf-cxx-legacy
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Nico Schlömer <nico.schloemer@gmail.com>,
           Bas Couwenberg <sebastic@debian.org>,
           Ross Gammon <rossgammon@mail.dk>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-autoreconf,
               libnetcdf-dev (>= 1:4.4.0),
               pkg-kde-tools
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/netcdf-cxx-legacy.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/netcdf-cxx-legacy.git
Homepage: http://www.unidata.ucar.edu/software/netcdf/

Package: libnetcdf-c++4
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
         ${misc:Depends}
Breaks: libnetcdfc++4 (<< 4.2-1~)
Replaces: libnetcdfc++4 (<< 4.2-1~)
Description: legacy NetCDF C++ interface
 NetCDF (network Common Data Form) is an interface for scientific
 data access and a freely-distributed software library that provides an
 implementation of the interface.  The netCDF library also defines a
 machine-independent format for representing scientific data.
 Together, the interface, library, and format support the creation,
 access, and sharing of scientific data.
 .
 This version of the netCDF C++ library is provided for backwards compatibility
 as a separate package. It was developed before key C++ concepts like templates,
 namespaces, and exceptions were widely supported. It's not recommended for new
 projects, but it still works. This version of the C++ interface only supports
 the "classic" data model from the netCDF-3 release.
 .
 This package contains the legacy C++ shared libraries.

Package: libnetcdf-cxx-legacy-dev
Architecture: any
Section: libdevel
Depends: libnetcdf-c++4 (= ${binary:Version}),
         ${misc:Depends}
Breaks: libnetcdf-dev (<< 1:4.3.3.1+ds-1~),
        netcdf-doc (<< 1:4.3.3.1+ds-1~)
Replaces: libnetcdf-dev (<< 1:4.3.3.1+ds-1~),
          netcdf-doc (<< 1:4.3.3.1+ds-1~)
Description: legacy NetCDF C++ interface - development files
 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 version of the netCDF C++ library is provided for backwards compatibility
 as a separate package. It was developed before key C++ concepts like templates,
 namespaces, and exceptions were widely supported. It's not recommended for new
 projects, but it still works. This version of the C++ interface only supports
 the "classic" data model from the netCDF-3 release.
 .
 This package contains headers for the legacy C++ library.

Package: libnetcdf-cxx-legacy-dbg
Architecture: any
Section: debug
Priority: extra
Depends: libnetcdf-c++4 (= ${binary:Version}),
         ${misc:Depends}
Description: debugging symbols for legacy NetCDF C++ interface
 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 version of the netCDF C++ library is provided for backwards compatibility
 as a separate package. It was developed before key C++ concepts like templates,
 namespaces, and exceptions were widely supported. It's not recommended for new
 projects, but it still works. This version of the C++ interface only supports
 the "classic" data model from the netCDF-3 release.
 .
 This package contains debugging symbols for the legacy C++ library.