Control: tags -1 pending On Sun, 16 Aug 2015 14:16:34 +0300 Antti Järvinen wrote: > By obtaining source of netcfg, compiling and installing that in SID > made this package to successfully build too so this package is not > errorneus and listed in > https://release.debian.org/transitions/html/auto-netcdf.html for a > reason.
The netcdf transition has started, and etsf-io needs a build dependency on libnetcdff-dev to build successfully with the new netcdf packages. (#793823) I've done an NMU of etsf-io to DELAYED/2, see the attached debdiff for changes. You may want to do a proper upload to unstable, including some changes for some of the lintian issues perhaps. Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1
diff -Nru etsf-io-1.0.4/debian/changelog etsf-io-1.0.4/debian/changelog --- etsf-io-1.0.4/debian/changelog 2015-01-06 14:46:51.000000000 +0100 +++ etsf-io-1.0.4/debian/changelog 2015-08-19 21:17:07.000000000 +0200 @@ -1,3 +1,12 @@ +etsf-io (1.0.4-1~exp1.1) unstable; urgency=medium + + * Non-maintainer upload. Build with GCC 5. (closes: #777844) + * Add build dependency on libnetcdff-dev for netcdf transition. + (closes: #793823) + * Move from experimental to unstable. + + -- Bas Couwenberg <sebas...@debian.org> Wed, 19 Aug 2015 21:15:32 +0200 + etsf-io (1.0.4-1~exp1) experimental; urgency=low * New minor upstream release with parallel IO support introduced by NetCDF 4. diff -Nru etsf-io-1.0.4/debian/control etsf-io-1.0.4/debian/control --- etsf-io-1.0.4/debian/control 2015-01-06 14:38:16.000000000 +0100 +++ etsf-io-1.0.4/debian/control 2015-08-19 21:20:21.000000000 +0200 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org> Uploaders: Damien Caliste <damien.cali...@cea.fr> -Build-Depends: debhelper (>= 5), cdbs, autotools-dev, gfortran, libnetcdf-dev +Build-Depends: debhelper (>= 5), cdbs, autotools-dev, gfortran, libnetcdf-dev (>= 1:4.3.3.1), libnetcdff-dev Standards-Version: 3.9.6 Homepage: http://www.etsf.eu/resources/software/libraries_and_tools Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/etsf-io/ @@ -51,7 +51,7 @@ Package: libetsf-io-dev Section: libdevel Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libnetcdf-dev +Depends: ${shlibs:Depends}, ${misc:Depends}, libnetcdf-dev, libnetcdff-dev Suggests: libetsf-io-doc Description: Static libraries and Fortran module files of ETSF_IO ETSF_IO is a library of F90 routines to read/write the ETSF file format.
-- debian-science-maintainers mailing list debian-science-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers