Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Drop obsolete dbg package.
· df30da54
Bas Couwenberg
authored
Jul 19, 2018
df30da54
Set distribution to unstable.
· 6180c8aa
Bas Couwenberg
authored
Jul 19, 2018
6180c8aa
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
6180c8aa
netcdf-cxx-legacy (4.2-9)
UNRELEASED
; urgency=medium
netcdf-cxx-legacy (4.2-9)
unstable
; urgency=medium
* Strip trailing whitespace from changelog, control & rules files.
* Update copyright-format URL to use HTTPS.
* Fix deprecated source override location.
* Update Vcs-* URLs for Salsa.
* Bump Standards-Version to 4.1.5, no changes.
* Drop obsolete dbg package.
-- Bas Couwenberg <sebastic@debian.org>
Wed, 15 Nov 2017 22:02:33
+0
1
00
-- Bas Couwenberg <sebastic@debian.org>
Thu, 19 Jul 2018 15:41:20
+0
2
00
netcdf-cxx-legacy (4.2-8) unstable; urgency=medium
...
...
debian/control
View file @
6180c8aa
...
...
@@ -5,7 +5,7 @@ Uploaders: Nico Schlömer <nico.schloemer@gmail.com>,
Ross Gammon <rossgammon@mail.dk>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
Build-Depends: debhelper (>= 9
.20160114
),
dh-autoreconf,
libnetcdf-dev (>= 1:4.4.0),
pkg-kde-tools
...
...
@@ -63,24 +63,3 @@ Description: legacy NetCDF C++ interface - development files
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
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.
debian/rules
View file @
6180c8aa
...
...
@@ -25,7 +25,7 @@ override_dh_install:
dh_install
--list-missing
override_dh_strip
:
dh_strip
--dbg
-package
=
libnetcdf-cxx-legacy-dbg
dh_strip
--dbg
sym-migration
=
'
libnetcdf-cxx-legacy-dbg
(<< 4.2-9~)'
override_dh_makeshlibs
:
dh_makeshlibs
--
-c0
-v
$(
UPSTREAM_VERSION
)