This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository netcdf.
commit b84f02d53adf8a7ebfa4a1ada9c806ef76946b2a Author: Bas Couwenberg <[email protected]> Date: Fri Jan 15 02:15:55 2016 +0100 Add patch for 'attributes' typo. --- debian/changelog | 1 + debian/patches/attributes-typo.patch | 15 +++++++++++++++ debian/patches/series | 1 + 3 files changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index a0382ec..475882f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ netcdf (1:4.4.0-1) UNRELEASED; urgency=medium * New upstream release. * Update copyright file, add license & copyright for Bison files. * Rename library package for SONAME bump. + * Add patch for 'attributes' typo. -- Bas Couwenberg <[email protected]> Fri, 15 Jan 2016 01:50:29 +0100 diff --git a/debian/patches/attributes-typo.patch b/debian/patches/attributes-typo.patch new file mode 100644 index 0000000..596a0f9 --- /dev/null +++ b/debian/patches/attributes-typo.patch @@ -0,0 +1,15 @@ +Description: Fix 'atttributes' typo, replace with 'attributes'. +Author: Bas Couwenberg <[email protected]> +Forwarded: https://github.com/Unidata/netcdf-c/pull/190 + +--- a/ncgen/ncgen.1 ++++ b/ncgen/ncgen.1 +@@ -751,7 +751,7 @@ matching one of `classic', `64-bit offse + The rest of the special attributes are all variable attributes. + Essentially all of then map to some corresponding `nc_def_var_XXX' + function as defined in the netCDF-4 API. +-For the atttributes that are essentially boolean (_Fletcher32, _Shuffle, ++For the attributes that are essentially boolean (_Fletcher32, _Shuffle, + and _NOFILL), the value true can be specified by using the strings + `true' or `1', or by using the integer 1. + The value false expects either `false', `0', or the integer 0. diff --git a/debian/patches/series b/debian/patches/series index 60a8cb7..42f84d2 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ link-private.patch privacy-breach-logo.patch hdf5-library-path.patch +attributes-typo.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

