debian/0000775000000000000000000000000012302731500007161 5ustar debian/netcdf-bin.dirs0000664000000000000000000000001012225246572012062 0ustar usr/bin debian/libnetcdf-dev.manpages0000664000000000000000000000017512225246572013425 0ustar debian/tmp/usr/share/man/man3/netcdf.3 debian/tmp/usr/share/man/man3/netcdf_f77.3 debian/tmp/usr/share/man/man3/netcdf_f90.3 debian/libnetcdfc++4.dirs0000664000000000000000000000001012225246572012360 0ustar usr/lib debian/rules0000775000000000000000000000635312302727317010263 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk export AUTOMAKE = automake-1.11 export ACLOCAL = aclocal-1.11 include /usr/share/cdbs/1/rules/autoreconf.mk # Add here any variable or target overrides you need. # Note that hdf5 dir has to be specified due to a bug into fortran/Makefile.am which causes # skipping of fort-nc4.c without that. # # Remote sites could be not available at check time, so disabling some tests... #DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-pic --enable-docs-install --enable-netcdf-4 --with-hdf5=/usr --with-libcf --enable-dap # This is useful to avoid remote Nap checks DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-pic --enable-docs-install --enable-netcdf-4 --with-hdf5=/usr --with-libcf --enable-dap --disable-dap-remote-tests DEB_CONFIGURE_SCRIPT_ENV += FC="gfortran" DEB_CONFIGURE_SCRIPT_ENV += CXX="g++" DEB_CONFIGURE_SCRIPT_ENV += CC="gcc" DEB_CONFIGURE_SCRIPT_ENV += CPPFLAGS="-DgFortran" DEB_MAKE_CHECK_TARGET = check DEB_INSTALL_CHANGELOGS_ALL = $(CURDIR)/RELEASE_NOTES DEB_SHLIBDEPS_INCLUDE := debian/tmp/usr/lib/ # Any makebuilddir/binary would do, /source doesn't: #makebuilddir/libnetcdf4:: # autoreconf -vfi install/libnetcdfc7:: find debian/tmp/usr/lib/ -name 'libnetcdf.*' -a ! -type d \ -a ! -name '*.so' -a ! -name '*.a' \ -a ! -name '*.la' -a ! -name '*.pc' \ -exec cp -d {} debian/libnetcdfc7/usr/lib/ \; install/libnetcdff5:: find debian/tmp/usr/lib/ -name 'libnetcdff.*' -a ! -type d \ -a ! -name '*.so' -a ! -name '*.a' -a ! -name '*.la' -a ! -name '*.pc' \ -exec cp -d {} debian/libnetcdff5/usr/lib/ \; install/libnetcdfc++4:: find debian/tmp/usr/lib/ -name 'libnetcdf_c++.*' -a ! -type d \ -a ! -name '*.so' -a ! -name '*.a' -a ! -name '*.la' -a ! -name '*.pc' \ -exec cp -d {} debian/libnetcdfc++4/usr/lib/ \; install/libcf0:: find debian/tmp/usr/lib/ -name 'libcf.*' -a ! -type d \ -a ! -name '*.so' -a ! -name '*.a' -a ! -name '*.la' -a ! -name '*.pc' \ -exec cp -d {} debian/libcf0/usr/lib/ \; install/libnetcdf-dev:: cp debian/tmp/usr/include/* debian/libnetcdf-dev/usr/include/. install -m 644 -o root -g root $(CURDIR)/netcdf.pc debian/libnetcdf-dev/usr/lib/pkgconfig/. # removes an erroneous libpath due to an upstream oversight in configure.ac sed -i -e 's,-L/usr ,,' -e 's,@FLIBS@,,' debian/libnetcdf-dev/usr/lib/pkgconfig/netcdf.pc # move links and files find debian/tmp/usr/lib/ -type l -a -name "libnetcdf*" -a -name '*.so' -exec cp -d {} debian/libnetcdf-dev/usr/lib/. \; find debian/tmp/usr/lib/ -type f -a -name "libnetcdf*" -a -name '*.a' -exec cp -d {} debian/libnetcdf-dev/usr/lib/. \; install/netcdf-bin:: mv debian/tmp/usr/bin/* debian/netcdf-bin/usr/bin/ install/netcdf-doc:: install -d debian/tmp/doc install -d debian/tmp/usr/share/doc/netcdf install -d debian/tmp/usr/share/info install -m 644 -o root -g root $(CURDIR)/man4/*.html debian/tmp/doc/. install -m 644 -o root -g root $(CURDIR)/man4/*.pdf debian/tmp/usr/share/doc/netcdf/. install -m 644 -o root -g root $(CURDIR)/man4/*.txt debian/tmp/usr/share/doc/netcdf/. install -m 644 -o root -g root $(CURDIR)/man4/*.ps debian/tmp/usr/share/doc/netcdf/. install -m 644 -o root -g root $(CURDIR)/man4/*.info debian/tmp/usr/share/info/. debian/watch0000664000000000000000000000026012225246572010226 0ustar version=3 #opts="uversionmangle=s/^[[:digit:]]*\.[[:digit:]]*-beta[[:digit:]]*/0.0.1/" \ ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-([[:digit:]\.]*)\.tar\.gz debian uupdate debian/netcdf-doc.info0000664000000000000000000000045112225246572012062 0ustar debian/tmp/usr/share/info/netcdf-tutorial.info debian/tmp/usr/share/info/netcdf-cxx.info debian/tmp/usr/share/info/netcdf-c.info debian/tmp/usr/share/info/netcdf-f77.info debian/tmp/usr/share/info/netcdf.info debian/tmp/usr/share/info/netcdf-f90.info debian/tmp/usr/share/info/netcdf-install.info debian/libnetcdff5.dirs0000664000000000000000000000001012225246572012236 0ustar usr/lib debian/copyright0000664000000000000000000000723512225246572011141 0ustar This package was put together by Warren Turkal with sources obtained from the http://www.unidata.ucar.edu/software/netcdf/ site. The changes needed to prepare this software for Debian packaging are hereby released under the following license: Copyright (c) 2006-2007 Warren Turkal. Copyright (c) 2009 Debian GIS Team. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of Warren Turkal nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY WARREN TURKAL AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WARREN TURKAL OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The source for this package is available under the following license: Copyright 1993-2004 University Corporation for Atmospheric Research/Unidata Portions of this software were developed by the Unidata Program at the University Corporation for Atmospheric Research. Access and use of this software shall impose the following obligations and understandings on the user. The user is granted the right, without any fee or cost, to use, copy, modify, alter, enhance and distribute this software, and any derivative works thereof, and its supporting documentation for any purpose whatsoever, provided that this entire notice appears in all copies of the software, derivative works and supporting documentation. Further, UCAR requests that the user credit UCAR/Unidata in any publications that result from the use of this software or in any product that includes this software, although this is not an obligation. The names UCAR and/or Unidata, however, may not be used in any advertising or publicity to endorse or promote any products or commercial entity unless specific written permission is obtained from UCAR/Unidata. The user also understands that UCAR/Unidata is not obligated to provide the user with any support, consulting, training or assistance of any kind with regard to the use, operation and performance of this software nor to provide the user with any updates, revisions, new versions or "bug fixes." THIS SOFTWARE IS PROVIDED BY UCAR/UNIDATA "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL UCAR/UNIDATA BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE ACCESS, USE OR PERFORMANCE OF THIS SOFTWARE. debian/netcdf-bin.manpages0000664000000000000000000000011512225246572012722 0ustar debian/tmp/usr/share/man/man1/ncdump.1 debian/tmp/usr/share/man/man1/ncgen.1 debian/README.source0000664000000000000000000000106612225246572011361 0ustar The upstream tarball is now maintained as a separate archive within the .orig.tar.gz. It has to be saved in netcdf-/upstream/ and the .orig tarball needs to be crated running a command like: tar czvf tarballs/netcdf-/netcdf_.orig.tar.gz netcdf- At build time, cdbs will create a build-tree/netcdf- sub-tree in parallel with the debian/ directory. Quilt can be as follows cd build-tree/netcdf- QUILT_PATCHES=$(pwd)/../debian/patches quilt i.e. you have to consider the build-tree as its root tree. debian/source/0000775000000000000000000000000012225246572010477 5ustar debian/source/format0000664000000000000000000000001412225246572011705 0ustar 3.0 (quilt) debian/libcf0.dirs0000664000000000000000000000001012225246572011210 0ustar usr/lib debian/patches/0000775000000000000000000000000012225246572010626 5ustar debian/patches/series0000664000000000000000000000000012225246572012031 0ustar debian/compat0000664000000000000000000000000212225246572010375 0ustar 8 debian/changelog0000664000000000000000000004560312302731500011043 0ustar netcdf (1:4.1.3-7ubuntu2) trusty; urgency=medium * Build-depend on automake-1.11. -- Matthias Klose Mon, 24 Feb 2014 22:01:30 +0100 netcdf (1:4.1.3-7ubuntu1) trusty; urgency=medium * Build using dh-autoreconf. -- Matthias Klose Mon, 24 Feb 2014 21:43:14 +0100 netcdf (1:4.1.3-7) unstable; urgency=low * Team upload * Standards-Version updated to 3.9.4 * Rebuild for the new upstream release of gfortran (that it just a pain)... (Closes: #724660) * Fix warning description-synopsis-starts-with-article -- Sylvestre Ledru Wed, 09 Oct 2013 14:36:16 +0200 netcdf (1:4.1.3-6) unstable; urgency=low * Fixed version for conflicting/breaking against libnetcdfc++5. (closes: #662749) -- Francesco Paolo Lovergine Tue, 06 Mar 2012 15:46:18 +0100 netcdf (1:4.1.3-5) unstable; urgency=low * Added a Replaces against past libnetcdf6/4 all-in-one package. * The C++ binding is versioned as 4, not 5. * Added a temporary breaks/replaces against libnetcdfc++5 to allow a smooth upgrade in unstable. -- Francesco Paolo Lovergine Mon, 05 Mar 2012 11:18:37 +0100 netcdf (1:4.1.3-4) unstable; urgency=low * Re-disabling DAP remote tests to avoid failures on some build boxes. * Added a specific homepage for libcf. -- Francesco Paolo Lovergine Sun, 04 Mar 2012 11:32:19 +0100 netcdf (1:4.1.3-3) unstable; urgency=low * Drop the non-sense package libnetcdf6. Repeat after me: always think twice before releasing two versions in a row. (closes: #661717) -- Francesco Paolo Lovergine Wed, 29 Feb 2012 21:26:38 +0100 netcdf (1:4.1.3-2) unstable; urgency=low * Always copy symlinks instead of dereferencing, in debian/rules. * This version also breaks oldstable libnetcdf4, if still around. (closes: #661553) -- Francesco Paolo Lovergine Mon, 27 Feb 2012 23:39:59 +0100 netcdf (1:4.1.3-1) unstable; urgency=low * Promoted to unstable. -- Francesco Paolo Lovergine Sun, 26 Feb 2012 23:08:01 +0100 netcdf (1:4.1.3-1~exp3) experimental; urgency=low * Removed duplicaed libraries in linetcdfc7. (closes: #660318) -- Francesco Paolo Lovergine Sun, 19 Feb 2012 12:58:43 +0100 netcdf (1:4.1.3-1~exp2) experimental; urgency=low * Merged changes from sid 4.1.1 branch to allow a smooth upgrade from previous version (closes: #656103): o Splitted C/C++/Fortran bindings for a better and sane migration path towards 4.1.3 and beyond. Also the CF library now lives in its own binary package. Note that all libraries now provide their own SONAMEs and API versionings. o The libnetcdf6 package is now a dummy removable onei used only for migration. o Removed duplicated pkgconfig file under /usr/lib. o Added missing libcf0 to netcdf-dbg package in debian/control. -- Francesco Paolo Lovergine Fri, 17 Feb 2012 13:25:36 +0100 netcdf (1:4.1.3-1~exp1) experimental; urgency=low * New upstream release. * Moved to source format 3.0 with direct quilt support. * Dropped all current patches (obsolete or applied upstream). * Added build-dep on CUnit for unit tests. * Moved to new SONAMEs and added new libcf and libcf-dev packages to split up the libCF embedded library. It necessarily introduces a break at this stage against 4.1.1 version. It is unfortunate but necessary, because API/ABI does not necessarily change in sync at every release of NetCDF, as in this case. -- Francesco Paolo Lovergine Wed, 30 Nov 2011 12:42:22 +0100 netcdf (1:4.1.1-6) unstable; urgency=low * Moved repository to git. * Changed debian/control RCS urls. * Bumped policy to 3.9.2, without changes. * Now set minimal debhelper level to 8. * Source format maintained to 1.0 with source/format support. Quilt support is still done at debian/rules level with tarball packaging style. * Added patch `noshutdown' to avoid closing HDF5 library. Thanks Enrico and others. (closes: #644134) * The rebuild causes regeneration of .mod files with current default Fortran compiler. This is only a side effect, but someone should allow managing that in a proper way instead :-/ (closes: #618967, #643894, #642957, #630564) * Fixed build error with a simple new patch `dumplib'. Thanks Enrico. (closes: #643445) * Changed long description for netcdf documentation. -- Francesco Paolo Lovergine Tue, 25 Oct 2011 13:33:23 +0200 netcdf (1:4.1.1-5) unstable; urgency=low * Uploaded to unstable. -- Francesco Paolo Lovergine Mon, 19 Apr 2010 16:39:38 +0200 netcdf (1:4.1.1-4) experimental; urgency=low * Now it does not run check at building time: for unknown reasons it fails for some tests under buildd. (closes: #577715) -- Francesco Paolo Lovergine Mon, 19 Apr 2010 15:08:52 +0200 netcdf (1:4.1.1-3) experimental; urgency=low * Added la_libadd_fix patch to re-add la_libadd entry for HDF5 libraries into libsrc4/Makefile.am. Patch is the results of autotools after that. * Removed previous trick. * Added texlive-base and texlive-latex-base as build-dep, which are required for a workig texi2dvi. -- Francesco Paolo Lovergine Wed, 14 Apr 2010 15:54:02 +0200 netcdf (1:4.1.1-2) experimental; urgency=low * Added an explicit linking to HDF5 and libz to avoid undefs at linking time. This is a problem in final 4.1.1 that needs a better solution. -- Francesco Paolo Lovergine Mon, 12 Apr 2010 12:49:44 +0200 netcdf (1:4.1.1-1) experimental; urgency=low * New upstream release with various building fix merged. Thanks Ed and other UCAR folks. * Merged cfortran changes, so dropped cfortran patch. * Now OpenDAP support has been enabled: added required buil-deps on both. libdap-dev libcurl4-gnutls-dev -- Francesco Paolo Lovergine Fri, 09 Apr 2010 11:25:38 +0200 netcdf (1:4.1.1~rc2-1) experimental; urgency=low * New upstream pre-release with working checks. * Added a test patch to fix a linking problem with some test programs used at check time. * The netcdf-cxx4.info no more provided. * Now do not dereference symlinks when cp-ing. -- Francesco Paolo Lovergine Tue, 23 Mar 2010 13:47:27 +0100 netcdf (1:4.1~beta2-1) experimental; urgency=low [ Francesco Paolo Lovergine ] * New upstream beta release. * Policy bumped to 3.8.4, without changes. * Updated install hook for netcdf-doc to cp all types of documents from man4, which are currently no more installed. ` [ Alastair McKinstry ] * Enable --with-libcf to generate libcf. -- Francesco Paolo Lovergine Wed, 03 Feb 2010 14:54:37 +0100 netcdf (1:4.0.1-2) experimental; urgency=low * Fixed netcdf.pc to remove -L/usr in NC_LIBS. This is due to an error in upstream configure.ac. * Fixed netcdf.pc to remove a missing unuseful autoconf var introduced in netcdf.pc.in. -- Francesco Paolo Lovergine Sun, 27 Sep 2009 11:06:04 +0200 netcdf (1:4.0.1-1) experimental; urgency=low * New upstream release. This is a major update which adds new API support and depends on HDF5. * Added quilt support for patches. * Patch introduced: cfortran: update to cfortran.h 4.4 and fix for a proper gfortran 4.3 support. * Introduced a README.source. * Removed autotools depedencies because they are no more called at build-time. * Upstream tarball is now maintained as a separate embedded file for easy cleanups. * Rules file revised. -- Francesco Paolo Lovergine Mon, 21 Sep 2009 22:35:11 +0200 netcdf (1:3.6.3-1) unstable; urgency=low * New maintainer set to DebianGis team list. Thanks Warren. * New upstream release. Minor fixes before release 4. * Added me as uploader. * Policy bumped to 3.8.3. * Debhelper level set to 7. * Removed netcdfg-dev transitional package, after Lenny release. * Removed libc-dev | libc6-dev historical superfluous dependency. * Removed both patches merged upstream. * HTML documentation is now merged in single files. * Added Homepage and Vcs-* fields. * Now netcdf-dbg moved to debug section. * Now depends on dpkg (>= 1.15.4) | install-info * Removed old Replaces/Conflicts on obsolete (pre-Lenny) netcdf packages. * Moved netcdf-doc to Suggests instead of Recommends for libnetcdf-dev. * Fixed debhelper-but-no-misc-depends lintian warn for netcdf-dbg and netcdf-doc. * Removed gfortran among Suggests for libnetcdf-dev. * Fixed debian/watch file to show the most recent non-beta version. -- Francesco Paolo Lovergine Mon, 21 Sep 2009 21:37:50 +0200 netcdf (1:3.6.2-3.2) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS due to libtool issues by relibtoolizing at build time (Closes: #527523): - Run “autoreconf -vfi” before running configure. - Add autoconf to Build-Depends (just to make sure, it should be pulled by automake anyway). -- Cyril Brulebois Thu, 03 Sep 2009 03:13:33 +0200 netcdf (1:3.6.2-3.1) unstable; urgency=low * NMU from the Cambridge BSP * Patch to allow building with G++ version 4.3 (closes: #455285) -- Steve McIntyre <93sam@debian.org> Sun, 06 Apr 2008 00:00:50 +0100 netcdf (1:3.6.2-3) unstable; urgency=low * add quilt for handling patches to submit upstream * add patch for arm architecture support (also submitted upstream) -- Warren Turkal Wed, 27 Feb 2008 21:17:02 -0800 netcdf (1:3.6.2-2) unstable; urgency=low * Uploaded to unstable instead of experimental * Rebuilt with gfortran 4.3 * Fixed watch file to not consider beta versions -- Warren Turkal Wed, 30 Jan 2008 00:47:40 -0800 netcdf (1:3.6.2-1) experimental; urgency=low * New maintainer: Warren Turkal (closes: #321336) * New upstream release * Repackaged upstream source (see README.Debian-source) * Completely repackaged with cdbs (closes: #405884). * Enabled Fortran 90 support by compiling with Gfortran. (closes: #219592,#278739) * Combined all libs into one package. * added package for debug symbols (netcdf-dbg) * Upstream version fixes inconsistent manpage (closes: #353332) * Touched up descriptions on some of the packages * added watch file for uscan * added gfortran to Suggests for libnetcdf-dev * updated control file replaces and conflicts for smoother upgrades * documentation now shipped with library tarball (closes: #321337) * added 1: epoch due to old netcdf-doc package having epoch 1: -- Warren Turkal Thu, 5 Apr 2007 17:42:18 -0600 netcdf (3.6.1-1) unstable; urgency=medium * QA upload. * Remove stale /usr/doc symlinks if they still exist from a previous package version that didn't clean it up correctly (Closes: #378647). -- Thijs Kinkhorst Fri, 5 Jan 2007 16:32:16 +0100 netcdf (3.6.1-0.2) unstable; urgency=low * QA upload. * Update config.guess and config.sub. * Fix the build on GNU/kFreeBSD, thanks to Petr Salinger (closes: #403372). -- Aurelien Jarno Sun, 24 Dec 2006 10:40:21 +0100 netcdf (3.6.1-0.1) unstable; urgency=low [ Matthias Klose ] * Final 3.6.1 release. Closes: #243744. * Adjust package description of netcdf-bin. Closes: #193398. * Orphan the package. See #321336, add me as an uploader. -- Matthias Klose Sat, 1 Jul 2006 22:38:43 +0000 netcdf (3.6.0+3.6.1-beta3-0.1) unstable; urgency=low * New upstream version. - link errors with recent g++ version fixed (closes: #187205). * Compiled with large (>2GB) file support (closes: #276420). * Don't create symlinks in /usr/doc (closes: #322837). * Build shared libraries with -fPIC. * Build shared C++ library using g++ -shared, link against libnetcdf. * C++ ABI transition: - Rename netcdfg3 to libnetcdf3 - Split out C++ library into it's own package libnetcdf++3 (closes: #346312). * Clean up some lintian warnings. * debian/rules: Fix typos in macros. * DISABLED: * Add f90 interfaces. * Build-depend on gfortran, drop build dependency on f77-compiler. * Build-conflict on gfortran-*. -- Matthias Klose Tue, 17 Jan 2006 22:57:21 +0100 netcdf (3.5.1-1) unstable; urgency=low * New upstream release (Bug #243744) * Added fortran interfaces (Bug #219592) * Made shared library builds respect 'nostrip' * Expanded the documentation (Bug #210000, #209947, #193398) * Relaxed -dev dependancy on libc (#179813) -- David Forrest Fri, 13 Aug 2004 01:03:11 -0400 netcdf (3.5.0-7.1) unstable; urgency=low * NMU to fix a RC bug + Applied patch from the BTS to fix FTBFS with g++-3.3 (Closes: #195160). -- Sebastien Bacher Fri, 8 Aug 2003 12:58:47 +0200 netcdf (3.5.0-7) unstable; urgency=medium * Modified postinst to ignore an existing /usr/doc/$package directory. -- Brian Mays Wed, 20 Mar 2002 11:18:54 -0500 netcdf (3.5.0-6) unstable; urgency=low * Fixed symlink /usr/doc -> ../share/doc. * Fixed reference to GPL. * Improved stripping of binaries. -- Brian Mays Sat, 2 Feb 2002 18:48:36 -0500 netcdf (3.5.0-5) unstable; urgency=low * Netcdfg3 now suggests netcdf-doc. (Closes: Bug#108153) * Fixed more bugs for gcc 3.0. (Closes: Bug#104912) -- Brian Mays Tue, 14 Aug 2001 17:54:35 -0400 netcdf (3.5.0-4) unstable; urgency=low * Fixed configure script for gcc 3.0. (Closes: Bug#104912) -- Brian Mays Fri, 27 Jul 2001 15:28:58 -0400 netcdf (3.5.0-3) unstable; urgency=low * Eliminated obsolete libc5 packages. (Closes: Bug#97067) * Removed "-g" gcc option as per policy. -- Brian Mays Mon, 16 Jul 2001 19:56:15 -0400 netcdf (3.5.0-2) unstable; urgency=low * Fixed rules file to skip building the libc5 packages on m68k. (Closes: Bug#92868) * Fixed package sections in control file. -- Brian Mays Wed, 4 Apr 2001 07:06:36 -0400 netcdf (3.5.0-1) unstable; urgency=low * New upstream version. -- Brian Mays Fri, 30 Mar 2001 12:01:37 -0500 netcdf (3.4-11) unstable; urgency=low * Removed m68k libc5 packages. (Closes: Bug#90636) -- Brian Mays Sun, 25 Mar 2001 09:32:45 -0500 netcdf (3.4-10) unstable; urgency=low * Fixed Build-Dependencies. (Closes Bug#69852) -- Brian Mays Thu, 24 Aug 2000 08:36:27 -0400 netcdf (3.4-9) unstable; urgency=low * Added Build-Dependencies. * Modified source to ensure that libc5 packages are not build on architectures that do not support libc5. (Closes: Bug#69722) -- Brian Mays Tue, 22 Aug 2000 14:23:12 -0400 netcdf (3.4-8) unstable; urgency=low * Modified the rules file so that libc5 stuff doesn't build on mips machines. (Closes: Bug#61329) -- Brian Mays Thu, 30 Mar 2000 14:38:56 -0500 netcdf (3.4-7) frozen unstable; urgency=low * Modified the rules file so that libc5 stuff doesn't build on arm machines. (Closes: Bug#59095) -- Brian Mays Thu, 2 Mar 2000 14:34:44 -0500 netcdf (3.4-6) unstable; urgency=low * Fixed FHS /usr/doc -> /usr/share/doc transition scheme. -- Brian Mays Fri, 1 Oct 1999 13:37:51 -0400 netcdf (3.4-5) unstable; urgency=low * Moved the man and doc directories to under /usr/share as per the FHS. -- Brian Mays Thu, 16 Sep 1999 18:04:49 -0400 netcdf (3.4-4) frozen unstable; urgency=low * Added a patch to get sources to compile on a powerpc (provided by Konstantinos Margaritis ). -- Brian Mays Fri, 4 Dec 1998 11:43:49 -0500 netcdf (3.4-3) unstable; urgency=low * Fixed broken clean rule in debian/rules caused by changes in the upstream source. (Fixes: Bug#28166) -- Brian Mays Wed, 21 Oct 1998 06:58:21 -0400 netcdf (3.4-2) unstable; urgency=low * Removed support for the now obsolete libc5 g77 compiler in netcdf3-altdev. (Fixes: Bug#26869) -- Brian Mays Tue, 22 Sep 1998 06:11:36 -0400 netcdf (3.4-1) unstable; urgency=low * New upstream version. (Fixes: Bug#22954) * Linked ncdump and ncgen dynamically to libnetcdf. -- Brian Mays Thu, 28 May 1998 17:18:03 -0400 netcdf (3.3.1-4) unstable; urgency=low * Compressed the man pages. * Fixed the altdev symbolic links (now relative instead of absolute). * Fixed file permissions. * Added shlibs to the netcdf3 package. -- Brian Mays Mon, 9 Feb 1998 22:02:17 -0500 netcdf (3.3.1-3) unstable; urgency=low * Added shlibs file. -- Brian Mays Wed, 22 Oct 1997 10:46:01 -0400 netcdf (3.3.1-2) unstable; urgency=low * Added '-lc' linker option. -- Brian Mays Mon, 20 Oct 1997 22:12:02 -0400 netcdf (3.3.1-1) unstable; urgency=low * New upstream version. * New maintainer. -- Brian Mays Thu, 11 Sep 1997 13:42:03 -0400 netcdf (3.3-1) unstable; urgency=low * New upstream release, built with libc6 * netcdf-doc doesn't depend on netcdf. -- Karl Sackett Thu, 12 Jun 1997 10:27:20 -0500 netcdf (2.4.3-5) unstable; urgency=low * Added soname to netcdf. * Libraries compiled with -D_REENTRANT. * Moved ncdump and ncgen from netcdf-dev to netcdf-bin. -- Karl Sackett Fri, 21 Mar 1997 09:26:16 -0600 netcdf (2.4.3-4) unstable; urgency=low * debian/rules: fixed permissions and stripped shared libraries. * Changed maintainer address -- Karl Sackett Tue, 15 Oct 1996 10:31:01 -0500 netcdf (2.4.3-3) unstable; urgency=low * Fixed problems with debian/shlibs.local. * debian/control: netcdf-dev depends on libc5-dev, netcdf-doc on netcdf. -- Karl Sackett Tue, 1 Oct 1996 13:33:47 -0500 netcdf (2.4.3-2) unstable; urgency=low * debian/rules: removed '-m486' from compile options, binary-arch and binary-indep targets build correct packages (bug #4625). * debian/rules: added OS parameter to build target (required to create src/fortran/netcdf.inc) (bug #4625). -- Karl Sackett Mon, 30 Sep 1996 09:24:46 -0500 netcdf (2.4.3-1) unstable; urgency=low * New upstream release. * Converted package to new standards. * Split package into runtime, development, and documentation. -- Karl Sackett Fri, 27 Sep 1996 08:13:57 -0500 2.4.2-2: * Support files now architecture-independent 2.4.2-1: * Upgrade to latest release * Brought support files up to latest packaging requirements 2.4-1: * Added Debian support files * fortran/linux.m4 - created * ncgen/Makefile.in - corrections to ncgentab.h target * Makefile.in - added OS=linux debian/control0000664000000000000000000001406412302731444010600 0ustar Source: netcdf Section: science Priority: optional Maintainer: Debian GIS Project Uploaders: Francesco Paolo Lovergine Build-Depends: debhelper (>= 8), cdbs, gfortran, texinfo, zlib1g-dev, libhdf5-dev (>= 1.8.6-1~), libdap-dev, libcurl4-gnutls-dev, dh-autoreconf, automake1.11, texlive-base, texlive-latex-base, libcunit1-dev Standards-Version: 3.9.4 Homepage: http://www.unidata.ucar.edu/software/netcdf/ Vcs-Browser: http://git.debian.org/?p=pkg-grass/netcdf.git Vcs-Git: git://git.debian.org/git/pkg-grass/netcdf.git Package: netcdf-doc Section: doc Architecture: all Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends} Description: Documentation for NetCDF and CF 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 package contains documentation for the NetCDF library in a variety of formats. Package: libnetcdfc7 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: libnetcdf6 (<< 1:4.1.1-7~), libnetcdf4 Breaks: libnetcdf6 (<< 1:4.1.1-7~), libnetcdf4 Description: Interface for scientific data access to large binary data 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 package contains the C run-time shared libraries required by programs. Package: libnetcdff5 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: libnetcdf6 (<< 1:4.1.1-7~), libnetcdf4 Breaks: libnetcdf6 (<< 1:4.1.1-7~), libnetcdf4 Description: Interface for scientific data access to large binary data 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 package contains the Fortran77/90 run-time shared libraries required by programs. Package: libnetcdfc++4 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: libnetcdf6 (<< 1:4.1.1-7~), libnetcdf4, libnetcdfc++5 (<= 1:4.1.3-4) Breaks: libnetcdf6 (<< 1:4.1.1-7~), libnetcdf4, libnetcdfc++5 (<= 1:4.1.3-4) Description: Interface for scientific data access to large binary data 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 package contains the C++ run-time shared libraries required by programs. Package: libcf0 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: libnetcdf6 (<< 1:4.1.1-7~), libnetcdf4 Breaks: libnetcdf6 (<< 1:4.1.1-7~), libnetcdf4 Homepage: http://www.unidata.ucar.edu/software/libcf/ Description: Interface for scientific data access to large binary data 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 package contains the add-on CF run-time C shared library that uses the NetCDF API to manage Climate and Forecasts standards complaining data files. Package: netcdf-dbg Section: debug Priority: extra Architecture: any Depends: libnetcdfc7 (= ${binary:Version}), libnetcdff5 (= ${binary:Version}), libnetcdfc++4 (= ${binary:Version}), libcf0 (= ${binary:Version}), ${misc:Depends} Suggests: gdb Description: debugging symbols for NetCDF This package contains the files that make it possible to debug the NetCDF binaries and programs that use the NetCDF libraries with a source-level debugger like gdb. Package: libnetcdf-dev Section: libdevel Architecture: any Depends: libnetcdfc7 (= ${binary:Version}), libnetcdff5 (= ${binary:Version}), libnetcdfc++4 (= ${binary:Version}), libcf0 (= ${binary:Version}), ${misc:Depends} Suggests: netcdf-bin, netcdf-doc Recommends: pkg-config Description: Development kit for NetCDF 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 package includes everything needed for developing in C, C++, Fortran 77, and Fortran 90. Package: netcdf-bin Section: science Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Programs for reading and writing NetCDF files Contains the programs ncdump and ncgen which convert NetCDF files to ASCII and back, respectively. 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. debian/libnetcdf-dev.dirs0000664000000000000000000000006412225246572012570 0ustar usr/lib usr/include usr/share/man usr/lib/pkgconfig debian/netcdf-doc.docs0000664000000000000000000000254112225246572012061 0ustar debian/tmp/doc/ncdump-man-1.html debian/tmp/doc/ncgen-man-1.html debian/tmp/doc/netcdf-c.html debian/tmp/doc/netcdf-cxx.html debian/tmp/doc/netcdf-f77.html debian/tmp/doc/netcdf_f77-man.html debian/tmp/doc/netcdf-f90.html debian/tmp/doc/netcdf_f90-man.html debian/tmp/doc/netcdf.html debian/tmp/doc/netcdf-install.html debian/tmp/doc/netcdf-man-3.html debian/tmp/doc/netcdf-tutorial.html debian/tmp/usr/share/doc/netcdf/netcdf.ps debian/tmp/usr/share/doc/netcdf/netcdf-install.ps debian/tmp/usr/share/doc/netcdf/netcdf-c.ps debian/tmp/usr/share/doc/netcdf/netcdf-f77.ps debian/tmp/usr/share/doc/netcdf/netcdf-f90.ps debian/tmp/usr/share/doc/netcdf/netcdf-cxx.ps debian/tmp/usr/share/doc/netcdf/netcdf-tutorial.ps debian/tmp/usr/share/doc/netcdf/netcdf.pdf debian/tmp/usr/share/doc/netcdf/netcdf-install.pdf debian/tmp/usr/share/doc/netcdf/netcdf-c.pdf debian/tmp/usr/share/doc/netcdf/netcdf-f77.pdf debian/tmp/usr/share/doc/netcdf/netcdf-f90.pdf debian/tmp/usr/share/doc/netcdf/netcdf-cxx.pdf debian/tmp/usr/share/doc/netcdf/netcdf-tutorial.pdf debian/tmp/usr/share/doc/netcdf/netcdf.txt debian/tmp/usr/share/doc/netcdf/netcdf-install.txt debian/tmp/usr/share/doc/netcdf/netcdf-c.txt debian/tmp/usr/share/doc/netcdf/netcdf-f77.txt debian/tmp/usr/share/doc/netcdf/netcdf-f90.txt debian/tmp/usr/share/doc/netcdf/netcdf-cxx.txt debian/tmp/usr/share/doc/netcdf/netcdf-tutorial.txt debian/libnetcdfc7.dirs0000664000000000000000000000001012225246572012235 0ustar usr/lib debian/netcdf-doc.dirs0000664000000000000000000000003112225246572012062 0ustar usr/share/doc/netcdf-doc