Package: ncview / 2.1.7+ds-1

Metadata

Package Version Patches format
ncview 2.1.7+ds-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
auxiliary typo.patch | (download)

' | 2 1 + 1 - 0 !
src/stringlist.c | 6 3 + 3 - 0 !
src/stringlist.h | 2 1 + 1 - 0 !
src/util.c | 2 1 + 1 - 0 !
4 files changed, 6 insertions(+), 6 deletions(-)

 fix 'auxilliary' typo, replace with 'auxiliary'.
manpage.patch | (download)

data/ncview.1.sed | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix man page issues reported by lintian.
autoreconf.patch | (download)

configure.in | 2 1 + 1 - 0 !
src/Makefile.am | 2 2 + 0 - 0 !
2 files changed, 3 insertions(+), 1 deletion(-)

 modernize autotools for clean autoreconf.
 The issues in question:
 .
 configure.in:39: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
 configure.in:39: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
 configure.in:33: installing './compile'
 src/Makefile.am:21: warning: source file 'interface/interface.c' is in a subdirectory,
 src/Makefile.am:21: but option 'subdir-objects' is disabled
 automake: warning: possible forward-incompatibility.
 automake: At least a source file is in a subdirectory, but the 'subdir-objects'
 automake: automake option hasn't been enabled.  For now, the corresponding output
 automake: object file(s) will be placed in the top-level directory.  However,
 automake: this behaviour will change in future Automake versions: they will
 automake: unconditionally cause object files to be placed in the same subdirectory
 automake: of the corresponding sources.
 automake: You are advised to start using 'subdir-objects' option throughout your
 automake: project, to avoid future incompatibilities.
netcdf cc.patch | (download)

configure.in | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 disable netcdf compiler check.
 Check fails for compiler used to build new netcdf packages:
 .
  checking for nc-config... yes
  Netcdf library version: netCDF 4.4.0-rc2
  Netcdf library has version 4 interface present: yes
  Netcdf library was compiled with C compiler: /usr/bin/cc
  checking for /usr/bin/cc... no
  configure: error: in `/tmp/buildd/ncview-2.1.5+ds1':
  configure: error: no acceptable C compiler found in $PATH
determining typo.patch | (download)

src/view.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix 'determing' typo, replace with 'determining'.