Bas Couwenberg pushed to branch master at Debian GIS Project / netcdf-cxx-legacy
Commits: df30da54 by Bas Couwenberg at 2018-07-19T15:24:22+02:00 Drop obsolete dbg package. - - - - - 6180c8aa by Bas Couwenberg at 2018-07-19T15:41:27+02:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,13 @@ -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 <[email protected]> Wed, 15 Nov 2017 22:02:33 +0100 + -- Bas Couwenberg <[email protected]> Thu, 19 Jul 2018 15:41:20 +0200 netcdf-cxx-legacy (4.2-8) unstable; urgency=medium ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Uploaders: Nico Schlömer <[email protected]>, Ross Gammon <[email protected]> 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 ===================================== --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,7 @@ override_dh_install: dh_install --list-missing override_dh_strip: - dh_strip --dbg-package=libnetcdf-cxx-legacy-dbg + dh_strip --dbgsym-migration='libnetcdf-cxx-legacy-dbg (<< 4.2-9~)' override_dh_makeshlibs: dh_makeshlibs -- -c0 -v$(UPSTREAM_VERSION) View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf-cxx-legacy/compare/b53f4ef2a51e14d132b219098210daa062d2ad30...6180c8aa7c7c49e7c9667069a2a0b7b48dba0859 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf-cxx-legacy/compare/b53f4ef2a51e14d132b219098210daa062d2ad30...6180c8aa7c7c49e7c9667069a2a0b7b48dba0859 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
