This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch stretch-backports in repository nco.
commit e886e636f80d309ae1fb265fb9eb5a1466e8892b Merge: 6c77555 8ae0a49 Author: Bas Couwenberg <[email protected]> Date: Sun Jan 7 11:52:42 2018 +0100 Merge tag 'debian/4.7.1-1' into stretch-backports .travis.yml | 3 + CMakeLists.txt | 53 ++++--- appveyor.yml | 38 +++++ bld/Makefile | 2 + bld/nco.spec | 11 +- bld/nco_dst.pl | 30 ++-- conda.recipe/bld.bat | 34 +++++ conda.recipe/meta.yaml | 43 ++++++ conda.recipe/run_test.bat | 8 ++ config.h.in | 3 + configure | 42 ++++-- configure.ac | 15 +- configure.eg | 47 ++++-- data/in.cdl | 10 +- data/ncclimo | 43 +++--- data/ncremap | 81 +++++++++-- debian/changelog | 7 + debian/control | 2 +- doc/ANNOUNCE | 150 ++++++++++--------- doc/ChangeLog | 80 +++++++++++ doc/VERSION | 2 +- doc/build_hints.shtml | 2 +- doc/debian.txt | 162 ++++++++++----------- doc/index.shtml | 81 ++++++----- doc/nco.texi | 115 ++++++++++++--- src/nco++/fmc_all_cls.cc | 358 ++++++++++++++++++++++++++++++++++++++++++++-- src/nco++/fmc_all_cls.hh | 7 +- src/nco++/ncap2_utl.cc | 12 +- src/nco++/ncoGrammer.g | 4 +- src/nco++/ncoTree.cpp | 4 +- src/nco++/prs_cls.cc | 2 +- src/nco/ncap_utl.c | 8 +- src/nco/ncks.c | 26 ++-- src/nco/nco.h | 6 +- src/nco/nco_cnf_dmn.c | 28 ++-- src/nco/nco_ctl.c | 2 +- src/nco/nco_fl_utl.c | 2 +- src/nco/nco_grp_trv.c | 4 + src/nco/nco_grp_utl.c | 18 +-- src/nco/nco_netcdf.c | 304 ++++++++++++++++++++++++++------------- src/nco/nco_netcdf.h | 17 ++- src/nco/nco_prn.c | 84 ++++++----- src/nco/nco_sng_utl.c | 7 +- src/nco/nco_sng_utl.h | 4 +- src/nco/nco_var_avg.c | 16 +-- src/nco/nco_var_utl.c | 2 +- src/nco_c++/nco_utl.cc | 2 +- 47 files changed, 1454 insertions(+), 527 deletions(-) diff --cc debian/changelog index 18e65cc,95fed85..a236b1d --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,10 +1,16 @@@ + nco (4.7.1-1) unstable; urgency=medium + + * New upstream release. + * Bump Standards-Version to 4.1.2, no changes. + + -- Bas Couwenberg <[email protected]> Thu, 21 Dec 2017 18:29:08 +0100 + +nco (4.7.0-1~bpo9+1) stretch-backports; urgency=medium + + * Rebuild for stretch-backports. + + -- Bas Couwenberg <[email protected]> Wed, 15 Nov 2017 07:25:07 +0100 + nco (4.7.0-1) unstable; urgency=medium * New upstream release. diff --cc debian/control index b292b21,06cfc70..767011a --- a/debian/control +++ b/debian/control @@@ -18,9 -18,9 +18,9 @@@ Build-Depends: debhelper (>= 9) libudunits2-dev, libdap-dev, texinfo - Standards-Version: 4.1.1 + Standards-Version: 4.1.2 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/nco.git -Vcs-Git: https://anonscm.debian.org/git/pkg-grass/nco.git +Vcs-Git: https://anonscm.debian.org/git/pkg-grass/nco.git -b stretch-backports Homepage: http://nco.sourceforge.net/ Package: nco -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/nco.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

