[python-mpop] 02/07: Update upstream source from tag 'upstream/1.5.0'

2017-10-21 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository python-mpop.

commit 715f9cc788178be1631ba40b4772f3c6fe5b4a03
Merge: fb686e2 3bf0edc
Author: Antonio Valentino 
Date:   Sat Oct 21 06:47:38 2017 +

Update upstream source from tag 'upstream/1.5.0'

Update to upstream version '1.5.0'
with Debian dir b820d64f3f6a19ecaacc038ea957475b75845765

 .bumpversion.cfg |2 +-
 changelog.rst| 1437 +++---
 mpop/channel.py  |   97 +--
 mpop/imageo/formats/ninjotiff.py |9 +-
 mpop/imageo/geo_image.py |4 +-
 mpop/instruments/viirs.py|   15 +-
 mpop/instruments/visir.py|4 +-
 mpop/projector.py|  332 +
 mpop/satin/aapp1b.py |   68 +-
 mpop/satin/eps_l1b.py|   16 +-
 mpop/satin/mipp_xrit.py  |   28 +-
 mpop/satin/viirs_sdr.py  |   39 +-
 mpop/scene.py|2 +-
 mpop/tests/test_projector.py |   79 ++-
 mpop/version.py  |2 +-
 setup.cfg|1 -
 utils/precompute_projection.py   |  109 +++
 17 files changed, 648 insertions(+), 1596 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-mpop.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[python-mpop] 04/07: Standard version bump

2017-10-21 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository python-mpop.

commit 959b0929630ddf455efcb0faf1516840d5a973f3
Author: Antonio Valentino 
Date:   Sat Oct 21 07:07:36 2017 +

Standard version bump
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e6ccdea..c258ca6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ python-mpop (1.5.0-1) UNRELEASED; urgency=medium
 
   [ Antonio Valentino ]
   * New upstream release
+  * Standard version bumped to v 4.1.1 (no change)
 
  -- Bas Couwenberg   Wed, 27 Sep 2017 15:02:38 +0200
 
diff --git a/debian/control b/debian/control
index b321abb..e27fbdd 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Build-Depends: debhelper (>= 9.0.0),
python-pyorbital,
python-netcdf4,
python-mock
-Standards-Version: 4.0.0
+Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/python-mpop.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/python-mpop.git
 Homepage: https://github.com/mraspaud/mpop

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-mpop.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[python-mpop] 05/07: Remove unnecessary testsuite autopkgtest header

2017-10-21 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository python-mpop.

commit ff1649db0efa0f7a4054ef5e1fce8d50e4c79ccb
Author: Antonio Valentino 
Date:   Sat Oct 21 07:13:17 2017 +

Remove unnecessary testsuite autopkgtest header
---
 debian/changelog | 2 ++
 debian/control   | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c258ca6..ab90bd4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ python-mpop (1.5.0-1) UNRELEASED; urgency=medium
   [ Antonio Valentino ]
   * New upstream release
   * Standard version bumped to v 4.1.1 (no change)
+  * debian/control
+- remove unnecessary testsuite autopkgtest header (lintian)
 
  -- Bas Couwenberg   Wed, 27 Sep 2017 15:02:38 +0200
 
diff --git a/debian/control b/debian/control
index e27fbdd..235db13 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,6 @@ Source: python-mpop
 Maintainer: Debian GIS Project 
 Uploaders: Antonio Valentino 
 Section: python
-Testsuite: autopkgtest
 Priority: optional
 Build-Depends: debhelper (>= 9.0.0),
dh-python,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-mpop.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[python-mpop] branch pristine-tar updated (70a62c4 -> 961e8d0)

2017-10-21 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a change to branch pristine-tar
in repository python-mpop.

  from  70a62c4   pristine-tar data for python-mpop_1.4.0.orig.tar.gz
   new  961e8d0   pristine-tar data for python-mpop_1.5.0.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 python-mpop_1.5.0.orig.tar.gz.delta | Bin 0 -> 5097 bytes
 python-mpop_1.5.0.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 python-mpop_1.5.0.orig.tar.gz.delta
 create mode 100644 python-mpop_1.5.0.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-mpop.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[python-mpop] annotated tag upstream/1.5.0 created (now b55f38f)

2017-10-21 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a change to annotated tag upstream/1.5.0
in repository python-mpop.

at  b55f38f   (tag)
   tagging  3bf0edc22df01ea34327a58f60a594d1d75837dd (commit)
  replaces  upstream/1.4.0
 tagged by  Antonio Valentino
on  Sat Oct 21 06:47:38 2017 +

- Log -
Upstream version 1.5.0

Antonio Valentino (1):
  New upstream version 1.5.0

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-mpop.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[python-mpop] branch master updated (fb686e2 -> af2bd41)

2017-10-21 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a change to branch master
in repository python-mpop.

  from  fb686e2   Add python3-sphinx to build dependencies.
   new  3bf0edc   New upstream version 1.5.0
   new  715f9cc   Update upstream source from tag 'upstream/1.5.0'
   new  ba63b51   New upstream release
   new  959b092   Standard version bump
   new  ff1649d   Remove unnecessary testsuite autopkgtest header
   new  6f0a0ed   Lintian overrides
   new  af2bd41   Set distribution to unstable

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .bumpversion.cfg |2 +-
 changelog.rst| 1437 +++---
 debian/changelog |   15 +-
 debian/control   |3 +-
 debian/source.lintian-overrides  |4 +
 mpop/channel.py  |   97 +--
 mpop/imageo/formats/ninjotiff.py |9 +-
 mpop/imageo/geo_image.py |4 +-
 mpop/instruments/viirs.py|   15 +-
 mpop/instruments/visir.py|4 +-
 mpop/projector.py|  332 +
 mpop/satin/aapp1b.py |   68 +-
 mpop/satin/eps_l1b.py|   16 +-
 mpop/satin/mipp_xrit.py  |   28 +-
 mpop/satin/viirs_sdr.py  |   39 +-
 mpop/scene.py|2 +-
 mpop/tests/test_projector.py |   79 ++-
 mpop/version.py  |2 +-
 setup.cfg|1 -
 utils/precompute_projection.py   |  109 +++
 20 files changed, 666 insertions(+), 1600 deletions(-)
 create mode 100644 debian/source.lintian-overrides
 create mode 100644 utils/precompute_projection.py

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-mpop.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[python-mpop] 03/07: New upstream release

2017-10-21 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository python-mpop.

commit ba63b5102fc23c7fcd7d746f54a10920026b5d07
Author: Antonio Valentino 
Date:   Sat Oct 21 06:48:43 2017 +

New upstream release
---
 debian/changelog | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b09e2e6..e6ccdea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-python-mpop (1.4.0-4) UNRELEASED; urgency=medium
+python-mpop (1.5.0-1) UNRELEASED; urgency=medium
 
+  [ Bas Couwenberg ]
   * Team upload.
   * Add python3-sphinx to build dependencies.
 
+  [ Antonio Valentino ]
+  * New upstream release
+
  -- Bas Couwenberg   Wed, 27 Sep 2017 15:02:38 +0200
 
 python-mpop (1.4.0-3) unstable; urgency=medium

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-mpop.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[python-mpop] branch upstream updated (f15522b -> 3bf0edc)

2017-10-21 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a change to branch upstream
in repository python-mpop.

  from  f15522b   New upstream version 1.4.0
   new  3bf0edc   New upstream version 1.5.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .bumpversion.cfg |2 +-
 changelog.rst| 1437 +++---
 mpop/channel.py  |   97 +--
 mpop/imageo/formats/ninjotiff.py |9 +-
 mpop/imageo/geo_image.py |4 +-
 mpop/instruments/viirs.py|   15 +-
 mpop/instruments/visir.py|4 +-
 mpop/projector.py|  332 +
 mpop/satin/aapp1b.py |   68 +-
 mpop/satin/eps_l1b.py|   16 +-
 mpop/satin/mipp_xrit.py  |   28 +-
 mpop/satin/viirs_sdr.py  |   39 +-
 mpop/scene.py|2 +-
 mpop/tests/test_projector.py |   79 ++-
 mpop/version.py  |2 +-
 setup.cfg|1 -
 utils/precompute_projection.py   |  109 +++
 17 files changed, 648 insertions(+), 1596 deletions(-)
 create mode 100644 utils/precompute_projection.py

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-mpop.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[python-mpop] 01/01: pristine-tar data for python-mpop_1.5.0.orig.tar.gz

2017-10-21 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch pristine-tar
in repository python-mpop.

commit 961e8d0490946b6437983e59226355841b45e392
Author: Antonio Valentino 
Date:   Sat Oct 21 06:47:38 2017 +

pristine-tar data for python-mpop_1.5.0.orig.tar.gz
---
 python-mpop_1.5.0.orig.tar.gz.delta | Bin 0 -> 5097 bytes
 python-mpop_1.5.0.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/python-mpop_1.5.0.orig.tar.gz.delta 
b/python-mpop_1.5.0.orig.tar.gz.delta
new file mode 100644
index 000..1d93cd7
Binary files /dev/null and b/python-mpop_1.5.0.orig.tar.gz.delta differ
diff --git a/python-mpop_1.5.0.orig.tar.gz.id b/python-mpop_1.5.0.orig.tar.gz.id
new file mode 100644
index 000..a4ff383
--- /dev/null
+++ b/python-mpop_1.5.0.orig.tar.gz.id
@@ -0,0 +1 @@
+412d3b7b57e2e7d1c2fbdf0c24334aa84c712017

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-mpop.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[python-mpop] 06/07: Lintian overrides

2017-10-21 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository python-mpop.

commit 6f0a0eda6b783cbc352224d72e1c9ea7bf13d18d
Author: Antonio Valentino 
Date:   Sat Oct 21 07:19:10 2017 +

Lintian overrides
---
 debian/changelog| 4 
 debian/source.lintian-overrides | 4 
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ab90bd4..dd8fbaf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,10 @@ python-mpop (1.5.0-1) UNRELEASED; urgency=medium
   * Standard version bumped to v 4.1.1 (no change)
   * debian/control
 - remove unnecessary testsuite autopkgtest header (lintian)
+  * debian/source.lintian-overrides
+- added an override for python-foo-but-no-python3-foo python-mpop:
+  python-mpop does not support Python 3 currently (see
+  https://github.com/pytroll/mpop/issues/19)
 
  -- Bas Couwenberg   Wed, 27 Sep 2017 15:02:38 +0200
 
diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides
new file mode 100644
index 000..102a94a
--- /dev/null
+++ b/debian/source.lintian-overrides
@@ -0,0 +1,4 @@
+# Currently mpop does not support python3
+# (see https://github.com/pytroll/mpop/issues/19)
+python-mpop source: python-foo-but-no-python3-foo python-mpop
+

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-mpop.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[python-mpop] 07/07: Set distribution to unstable

2017-10-21 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository python-mpop.

commit af2bd41315f2b7eeae71a53e42ae23471d26d043
Author: Antonio Valentino 
Date:   Sat Oct 21 07:20:15 2017 +

Set distribution to unstable
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dd8fbaf..7776a3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-mpop (1.5.0-1) UNRELEASED; urgency=medium
+python-mpop (1.5.0-1) unstable; urgency=medium
 
   [ Bas Couwenberg ]
   * Team upload.
@@ -14,7 +14,7 @@ python-mpop (1.5.0-1) UNRELEASED; urgency=medium
   python-mpop does not support Python 3 currently (see
   https://github.com/pytroll/mpop/issues/19)
 
- -- Bas Couwenberg   Wed, 27 Sep 2017 15:02:38 +0200
+ -- Antonio Valentino   Sat, 21 Oct 2017 
07:19:17 +
 
 python-mpop (1.4.0-3) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-mpop.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[python-mpop] tag debian/1.5.0-1 created (now af2bd41)

2017-10-21 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/1.5.0-1
in repository python-mpop.

at  af2bd41   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-mpop.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[netcdf] 05/06: Strip pre-releases from symbols version.

2017-10-21 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf.

commit 78e10c2cbee1ed064d2ac48d1102b830138f49cc
Author: Bas Couwenberg 
Date:   Sat Oct 21 09:44:59 2017 +0200

Strip pre-releases from symbols version.
---
 debian/changelog   |   1 +
 debian/libnetcdf13.symbols | 928 ++---
 2 files changed, 465 insertions(+), 464 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ff38512..534c44f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ netcdf (1:4.5.0-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Mark mmapio_* symbols as not available on hurd & kfreebsd.
   * Update symbols for 4.5.0.
+  * Strip pre-releases from symbols version.
 
  -- Bas Couwenberg   Sat, 21 Oct 2017 09:27:44 +0200
 
diff --git a/debian/libnetcdf13.symbols b/debian/libnetcdf13.symbols
index feee7de..e611cfa 100644
--- a/debian/libnetcdf13.symbols
+++ b/debian/libnetcdf13.symbols
@@ -2,7 +2,7 @@ libnetcdf.so.13 #PACKAGE# #MINVER#
  Cde2h@Base 4.3.3
  Cdh2e@Base 4.3.3
  DAPparse@Base 4.1.3
- EZXML_NIL@Base 4.5.0~rc1
+ EZXML_NIL@Base 4.5.0
  NC3__enddef@Base 4.1.3
  NC3_abort@Base 4.1.3
  NC3_close@Base 4.1.3
@@ -11,7 +11,7 @@ libnetcdf.so.13 #PACKAGE# #MINVER#
  NC3_def_var@Base 4.1.3
  NC3_del_att@Base 4.1.3
  NC3_dispatch_table@Base 4.1.3
- NC3_finalize@Base 4.4.0~rc4
+ NC3_finalize@Base 4.4.0
  NC3_get_att@Base 4.1.3
  NC3_get_vara@Base 4.1.3
  NC3_initialize@Base 4.1.3
@@ -20,7 +20,7 @@ libnetcdf.so.13 #PACKAGE# #MINVER#
  NC3_inq_attid@Base 4.1.3
  NC3_inq_attname@Base 4.1.3
  NC3_inq_base_pe@Base 4.1.3
- NC3_inq_default_fill_value@Base 4.5.0~rc1
+ NC3_inq_default_fill_value@Base 4.5.0
  NC3_inq_dim@Base 4.1.3
  NC3_inq_dimid@Base 4.1.3
  NC3_inq_format@Base 4.1.3
@@ -28,7 +28,7 @@ libnetcdf.so.13 #PACKAGE# #MINVER#
  NC3_inq_type@Base 4.1.3
  NC3_inq_unlimdim@Base 4.1.3
  NC3_inq_var@Base 4.1.3
- NC3_inq_var_fill@Base 4.5.0~rc1
+ NC3_inq_var_fill@Base 4.5.0
  NC3_inq_varid@Base 4.1.3
  NC3_open@Base 4.1.3
  NC3_put_att@Base 4.1.3
@@ -59,15 +59,15 @@ libnetcdf.so.13 #PACKAGE# #MINVER#
  NC4_def_vlen@Base 4.1.3
  NC4_del_att@Base 4.1.3
  NC4_dispatch_table@Base 4.1.3
- NC4_fileinfo_init@Base 4.4.1~rc2
- NC4_finalize@Base 4.4.0~rc4
+ NC4_fileinfo_init@Base 4.4.1
+ NC4_finalize@Base 4.4.0
  NC4_get_att@Base 4.1.3
- NC4_get_fileinfo@Base 4.4.1~rc2
+ NC4_get_fileinfo@Base 4.4.1
  NC4_get_var_chunk_cache@Base 4.1.3
  NC4_get_vara@Base 4.1.3
  NC4_get_vlen_element@Base 4.1.3
- NC4_hdf5get_libversion@Base 4.4.1~rc2
- NC4_hdf5get_superblock@Base 4.4.1~rc2
+ NC4_hdf5get_libversion@Base 4.4.1
+ NC4_hdf5get_superblock@Base 4.4.1
  NC4_initialize@Base 4.1.3
  NC4_inq@Base 4.1.3
  NC4_inq_att@Base 4.1.3
@@ -102,10 +102,10 @@ libnetcdf.so.13 #PACKAGE# #MINVER#
  NC4_insert_array_compound@Base 4.1.3
  NC4_insert_compound@Base 4.1.3
  NC4_insert_enum@Base 4.1.3
- NC4_isnetcdf4@Base 4.4.1~rc2
+ NC4_isnetcdf4@Base 4.4.1
  NC4_open@Base 4.1.3
  NC4_put_att@Base 4.1.3
- NC4_put_propattr@Base 4.4.1~rc2
+ NC4_put_propattr@Base 4.4.1
  NC4_put_vara@Base 4.1.3
  NC4_put_vlen_element@Base 4.1.3
  NC4_redef@Base 4.1.3
@@ -118,188 +118,188 @@ libnetcdf.so.13 #PACKAGE# #MINVER#
  NC4_set_var_chunk_cache@Base 4.1.3
  NC4_show_metadata@Base 4.1.3
  NC4_sync@Base 4.1.3
- NC4_test_netcdf4@Base 4.4.1~rc2
+ NC4_test_netcdf4@Base 4.4.1
  NC4_var_par_access@Base 4.1.3
  NCD2_close@Base 4.3.3
- NCD2_def_compound@Base 4.4.1~rc1
- NCD2_def_dim@Base 4.4.1~rc1
- NCD2_def_enum@Base 4.4.1~rc1
- NCD2_def_grp@Base 4.4.1~rc1
- NCD2_def_opaque@Base 4.4.1~rc1
- NCD2_def_var@Base 4.4.1~rc1
- NCD2_def_var_chunking@Base 4.4.1~rc1
- NCD2_def_var_deflate@Base 4.4.1~rc1
- NCD2_def_var_endian@Base 4.4.1~rc1
- NCD2_def_var_fill@Base 4.4.1~rc1
- NCD2_def_var_fletcher32@Base 4.4.1~rc1
- NCD2_def_vlen@Base 4.4.1~rc1
- NCD2_del_att@Base 4.4.1~rc1
+ NCD2_def_compound@Base 4.4.1
+ NCD2_def_dim@Base 4.4.1
+ NCD2_def_enum@Base 4.4.1
+ NCD2_def_grp@Base 4.4.1
+ NCD2_def_opaque@Base 4.4.1
+ NCD2_def_var@Base 4.4.1
+ NCD2_def_var_chunking@Base 4.4.1
+ NCD2_def_var_deflate@Base 4.4.1
+ NCD2_def_var_endian@Base 4.4.1
+ NCD2_def_var_fill@Base 4.4.1
+ NCD2_def_var_fletcher32@Base 4.4.1
+ NCD2_def_vlen@Base 4.4.1
+ NCD2_del_att@Base 4.4.1
  NCD2_dispatch_table@Base 4.3.3
- NCD2_finalize@Base 4.4.0~rc4
- NCD2_get_att@Base 4.4.1~rc1
- NCD2_get_var_chunk_cache@Base 4.4.1~rc1
- NCD2_get_vlen_element@Base 4.4.1~rc1
+ NCD2_finalize@Base 4.4.0
+ NCD2_get_att@Base 4.4.1
+ NCD2_get_var_chunk_cache@Base 4.4.1
+ NCD2_get_vlen_element@Base 4.4.1
  NCD2_initialize@Base 4.3.3
- NCD2_inq@Base 4.4.1~rc1
- NCD2_inq_att@Base 4.4.1~rc1
- NCD2_inq_attid@Base 4.4.1~rc1
- NCD2_inq_attname@Base 4.4.1~rc1
- NCD2_inq_base_pe@Base 4.4.1~rc1
- NCD2_inq_compound_field@Base 4.4.1~rc1
- NCD2_inq_compound_fieldindex@Base 4.4.1~rc1
- NCD2_inq_dim@Base 4.4.1~rc1
- NCD2_inq_dimid@Base 4.4.1~rc1
- NCD2_inq_dimids@Base 4.4.1~rc1
- NCD2_inq_enum_ident@Base 4.4.1~

[netcdf] 03/06: New upstream release.

2017-10-21 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf.

commit 6ef0fd896e6ed324049a3fd1b167bc76b3c400d4
Author: Bas Couwenberg 
Date:   Sat Oct 21 09:27:56 2017 +0200

New upstream release.
---
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f389e22..fcbfbb0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-netcdf (1:4.5.0~rc3-1~exp2) UNRELEASED; urgency=medium
+netcdf (1:4.5.0-1) UNRELEASED; urgency=medium
 
+  * New upstream release.
   * Mark mmapio_* symbols as not available on hurd & kfreebsd.
 
- -- Bas Couwenberg   Sat, 30 Sep 2017 11:57:57 +0200
+ -- Bas Couwenberg   Sat, 21 Oct 2017 09:27:44 +0200
 
 netcdf (1:4.5.0~rc3-1~exp1) experimental; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[netcdf] branch master updated (7090c96 -> 9143b25)

2017-10-21 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository netcdf.

  from  7090c96   Mark mmapio_* symbols as not available on hurd & kfreebsd.
   new  90bd7fd   New upstream version 4.5.0
   new  5d27d71   Merge tag 'upstream/4.5.0'
   new  6ef0fd8   New upstream release.
   new  bf67ff4   Update symbols for 4.5.0.
   new  78e10c2   Strip pre-releases from symbols version.
   new  9143b25   Set distribution to experimental.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore   |   4 +
 CMakeLists.txt   |   2 +-
 RELEASE_NOTES.md |   5 +-
 configure|  43 +-
 configure.ac |   6 +-
 debian/changelog |   7 +-
 debian/libnetcdf13.symbols   | 929 ---
 docs/CMakeLists.txt  |   2 +-
 docs/Doxyfile.developer  |   2 +-
 docs/Doxyfile.in |   1 -
 docs/Makefile.am |   2 +-
 docs/Makefile.in |   2 +-
 docs/attribute_conventions.md|   5 +-
 docs/internal.dox| 197 -
 docs/mainpage.dox|   1 -
 docs/windows-binaries.md |  30 +-
 include/nctime.h |   5 +
 libdispatch/dattput.c|  54 +--
 libdispatch/dfile.c  |   3 +-
 libdispatch/dvarput.c|  11 +-
 libdispatch/nctime.c |  25 +-
 liblib/Makefile.am   |   2 +-
 liblib/Makefile.in   |   2 +-
 nc-config.cmake.in   |  64 +--
 nc-config.in |   7 +
 nc_test/tst_global_fillval.c |  34 +-
 ncdump/Makefile.am   |   2 +
 ncdump/Makefile.in   |  11 +-
 ncdump/dumplib.c |   7 +
 ncdump/ref_test_360_day_1900.cdl | 470 
 ncdump/ref_test_365_day_1900.cdl | 470 
 ncdump/ref_test_366_day_1900.cdl | 470 
 ncdump/test_360_day_1900.nc  | Bin 0 -> 9348 bytes
 ncdump/test_365_day_1900.nc  | Bin 0 -> 9348 bytes
 ncdump/test_366_day_1900.nc  | Bin 0 -> 9348 bytes
 ncdump/tst_calendars.sh  |  16 +
 36 files changed, 2157 insertions(+), 734 deletions(-)
 create mode 100644 ncdump/ref_test_360_day_1900.cdl
 create mode 100644 ncdump/ref_test_365_day_1900.cdl
 create mode 100644 ncdump/ref_test_366_day_1900.cdl
 create mode 100644 ncdump/test_360_day_1900.nc
 create mode 100644 ncdump/test_365_day_1900.nc
 create mode 100644 ncdump/test_366_day_1900.nc

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[netcdf] annotated tag upstream/4.5.0 created (now 25c0a22)

2017-10-21 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to annotated tag upstream/4.5.0
in repository netcdf.

at  25c0a22   (tag)
   tagging  90bd7fdbb8b4626aaa0ada79ca02707e82edeed7 (commit)
  replaces  upstream/4.5.0_rc3
 tagged by  Bas Couwenberg
on  Sat Oct 21 09:26:43 2017 +0200

- Log -
Upstream version 4.5.0

Bas Couwenberg (1):
  New upstream version 4.5.0

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[netcdf] branch pristine-tar updated (d9376b6 -> c490d66)

2017-10-21 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch pristine-tar
in repository netcdf.

  from  d9376b6   pristine-tar data for netcdf_4.5.0~rc3.orig.tar.gz
   new  c490d66   pristine-tar data for netcdf_4.5.0.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 netcdf_4.5.0.orig.tar.gz.delta | Bin 0 -> 64368 bytes
 netcdf_4.5.0.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 netcdf_4.5.0.orig.tar.gz.delta
 create mode 100644 netcdf_4.5.0.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[netcdf] 06/06: Set distribution to experimental.

2017-10-21 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf.

commit 9143b25bc7bda245810bf0a61fe9c8ad8c3bcc55
Author: Bas Couwenberg 
Date:   Sat Oct 21 09:31:13 2017 +0200

Set distribution to experimental.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 534c44f..bbac0c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-netcdf (1:4.5.0-1) UNRELEASED; urgency=medium
+netcdf (1:4.5.0-1~exp1) experimental; urgency=medium
 
   * New upstream release.
   * Mark mmapio_* symbols as not available on hurd & kfreebsd.
   * Update symbols for 4.5.0.
   * Strip pre-releases from symbols version.
 
- -- Bas Couwenberg   Sat, 21 Oct 2017 09:27:44 +0200
+ -- Bas Couwenberg   Sat, 21 Oct 2017 09:30:59 +0200
 
 netcdf (1:4.5.0~rc3-1~exp1) experimental; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[netcdf] 04/06: Update symbols for 4.5.0.

2017-10-21 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf.

commit bf67ff45171554dcac9640d000c1816dfa4577e6
Author: Bas Couwenberg 
Date:   Sat Oct 21 09:43:09 2017 +0200

Update symbols for 4.5.0.
---
 debian/changelog   | 1 +
 debian/libnetcdf13.symbols | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fcbfbb0..ff38512 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ netcdf (1:4.5.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Mark mmapio_* symbols as not available on hurd & kfreebsd.
+  * Update symbols for 4.5.0.
 
  -- Bas Couwenberg   Sat, 21 Oct 2017 09:27:44 +0200
 
diff --git a/debian/libnetcdf13.symbols b/debian/libnetcdf13.symbols
index a732c8c..feee7de 100644
--- a/debian/libnetcdf13.symbols
+++ b/debian/libnetcdf13.symbols
@@ -318,6 +318,7 @@ libnetcdf.so.13 #PACKAGE# #MINVER#
  cdChar2Comp@Base 4.3.3
  cdParseRelunits@Base 4.3.3
  cdRel2Iso@Base 4.3.3
+ cdSetErrOpts@Base 4.5.0
  cdflegalname@Base 4.3.3
  clauselist@Base 4.1.3
  clonenodenamepath@Base 4.3.3

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[netcdf] 02/06: Merge tag 'upstream/4.5.0'

2017-10-21 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf.

commit 5d27d7125e6018fbf0e934c30e402285bc94815d
Merge: 7090c96 90bd7fd
Author: Bas Couwenberg 
Date:   Sat Oct 21 09:26:44 2017 +0200

Merge tag 'upstream/4.5.0'

Upstream version 4.5.0

 .gitignore   |   4 +
 CMakeLists.txt   |   2 +-
 RELEASE_NOTES.md |   5 +-
 configure|  43 ++--
 configure.ac |   6 +-
 docs/CMakeLists.txt  |   2 +-
 docs/Doxyfile.developer  |   2 +-
 docs/Doxyfile.in |   1 -
 docs/Makefile.am |   2 +-
 docs/Makefile.in |   2 +-
 docs/attribute_conventions.md|   5 +-
 docs/internal.dox| 197 ++--
 docs/mainpage.dox|   1 -
 docs/windows-binaries.md |  30 +--
 include/nctime.h |   5 +
 libdispatch/dattput.c|  54 +
 libdispatch/dfile.c  |   3 +-
 libdispatch/dvarput.c|  11 +-
 libdispatch/nctime.c |  25 ++-
 liblib/Makefile.am   |   2 +-
 liblib/Makefile.in   |   2 +-
 nc-config.cmake.in   |  64 +++---
 nc-config.in |   7 +
 nc_test/tst_global_fillval.c |  34 ++-
 ncdump/Makefile.am   |   2 +
 ncdump/Makefile.in   |  11 +-
 ncdump/dumplib.c |   7 +
 ncdump/ref_test_360_day_1900.cdl | 470 +++
 ncdump/ref_test_365_day_1900.cdl | 470 +++
 ncdump/ref_test_366_day_1900.cdl | 470 +++
 ncdump/test_360_day_1900.nc  | Bin 0 -> 9348 bytes
 ncdump/test_365_day_1900.nc  | Bin 0 -> 9348 bytes
 ncdump/test_366_day_1900.nc  | Bin 0 -> 9348 bytes
 ncdump/tst_calendars.sh  |  16 ++
 34 files changed, 1687 insertions(+), 268 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[netcdf] tag debian/1%4.5.0-1_exp1 created (now 9143b25)

2017-10-21 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/1%4.5.0-1_exp1
in repository netcdf.

at  9143b25   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[netcdf] branch upstream updated (a1dc2b9 -> 90bd7fd)

2017-10-21 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository netcdf.

  from  a1dc2b9   New upstream version 4.5.0~rc3
   new  90bd7fd   New upstream version 4.5.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore   |   4 +
 CMakeLists.txt   |   2 +-
 RELEASE_NOTES.md |   5 +-
 configure|  43 ++--
 configure.ac |   6 +-
 docs/CMakeLists.txt  |   2 +-
 docs/Doxyfile.developer  |   2 +-
 docs/Doxyfile.in |   1 -
 docs/Makefile.am |   2 +-
 docs/Makefile.in |   2 +-
 docs/attribute_conventions.md|   5 +-
 docs/internal.dox| 197 ++--
 docs/mainpage.dox|   1 -
 docs/windows-binaries.md |  30 +--
 include/nctime.h |   5 +
 libdispatch/dattput.c|  54 +
 libdispatch/dfile.c  |   3 +-
 libdispatch/dvarput.c|  11 +-
 libdispatch/nctime.c |  25 ++-
 liblib/Makefile.am   |   2 +-
 liblib/Makefile.in   |   2 +-
 nc-config.cmake.in   |  64 +++---
 nc-config.in |   7 +
 nc_test/tst_global_fillval.c |  34 ++-
 ncdump/Makefile.am   |   2 +
 ncdump/Makefile.in   |  11 +-
 ncdump/dumplib.c |   7 +
 ncdump/ref_test_360_day_1900.cdl | 470 +++
 ncdump/ref_test_365_day_1900.cdl | 470 +++
 ncdump/ref_test_366_day_1900.cdl | 470 +++
 ncdump/test_360_day_1900.nc  | Bin 0 -> 9348 bytes
 ncdump/test_365_day_1900.nc  | Bin 0 -> 9348 bytes
 ncdump/test_366_day_1900.nc  | Bin 0 -> 9348 bytes
 ncdump/tst_calendars.sh  |  16 ++
 34 files changed, 1687 insertions(+), 268 deletions(-)
 create mode 100644 ncdump/ref_test_360_day_1900.cdl
 create mode 100644 ncdump/ref_test_365_day_1900.cdl
 create mode 100644 ncdump/ref_test_366_day_1900.cdl
 create mode 100644 ncdump/test_360_day_1900.nc
 create mode 100644 ncdump/test_365_day_1900.nc
 create mode 100644 ncdump/test_366_day_1900.nc

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[netcdf] 01/01: pristine-tar data for netcdf_4.5.0.orig.tar.gz

2017-10-21 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch pristine-tar
in repository netcdf.

commit c490d66b9b8d723773f7a8654b95c41dc383b3fa
Author: Bas Couwenberg 
Date:   Sat Oct 21 09:26:43 2017 +0200

pristine-tar data for netcdf_4.5.0.orig.tar.gz
---
 netcdf_4.5.0.orig.tar.gz.delta | Bin 0 -> 64368 bytes
 netcdf_4.5.0.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/netcdf_4.5.0.orig.tar.gz.delta b/netcdf_4.5.0.orig.tar.gz.delta
new file mode 100644
index 000..1a76344
Binary files /dev/null and b/netcdf_4.5.0.orig.tar.gz.delta differ
diff --git a/netcdf_4.5.0.orig.tar.gz.id b/netcdf_4.5.0.orig.tar.gz.id
new file mode 100644
index 000..a8e152c
--- /dev/null
+++ b/netcdf_4.5.0.orig.tar.gz.id
@@ -0,0 +1 @@
+2245571ea5fabac20a22bece36bfed20ef1d280f

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Processing of python-mpop_1.5.0-1_amd64.changes

2017-10-21 Thread Debian FTP Masters
python-mpop_1.5.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  python-mpop_1.5.0-1.dsc
  python-mpop_1.5.0.orig.tar.gz
  python-mpop_1.5.0-1.debian.tar.xz
  python-mpop_1.5.0-1_all.deb
  python-mpop_1.5.0-1_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Processing of netcdf_4.5.0-1~exp1_amd64.changes

2017-10-21 Thread Debian FTP Masters
netcdf_4.5.0-1~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  netcdf_4.5.0-1~exp1.dsc
  netcdf_4.5.0.orig.tar.gz
  netcdf_4.5.0-1~exp1.debian.tar.xz
  libnetcdf-dev_4.5.0-1~exp1_amd64.deb
  libnetcdf13_4.5.0-1~exp1_amd64.deb
  netcdf-bin_4.5.0-1~exp1_amd64.deb
  netcdf-dbg_4.5.0-1~exp1_amd64.deb
  netcdf-doc_4.5.0-1~exp1_all.deb
  netcdf_4.5.0-1~exp1_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


python-mpop_1.5.0-1_amd64.changes ACCEPTED into unstable

2017-10-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 21 Oct 2017 07:19:17 +
Source: python-mpop
Binary: python-mpop
Architecture: source all
Version: 1.5.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Antonio Valentino 
Description:
 python-mpop - Meteorological Post-Processing Package (MPoP)
Changes:
 python-mpop (1.5.0-1) unstable; urgency=medium
 .
   [ Bas Couwenberg ]
   * Team upload.
   * Add python3-sphinx to build dependencies.
 .
   [ Antonio Valentino ]
   * New upstream release
   * Standard version bumped to v 4.1.1 (no change)
   * debian/control
 - remove unnecessary testsuite autopkgtest header (lintian)
   * debian/source.lintian-overrides
 - added an override for python-foo-but-no-python3-foo python-mpop:
   python-mpop does not support Python 3 currently (see
   https://github.com/pytroll/mpop/issues/19)
Checksums-Sha1:
 070c44f7bfb2580884559d5e68ca89324f48ec13 2187 python-mpop_1.5.0-1.dsc
 88cb0c91bd6c65a1c99fd48d085f937cb4749791 393341 python-mpop_1.5.0.orig.tar.gz
 a94b81706ae3b661797d60405cf91b9243dc98c2 8708 python-mpop_1.5.0-1.debian.tar.xz
 a41a073658a056b291c6a44097bb9ce4a7fc2409 317360 python-mpop_1.5.0-1_all.deb
 3c6c1efde4d8d8da957cb84395e4649256a4651b 10957 
python-mpop_1.5.0-1_amd64.buildinfo
Checksums-Sha256:
 7de01553d75ab9ef44988a945b6dabb85e34f981485167250d55e5186a92302b 2187 
python-mpop_1.5.0-1.dsc
 ddd8d45351b9ecbce28443d71175c051d007caa7d223cc654323fce22b0ee1b9 393341 
python-mpop_1.5.0.orig.tar.gz
 f0b4966e0dca27d5cd302c8b8808ae997f81582d86d1b546f4ac3c02aa4b3321 8708 
python-mpop_1.5.0-1.debian.tar.xz
 feafc8c3ec338c1cf8898eae9d44b349a81805e63248fd130d023e4763e090cb 317360 
python-mpop_1.5.0-1_all.deb
 e67023cbf47212de2caa065a9d743e11dcdb1e6e1d70a1859ce8e30d43fe2db3 10957 
python-mpop_1.5.0-1_amd64.buildinfo
Files:
 6671a66cbc4790f8527b6869d23e8d05 2187 python optional python-mpop_1.5.0-1.dsc
 37970f0a2a7a492fd9f0941400cc82a7 393341 python optional 
python-mpop_1.5.0.orig.tar.gz
 b5568771654b439d4a6008c4e8f5f8b9 8708 python optional 
python-mpop_1.5.0-1.debian.tar.xz
 45ae68a52114dda15221bf4f9cd12142 317360 python optional 
python-mpop_1.5.0-1_all.deb
 ae84c3ed4de9126b363aa45a52b7ab32 10957 python optional 
python-mpop_1.5.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlnq+4YACgkQZ1DxCuiN
SvHGHg/5AW1qJkRPik9qmCzozpKA87GWDYkeT8lwNJdlR1f+8QsBwo5pbcpJf2u0
hO/GfJlBFNVM1jsFV662gNA6RJMbXY7qe9dwPRIufQYQfwJ4GqpB8NrvORF/xrTS
jQuNn3MoibrCzxXpfFks/iqYDssdqBnEgbsnl8IBHiN6dzLSc5dDAVzLJOcvuJGn
9wE3EcKtEugL32xbolCBbNyP84+FZrOFD4Ie331B1sBuMP6OBxNNkqYS8mvfTJ+3
1Od7U3/Bz5jIZ6NkQTv2vPPhjlnMBY5SHIMpOXHgLXu9HWXlwuAleQiOMQXtpfhp
aEYm57xQ5TEgXz/tU2tE59B4sPoUcoTQcxacRYIiTLR/9zfPXPilryTaFiLXTSjw
Sq+aivV1jHtATffsNG9/03fqOPWv/qgJXEVAx/HFfN17NvsPjmQGNRoznnWCcQiy
xMD8GzHe7Xss3VvplxGgxPN3foi3NHDmQ+EZpjJ73rrM/gJ7FyUv+NXoH8ybTvOW
F8X0eR0SER6ARtMtfMWblrvrQDw6FI3bweEBx5FpGwrBOPEj6Z6fMZhBkkyYj5Ax
lKwQ+sU9u302nB6hlT2V3p1eSM9my0E1kF7gQmMjCoqm5sdOxPM+mrUaG5Wrl+Jd
UJ3aNImSY5iA6my/DgtpKuCbKWAPGZJwiU9EeF7LrWRqzpTTyy8=
=15HB
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


netcdf_4.5.0-1~exp1_amd64.changes ACCEPTED into experimental

2017-10-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 21 Oct 2017 09:30:59 +0200
Source: netcdf
Binary: netcdf-doc libnetcdf13 libnetcdf-dev netcdf-dbg netcdf-bin
Architecture: source amd64 all
Version: 1:4.5.0-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libnetcdf-dev - creation, access, and sharing of scientific data
 libnetcdf13 - Interface for scientific data access to large binary data
 netcdf-bin - Programs for reading and writing NetCDF files
 netcdf-dbg - debugging symbols for NetCDF
 netcdf-doc - Documentation for NetCDF
Changes:
 netcdf (1:4.5.0-1~exp1) experimental; urgency=medium
 .
   * New upstream release.
   * Mark mmapio_* symbols as not available on hurd & kfreebsd.
   * Update symbols for 4.5.0.
   * Strip pre-releases from symbols version.
Checksums-Sha1:
 5a133bbbcd56ea401d7fadbff6299ca1ce31390b 2407 netcdf_4.5.0-1~exp1.dsc
 13188855f58ed6d32c1305f6e73f5eaffe8bf26e 17967377 netcdf_4.5.0.orig.tar.gz
 b1212885d1fbe31b2f37c6188854bb1fa909df16 24792 
netcdf_4.5.0-1~exp1.debian.tar.xz
 dcc22824a568e55887a47727eb52e25926ab34d6 79256 
libnetcdf-dev_4.5.0-1~exp1_amd64.deb
 8763969b05af489d44c63ac1b335da8067863d12 381328 
libnetcdf13_4.5.0-1~exp1_amd64.deb
 57ef5e57e6fd325a52872ff59f158ee9ea8ad5a2 226168 
netcdf-bin_4.5.0-1~exp1_amd64.deb
 0e0ac2eb05a0d884b773045fcc6054b4d5cc04b0 1562516 
netcdf-dbg_4.5.0-1~exp1_amd64.deb
 02dd4f3994a9901b7e7b3d478fd73b40c5678078 2113700 
netcdf-doc_4.5.0-1~exp1_all.deb
 5664988840bc7dc40e86e83d7f15295b6e8d547e 9836 
netcdf_4.5.0-1~exp1_amd64.buildinfo
Checksums-Sha256:
 f58faac8eacad174fc7f3091dd627c505825be98d1c97732643ee00c149a2280 2407 
netcdf_4.5.0-1~exp1.dsc
 f7d1cb2a82100b9bf9a1130a50bc5c7baf0de5b5022860ac3e09a0a32f83cf4a 17967377 
netcdf_4.5.0.orig.tar.gz
 5ed9bb245d630f50052036a116fdabb33dc095c7241a997af6c9dca39ad70073 24792 
netcdf_4.5.0-1~exp1.debian.tar.xz
 3f5e39e23459c36f95bb38dc6ee0cdb03adc3a0392aa9567ab8f4a823796f5cb 79256 
libnetcdf-dev_4.5.0-1~exp1_amd64.deb
 79a50908557c62eca90654bcff68ac5e5996d9fb9141d06b344fbe24f64719e1 381328 
libnetcdf13_4.5.0-1~exp1_amd64.deb
 92c55250d1cb248e72776bb542749ea639c535f2f5b4a3f5ae0ea7c177b1c11e 226168 
netcdf-bin_4.5.0-1~exp1_amd64.deb
 0027654298b859efbaaa28a9624ccbbcc8878b4c1d9438da19f1ee418b97254d 1562516 
netcdf-dbg_4.5.0-1~exp1_amd64.deb
 553c82394810b9fbcded53dd12a33be7cddeb4ef6568badab5df5a484b5691e7 2113700 
netcdf-doc_4.5.0-1~exp1_all.deb
 4db4b855cbdccdca1fa59905ec63abc7c8495a4677c702f9b3565f1c0bbde958 9836 
netcdf_4.5.0-1~exp1_amd64.buildinfo
Files:
 528c506dc072ddf6b1bc979a58665370 2407 science optional netcdf_4.5.0-1~exp1.dsc
 a523ad253bd832efa632847940c2317e 17967377 science optional 
netcdf_4.5.0.orig.tar.gz
 2b39532f9097158d4fa0de8f3889c6a7 24792 science optional 
netcdf_4.5.0-1~exp1.debian.tar.xz
 3b66d6f9036ad5024e104ac184a3ba43 79256 libdevel optional 
libnetcdf-dev_4.5.0-1~exp1_amd64.deb
 49eccd4e7f4779ff0ef4388a57684ccf 381328 libs optional 
libnetcdf13_4.5.0-1~exp1_amd64.deb
 a4d10e691d59c3a33b7b82373cb427f6 226168 science optional 
netcdf-bin_4.5.0-1~exp1_amd64.deb
 9c8c7cda71b1ccb1a2bf9caf17e8f463 1562516 debug optional 
netcdf-dbg_4.5.0-1~exp1_amd64.deb
 f702b786f8744329504727fa619ee876 2113700 doc optional 
netcdf-doc_4.5.0-1~exp1_all.deb
 5cc03194e6dabe8330940dd0a4f5d1c1 9836 science optional 
netcdf_4.5.0-1~exp1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlnq/VgACgkQZ1DxCuiN
SvEFBA/+N7h2mK2N0YdAiVFn9gLn1sQAjwY06Kk2WAwAdwQV58LtvaQMviNL6AmO
KvwteiV7ISoBr7U0RgXFQr3YMpzHN07AIi94xEpDR6Z7i7nkyvZrCCrzZNTvWOWl
poUn5AYqUQw0q/QltJtb6gZl/2jFS4Cynmzg8jFz6WtHJ0xzYMd8aZBrmx2euo38
m+5T3tcp7Mdc+ojkZ/N2Gg3jethwxSmNNfA/YEJ+AbXjzKzrH3+m4S/AcPduQarv
AMKpS+FfEZbF3xiE1wUbHIc6rg5gRXWp2eVuasrgZ3XdI3ZyAqIL21Cn2cmu4EhD
VpSoyL6dhbi4LzqDzgcdOOYbNbc+YOUi4kfvW84hhot+XLvH/ERCUiXKmIadsAWo
gt5vrEt+YKGVY+BH4A9TAeaX04AqaQFJaV8WZtTZcfkEZQy4+ghqkTW0pzgVqmD4
tr+ugbw6Df7qOeKYe4Hs1O8lHkaCcj9HaNVbiBq1gS089iMF4uSSQnEQZzpeS9q4
h0k6vQh1eR2O002guejuuOq4wtG5ZU1ARQC2R2TUuuRolBmnzJ7E4CHbVcmKZKi6
nYza8st/pqCLI77V5JTz7qRsOr9waY/LcKMEut2t9cUH0yhg3lQ1goqZSe3S+sLi
REIbWiKKwew4xDd8Zu68vrnJ/zGWgo72JK+XBUA14RSHeGPrbiw=
=V/rk
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


otb is marked for autoremoval from testing

2017-10-21 Thread Debian testing autoremoval watch
otb 6.0.0+dfsg-4 is marked for autoremoval from testing on 2017-11-15

It (build-)depends on packages with these RC bugs:
853658: shark: ftbfs with GCC-7


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel