Your message dated Thu, 06 Mar 2025 18:58:33 +0000
with message-id <[email protected]>
and subject line Bug#1046231: fixed in netcdf-cxx 4.3.1-5
has caused the Debian Bug report #1046231,
regarding netcdf-cxx: Fails to build source after successful build
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1046231: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1046231
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: netcdf-cxx
Version: 4.3.1-4
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: [email protected]
Usertags: qa-doublebuild
Hi,
This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).
This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.
More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild
Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env
> -us -uc -rfakeroot -S
> ---------------------------------------------------------------------------------------------------------------------------
>
> dpkg-buildpackage: info: source package netcdf-cxx
> dpkg-buildpackage: info: source version 4.3.1-4
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Bas Couwenberg
> <[email protected]>
> dpkg-source --before-build .
> debian/rules clean
> dh clean --with pkgkde_symbolshelper
> dh_auto_clean
> make -j8 clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> Making clean in cxx4
> make[2]: Entering directory '/<<PKGBUILDDIR>>/cxx4'
> test -z "firstFile.cdf test*.nc" || rm -f firstFile.cdf test*.nc
> test -z "libnetcdf_c++4.la" || rm -f libnetcdf_c++4.la
> rm -rf .libs _libs
> rm -f *.o
> test -z "test_classic.log test_group.log test_dim.log test_att.log
> test_var.log test_var2.log test_type.log test_open_close.log
> test_ncFile_Flags.log" || rm -f test_classic.log test_group.log test_dim.log
> test_att.log test_var.log test_var2.log test_type.log test_open_close.log
> test_ncFile_Flags.log
> rm -f *.lo
> rm -f test_classic test_group test_dim test_att test_var test_var2 test_type
> test_open_close test_ncFile_Flags
> rm -f ./so_locations
> test -z "test_classic.trs test_group.trs test_dim.trs test_att.trs
> test_var.trs test_var2.trs test_type.trs test_open_close.trs
> test_ncFile_Flags.trs" || rm -f test_classic.trs test_group.trs test_dim.trs
> test_att.trs test_var.trs test_var2.trs test_type.trs test_open_close.trs
> test_ncFile_Flags.trs
> test -z "test-suite.log" || rm -f test-suite.log
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/cxx4'
> Making clean in examples
> make[2]: Entering directory '/<<PKGBUILDDIR>>/examples'
> test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc tmp-test.cdl
> tmp-ref.cdl simple_xy_classic.nc simple_xy_classic64.nc simple_xy_nc4.nc
> simple_xy_nc4cm.nc simple_xy_nc4classic.nc pres_temp_plugin_4D.nc" || rm -f
> simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc tmp-test.cdl tmp-ref.cdl
> simple_xy_classic.nc simple_xy_classic64.nc simple_xy_nc4.nc
> simple_xy_nc4cm.nc simple_xy_nc4classic.nc pres_temp_plugin_4D.nc
> rm -f simple_xy_wr sfc_pres_temp_wr pres_temp_4D_wr pres_temp_4D_rd
> simple_xy_rd sfc_pres_temp_rd simple_xy_wr_formats
> rm -rf .libs _libs
> rm -f *.o
> test -z "simple_xy_wr.log sfc_pres_temp_wr.log pres_temp_4D_wr.log
> pres_temp_4D_rd.log simple_xy_rd.log sfc_pres_temp_rd.log
> simple_xy_wr_formats.log" || rm -f simple_xy_wr.log sfc_pres_temp_wr.log
> pres_temp_4D_wr.log pres_temp_4D_rd.log simple_xy_rd.log sfc_pres_temp_rd.log
> simple_xy_wr_formats.log
> rm -f *.lo
> test -z "simple_xy_wr.trs sfc_pres_temp_wr.trs pres_temp_4D_wr.trs
> pres_temp_4D_rd.trs simple_xy_rd.trs sfc_pres_temp_rd.trs
> simple_xy_wr_formats.trs" || rm -f simple_xy_wr.trs sfc_pres_temp_wr.trs
> pres_temp_4D_wr.trs pres_temp_4D_rd.trs simple_xy_rd.trs sfc_pres_temp_rd.trs
> simple_xy_wr_formats.trs
> test -z "test-suite.log" || rm -f test-suite.log
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/examples'
> Making clean in docs
> make[2]: Entering directory '/<<PKGBUILDDIR>>/docs'
> test -z "doxyfile.stamp html" || rm -f doxyfile.stamp html
> rm -rf .libs _libs
> rm -f *.lo
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/docs'
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> rm -rf .libs _libs
> rm -f *.lo
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_autoreconf_clean
> dh_clean
> dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building netcdf-cxx using existing
> ./netcdf-cxx_4.3.1.orig.tar.gz
> dpkg-source: warning: ignoring deletion of file install-sh, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file aclocal.m4, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file Makefile.in, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file compile, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file ltmain.sh, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file configure, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file config.h.in, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file depcomp, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file test-driver, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file missing, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file m4/ltsugar.m4, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file m4/lt~obsolete.m4, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file m4/ltversion.m4, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file m4/libtool.m4, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file m4/ltoptions.m4, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file examples/Makefile.in, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file docs/Makefile.in, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/Makefile.in, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file cxx4/Makefile.in, use
> --include-removal to override
> dpkg-source: warning: file netcdf-cxx-4.3.1/VERSION has no final newline
> (either original or modified version)
> dpkg-source: warning: executable mode 0755 of 'config.status' will not be
> represented in diff
> dpkg-source: error: cannot represent change to cxx4/doc/html/bc_s.png: binary
> file contents changed
> dpkg-source: error: add cxx4/doc/html/bc_s.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to cxx4/doc/html/bdwn.png: binary
> file contents changed
> dpkg-source: error: add cxx4/doc/html/bdwn.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1NcAtt__inherit__graph.md5 has
> no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1NcAtt__inherit__graph.png: binary file contents
> changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1NcAtt__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1NcByte__inherit__graph.md5 has
> no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1NcByte__inherit__graph.png: binary file contents
> changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1NcByte__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1NcChar__inherit__graph.md5 has
> no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1NcChar__inherit__graph.png: binary file contents
> changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1NcChar__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1NcCompoundType__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1NcCompoundType__inherit__graph.png: binary file
> contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1NcCompoundType__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1NcDouble__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1NcDouble__inherit__graph.png: binary file
> contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1NcDouble__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1NcEnumType__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1NcEnumType__inherit__graph.png: binary file
> contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1NcEnumType__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1NcFile__inherit__graph.md5 has
> no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1NcFile__inherit__graph.png: binary file contents
> changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1NcFile__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1NcFloat__inherit__graph.md5 has
> no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1NcFloat__inherit__graph.png: binary file
> contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1NcFloat__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1NcGroupAtt__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1NcGroupAtt__inherit__graph.png: binary file
> contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1NcGroupAtt__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1NcGroup__inherit__graph.md5 has
> no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1NcGroup__inherit__graph.png: binary file
> contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1NcGroup__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1NcInt64__inherit__graph.md5 has
> no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1NcInt64__inherit__graph.png: binary file
> contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1NcInt64__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1NcInt__inherit__graph.md5 has
> no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1NcInt__inherit__graph.png: binary file contents
> changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1NcInt__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1NcOpaqueType__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1NcOpaqueType__inherit__graph.png: binary file
> contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1NcOpaqueType__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1NcShort__inherit__graph.md5 has
> no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1NcShort__inherit__graph.png: binary file
> contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1NcShort__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1NcString__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1NcString__inherit__graph.png: binary file
> contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1NcString__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1NcType__inherit__graph.md5 has
> no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1NcType__inherit__graph.png: binary file contents
> changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1NcType__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1NcUbyte__inherit__graph.md5 has
> no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1NcUbyte__inherit__graph.png: binary file
> contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1NcUbyte__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1NcUint64__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1NcUint64__inherit__graph.png: binary file
> contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1NcUint64__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1NcUint__inherit__graph.md5 has
> no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1NcUint__inherit__graph.png: binary file contents
> changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1NcUint__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1NcUshort__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1NcUshort__inherit__graph.png: binary file
> contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1NcUshort__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1NcVarAtt__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1NcVarAtt__inherit__graph.png: binary file
> contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1NcVarAtt__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1NcVlenType__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1NcVlenType__inherit__graph.png: binary file
> contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1NcVlenType__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcAttExists__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcAttExists__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcAttExists__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcAttMeta__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcAttMeta__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcAttMeta__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcBadDim__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcBadDim__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcBadDim__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcBadFieldId__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcBadFieldId__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcBadFieldId__inherit__graph.png
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcBadGroupId__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcBadGroupId__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcBadGroupId__inherit__graph.png
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcBadId__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcBadId__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcBadId__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcBadName__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcBadName__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcBadName__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcBadTypeId__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcBadTypeId__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcBadTypeId__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcBadType__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcBadType__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcBadType__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcCantCreate__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcCantCreate__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcCantCreate__inherit__graph.png
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcCantRead__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcCantRead__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcCantRead__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcCantWrite__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcCantWrite__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcCantWrite__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcChar__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcChar__inherit__graph.png: binary
> file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcChar__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcDimMeta__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcDimMeta__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcDimMeta__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcDimSize__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcDimSize__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcDimSize__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcEdge__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcEdge__inherit__graph.png: binary
> file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcEdge__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcElateDef__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcElateDef__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcElateDef__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcEnoGrp__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcEnoGrp__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcEnoGrp__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcExist__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcExist__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcExist__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcFileMeta__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcFileMeta__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcFileMeta__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcGlobal__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcGlobal__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcGlobal__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcHdfErr__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcHdfErr__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcHdfErr__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcInDefineMode__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcInDefineMode__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcInDefineMode__inherit__graph.png
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcInvalidArg__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcInvalidArg__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcInvalidArg__inherit__graph.png
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcInvalidCoords__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcInvalidCoords__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcInvalidCoords__inherit__graph.png
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcInvalidWrite__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcInvalidWrite__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcInvalidWrite__inherit__graph.png
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcMaxAtts__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcMaxAtts__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcMaxAtts__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcMaxDims__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcMaxDims__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcMaxDims__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcMaxName__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcMaxName__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcMaxName__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcMaxVars__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcMaxVars__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcMaxVars__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNFile__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNFile__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNFile__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNameInUse__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNameInUse__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNameInUse__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNoCompound__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNoCompound__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNoCompound__inherit__graph.png
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNoMem__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNoMem__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNoMem__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNoRecVars__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNoRecVars__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNoRecVars__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNotAtt__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNotAtt__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNotAtt__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNotInDefineMode__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNotInDefineMode__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNotInDefineMode__inherit__graph.png
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNotNCF__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNotNCF__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNotNCF__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNotNc4__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNotNc4__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNotNc4__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNotVar__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNotVar__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNotVar__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNullDim__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNullDim__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNullDim__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNullGrp__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNullGrp__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNullGrp__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNullType__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNullType__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcNullType__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcRange__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcRange__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcRange__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcStrictNc3__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcStrictNc3__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcStrictNc3__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcStride__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcStride__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcStride__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcSts__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcSts__inherit__graph.png: binary
> file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcSts__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcTrunc__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcTrunc__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcTrunc__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcUnknownName__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcUnknownName__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcUnknownName__inherit__graph.png
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcUnlimPos__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcUnlimPos__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcUnlimPos__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcUnlimit__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcUnlimit__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcUnlimit__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcVarMeta__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcVarMeta__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcVarMeta__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> netcdf-cxx-4.3.1/cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcVarSize__inherit__graph.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcVarSize__inherit__graph.png:
> binary file contents changed
> dpkg-source: error: add
> cxx4/doc/html/classnetCDF_1_1exceptions_1_1NcVarSize__inherit__graph.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to cxx4/doc/html/closed.png:
> binary file contents changed
> dpkg-source: error: add cxx4/doc/html/closed.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to cxx4/doc/html/doc.png: binary
> file contents changed
> dpkg-source: error: add cxx4/doc/html/doc.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/folderclosed.png: binary file contents changed
> dpkg-source: error: add cxx4/doc/html/folderclosed.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to cxx4/doc/html/folderopen.png:
> binary file contents changed
> dpkg-source: error: add cxx4/doc/html/folderopen.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file netcdf-cxx-4.3.1/cxx4/doc/html/graph_legend.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/graph_legend.png: binary file contents changed
> dpkg-source: error: add cxx4/doc/html/graph_legend.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file netcdf-cxx-4.3.1/cxx4/doc/html/inherit_graph_0.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/inherit_graph_0.png: binary file contents changed
> dpkg-source: error: add cxx4/doc/html/inherit_graph_0.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file netcdf-cxx-4.3.1/cxx4/doc/html/inherit_graph_1.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/inherit_graph_1.png: binary file contents changed
> dpkg-source: error: add cxx4/doc/html/inherit_graph_1.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file netcdf-cxx-4.3.1/cxx4/doc/html/inherit_graph_2.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/inherit_graph_2.png: binary file contents changed
> dpkg-source: error: add cxx4/doc/html/inherit_graph_2.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file netcdf-cxx-4.3.1/cxx4/doc/html/inherit_graph_3.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/inherit_graph_3.png: binary file contents changed
> dpkg-source: error: add cxx4/doc/html/inherit_graph_3.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file netcdf-cxx-4.3.1/cxx4/doc/html/inherit_graph_4.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/inherit_graph_4.png: binary file contents changed
> dpkg-source: error: add cxx4/doc/html/inherit_graph_4.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file netcdf-cxx-4.3.1/cxx4/doc/html/inherit_graph_5.md5
> has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> cxx4/doc/html/inherit_graph_5.png: binary file contents changed
> dpkg-source: error: add cxx4/doc/html/inherit_graph_5.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file netcdf-cxx-4.3.1/cxx4/doc/html/jquery.js has no
> final newline (either original or modified version)
> dpkg-source: error: cannot represent change to cxx4/doc/html/nav_f.png:
> binary file contents changed
> dpkg-source: error: add cxx4/doc/html/nav_f.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to cxx4/doc/html/nav_g.png:
> binary file contents changed
> dpkg-source: error: add cxx4/doc/html/nav_g.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to cxx4/doc/html/nav_h.png:
> binary file contents changed
> dpkg-source: error: add cxx4/doc/html/nav_h.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to cxx4/doc/html/open.png: binary
> file contents changed
> dpkg-source: error: add cxx4/doc/html/open.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to cxx4/doc/html/splitbar.png:
> binary file contents changed
> dpkg-source: error: add cxx4/doc/html/splitbar.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to cxx4/doc/html/sync_off.png:
> binary file contents changed
> dpkg-source: error: add cxx4/doc/html/sync_off.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to cxx4/doc/html/sync_on.png:
> binary file contents changed
> dpkg-source: error: add cxx4/doc/html/sync_on.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to cxx4/doc/html/tab_a.png:
> binary file contents changed
> dpkg-source: error: add cxx4/doc/html/tab_a.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to cxx4/doc/html/tab_b.png:
> binary file contents changed
> dpkg-source: error: add cxx4/doc/html/tab_b.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to cxx4/doc/html/tab_h.png:
> binary file contents changed
> dpkg-source: error: add cxx4/doc/html/tab_h.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to cxx4/doc/html/tab_s.png:
> binary file contents changed
> dpkg-source: error: add cxx4/doc/html/tab_s.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: executable mode 0755 of 'libtool' will not be
> represented in diff
> dpkg-source: warning: executable mode 0755 of 'ncxx4-config' will not be
> represented in diff
> dpkg-source: error: unrepresentable changes to source
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 1
>
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage
> --sanitize-env -us -uc -rfakeroot -S' failed to run.
The full build log is available from:
http://qa-logs.debian.net/2023/08/13/netcdf-cxx_4.3.1-4_unstable.log
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: netcdf-cxx
Source-Version: 4.3.1-5
Done: Bas Couwenberg <[email protected]>
We believe that the bug you reported is fixed in the latest version of
netcdf-cxx, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bas Couwenberg <[email protected]> (supplier of updated netcdf-cxx package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 06 Mar 2025 19:31:31 +0100
Source: netcdf-cxx
Architecture: source
Version: 4.3.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <[email protected]>
Changed-By: Bas Couwenberg <[email protected]>
Closes: 1046231
Changes:
netcdf-cxx (4.3.1-5) unstable; urgency=medium
.
* Bump Standards-Version to 4.7.0, no changes.
* Bump debhelper compat to 13.
* Remove generated files in clean target.
(closes: #1046231)
* Use not-installed file instead of dh_install override.
* Enable Salsa CI.
* Switch to dh-sequence-*.
* Replace pkg-config (build) dependency with pkgconf.
Checksums-Sha1:
c4964d4214509fb02a57781a72b8ea514ebf944d 2311 netcdf-cxx_4.3.1-5.dsc
6a19f1e76c5643ccf39a9297529311b177220621 12228 netcdf-cxx_4.3.1-5.debian.tar.xz
a4c08cb537e43b457cd3bdf65540801698f35474 13188
netcdf-cxx_4.3.1-5_amd64.buildinfo
Checksums-Sha256:
2a374e70467ecb82cadd23a976209270eb161d4deb67729a0a783c00e1aff188 2311
netcdf-cxx_4.3.1-5.dsc
da654b0c54116ed7f88d9381b11c49f81d35236a2bffef5f5f5537735cec59ec 12228
netcdf-cxx_4.3.1-5.debian.tar.xz
61791b701d4ba8bb47d20c083b453302569df826476b89c568b66b2e21af224f 13188
netcdf-cxx_4.3.1-5_amd64.buildinfo
Files:
a664a9e2da10eb5a90f86dfcc7822f9c 2311 science optional netcdf-cxx_4.3.1-5.dsc
578adf124ba850ef167b487c38a00b63 12228 science optional
netcdf-cxx_4.3.1-5.debian.tar.xz
30acee2af48fead9b68b6a19c42b5cfc 13188 science optional
netcdf-cxx_4.3.1-5_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAmfJ6rQACgkQZ1DxCuiN
SvHzqRAAmJiOzyS4JpN+4rBsxB54lQBjB74AOIyUnyZtSebWg6nuVfNbTUOUTH9A
v4EVZkOFq4Wxec2tnocnTOsHIqQ7+JUkzGS2WBG87Z+tbMSP+FJYrFw1T8GHV+1g
/OvcWV2W2cmxIYa+QisaCXm3xQlImG2yK6XB0CzMg6oF0HF6UAcBByfO/lfbTExQ
PWtEUr0XEMFAdyDwicbvPqobIJ2qb1scvwADBIRFmAYx4Z36LuYAE4UHrNO8wjoJ
ih35FNln+d6lvYLAXiKZjvlDfwIfziySQzonvTJJ/aRm2BBtv11fO79lO0exl3qj
NCW7JXq2ar2QqWM1T4QN86NQ9B0epAP/IWvUnlPYGRXAAsjCtYSHf2NmKwjNJi0l
5YLLX2gLOufvPHfi4StgMJCeehK1Ob5LcT7TDUSJU1iLfxEtcM07m9nNmihSTOeT
6hqfHpQlf7rxaUB3+NfSnPWP3jJbOrOY8bs6nqN1ZLyBrYogJWP9UxAZsaQpZpQU
ZnO0rxCk5d1V2HM2UeN/h30rTu3zyye59RhnAfQInF7ODKwH0ouAJHYtXeG+XVo8
4hQW45R5e1JeIsoP/zkdsp2n54pzSDXhsgRohbVMmdwIvCPuGOhLUl6VKfhVg7bF
hosXDUD0ztCFr7y/tLmNJByIruiCGLnempI+HkOT3+0OvTFjujI=
=7arV
-----END PGP SIGNATURE-----
pgphlPsa_r__N.pgp
Description: PGP signature
--- End Message ---