[pyresample] 06/07: Remove unnecessary dh argument: --parallel

2018-02-25 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 pyresample.

commit da77985daf7ebe68d79d6dc8c2c29f2a78dc61eb
Author: Antonio Valentino 
Date:   Sun Feb 25 10:31:49 2018 +

Remove unnecessary dh argument: --parallel
---
 debian/changelog | 2 ++
 debian/rules | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 276d6eb..9da85a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ pyresample (1.8.1-1) UNRELEASED; urgency=medium
   * Update copyright file
   * debian/control
 - remove unnecessary versioned dependency from pykdtree
+  * debian/rules
+- remove unnecessary dh argument: --parallel
 
  -- Antonio Valentino   Sun, 25 Feb 2018 
10:08:46 +
 
diff --git a/debian/rules b/debian/rules
index 64bc286..e0e9c40 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ export PYBUILD_NAME=pyresample
 
 
 %:
-   dh $@ --parallel --with python2,python3,sphinxdoc --buildsystem=pybuild
+   dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 
 
 override_dh_auto_build:

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyresample.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


[pyresample] branch master updated (d796b98 -> d4ca4b6)

2018-02-25 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 pyresample.

  from  d796b98   Set distribution to unstable
   new  b72681d   New upstream version 1.8.1
   new  2eddae9   Update upstream source from tag 'upstream/1.8.1'
   new  45d420c   New upstream release
   new  db4807a   Update copyright file
   new  eacf385   Remove unnecessary versioned dependency from pykdtree
   new  da77985   Remove unnecessary dh argument: --parallel
   new  d4ca4b6   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 +-
 README.md   |   2 +-
 changelog.rst   |  35 
 debian/changelog|  11 +++
 debian/control  |   8 +-
 debian/copyright|   3 +-
 debian/rules|   2 +-
 pyresample/data_reduce.py   |   8 +-
 pyresample/geometry.py  |  15 +++-
 pyresample/kd_tree.py   |   9 +-
 pyresample/test/__init__.py |   3 +-
 pyresample/test/test_data_reduce.py | 172 
 pyresample/test/test_kd_tree.py |  79 +
 pyresample/version.py   |   2 +-
 14 files changed, 253 insertions(+), 98 deletions(-)
 create mode 100644 pyresample/test/test_data_reduce.py

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyresample.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


[pyresample] branch upstream updated (d347304 -> b72681d)

2018-02-25 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 pyresample.

  from  d347304   New upstream version 1.8.0
   new  b72681d   New upstream version 1.8.1

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 +-
 README.md   |   2 +-
 changelog.rst   |  35 
 pyresample/data_reduce.py   |   8 +-
 pyresample/geometry.py  |  15 +++-
 pyresample/kd_tree.py   |   9 +-
 pyresample/test/__init__.py |   3 +-
 pyresample/test/test_data_reduce.py | 172 
 pyresample/test/test_kd_tree.py |  79 +
 pyresample/version.py   |   2 +-
 10 files changed, 235 insertions(+), 92 deletions(-)
 create mode 100644 pyresample/test/test_data_reduce.py

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyresample.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


[pyresample] 04/07: Update copyright file

2018-02-25 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 pyresample.

commit db4807a18fcee0b06553be746e166e77864421dd
Author: Antonio Valentino 
Date:   Sun Feb 25 11:18:07 2018 +0100

Update copyright file
---
 debian/changelog | 1 +
 debian/copyright | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 537a846..29cb50f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 pyresample (1.8.1-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Update copyright file
 
  -- Antonio Valentino   Sun, 25 Feb 2018 
10:08:46 +
 
diff --git a/debian/copyright b/debian/copyright
index 0e0acb6..715af23 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,8 @@ Upstream-Name: pyresample
 Source: https://github.com/pytroll/pyresample
 
 Files: *
-Copyright: 2010-2016, Esben S. Nielsen 
+Copyright: 2018,  Pytroll Developers
+   2010-2016, Esben S. Nielsen 
2010-2016, Thomas Lavergne 
  2010, 2013-2015, Martin Raspaud http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[pyresample] 03/07: New upstream release

2018-02-25 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 pyresample.

commit 45d420c014abb5c7e42f3dea9e348bdd4433b15f
Author: Antonio Valentino 
Date:   Sun Feb 25 10:09:23 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index 0ccbb01..537a846 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyresample (1.8.1-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+
+ -- Antonio Valentino   Sun, 25 Feb 2018 
10:08:46 +
+
 pyresample (1.8.0-1) unstable; urgency=medium
 
   * New upstream release

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyresample.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


[pyresample] 07/07: Set distribution to unstable

2018-02-25 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 pyresample.

commit d4ca4b640d1c9bce8e557b749c2b816a4d6f0715
Author: Antonio Valentino 
Date:   Sun Feb 25 10:53:57 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index 9da85a5..bbaa6b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-pyresample (1.8.1-1) UNRELEASED; urgency=medium
+pyresample (1.8.1-1) unstable; urgency=medium
 
   * New upstream release
   * Update copyright file
@@ -7,7 +7,7 @@ pyresample (1.8.1-1) UNRELEASED; urgency=medium
   * debian/rules
 - remove unnecessary dh argument: --parallel
 
- -- Antonio Valentino   Sun, 25 Feb 2018 
10:08:46 +
+ -- Antonio Valentino   Sun, 25 Feb 2018 
10:53:36 +
 
 pyresample (1.8.0-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyresample.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


[pyresample] 01/01: pristine-tar data for pyresample_1.8.1.orig.tar.gz

2018-02-25 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 pyresample.

commit 7bd1e18e046227b53a4f2eb8d396127e0f151856
Author: Antonio Valentino 
Date:   Sun Feb 25 10:08:25 2018 +

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

diff --git a/pyresample_1.8.1.orig.tar.gz.delta 
b/pyresample_1.8.1.orig.tar.gz.delta
new file mode 100644
index 000..104440b
Binary files /dev/null and b/pyresample_1.8.1.orig.tar.gz.delta differ
diff --git a/pyresample_1.8.1.orig.tar.gz.id b/pyresample_1.8.1.orig.tar.gz.id
new file mode 100644
index 000..5c331ab
--- /dev/null
+++ b/pyresample_1.8.1.orig.tar.gz.id
@@ -0,0 +1 @@
+0d10092d0f668a972ae1d9a5fd52357197b6276d

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyresample.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


[pyresample] annotated tag upstream/1.8.1 created (now 8671e83)

2018-02-25 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.8.1
in repository pyresample.

at  8671e83   (tag)
   tagging  b72681d2de72de3fba9edd4c7cbed9ba9e43709d (commit)
  replaces  upstream/1.8.0
 tagged by  Antonio Valentino
on  Sun Feb 25 10:08:25 2018 +

- Log -
Upstream version 1.8.1

Antonio Valentino (1):
  New upstream version 1.8.1

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyresample.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


[pyresample] 02/07: Update upstream source from tag 'upstream/1.8.1'

2018-02-25 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 pyresample.

commit 2eddae92cb38762bf7f75e05932bfa62f1ed2e60
Merge: d796b98 b72681d
Author: Antonio Valentino 
Date:   Sun Feb 25 10:08:25 2018 +

Update upstream source from tag 'upstream/1.8.1'

Update to upstream version '1.8.1'
with Debian dir f537ad329762a7ceb1528f201ff81c24ae97abe9

 .bumpversion.cfg|   2 +-
 README.md   |   2 +-
 changelog.rst   |  35 
 pyresample/data_reduce.py   |   8 +-
 pyresample/geometry.py  |  15 +++-
 pyresample/kd_tree.py   |   9 +-
 pyresample/test/__init__.py |   3 +-
 pyresample/test/test_data_reduce.py | 172 
 pyresample/test/test_kd_tree.py |  79 +
 pyresample/version.py   |   2 +-
 10 files changed, 235 insertions(+), 92 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyresample.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


[pyresample] 01/07: New upstream version 1.8.1

2018-02-25 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 pyresample.

commit b72681d2de72de3fba9edd4c7cbed9ba9e43709d
Author: Antonio Valentino 
Date:   Sun Feb 25 10:08:11 2018 +

New upstream version 1.8.1
---
 .bumpversion.cfg|   2 +-
 README.md   |   2 +-
 changelog.rst   |  35 
 pyresample/data_reduce.py   |   8 +-
 pyresample/geometry.py  |  15 +++-
 pyresample/kd_tree.py   |   9 +-
 pyresample/test/__init__.py |   3 +-
 pyresample/test/test_data_reduce.py | 172 
 pyresample/test/test_kd_tree.py |  79 +
 pyresample/version.py   |   2 +-
 10 files changed, 235 insertions(+), 92 deletions(-)

diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index e10021a..d50a490 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 1.8.0
+current_version = 1.8.1
 commit = True
 tag = True
 
diff --git a/README.md b/README.md
index d1e5fed..5158019 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Pyresample works with Numpy arrays including support for 
masked arrays.
 Support for parallel resampling using multiple processor cores.
 Plotting capablity using Basemap. As of v0.8.0 
[pykdtree](https://github.com/storpipfugl/pykdtree) can be used to speed up 
processing.
 
-Pyresample is tested with Python 2.6, 2.7, 3.2, 3.3, and 3.4.
+Pyresample is tested with Python 2.7, 3.4, 3.5, and 3.6.
 
 Note: For numpy >= 1.6.2 use pyresample >= 0.7.13  
 
diff --git a/changelog.rst b/changelog.rst
index 4906438..a159ed6 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -2,6 +2,41 @@ Changelog
 =
 
 
+v1.8.1 (2018-02-22)
+---
+- update changelog. [Martin Raspaud]
+- Bump version: 1.8.0 → 1.8.1. [Martin Raspaud]
+- Merge pull request #101 from floriankrb/master. [Martin Raspaud]
+
+  Update README to include correct versions of python tested
+- Update README.md. [Florian]
+- Update README.md. [Florian]
+- Merge pull request #99 from pytroll/feature-dynamic-projs. [Martin
+  Raspaud]
+
+  Add support for dynamic resampling for most projections
+- Do not overwrite provided lon_0 and lat_0. [Martin Raspaud]
+- Add support for dynamic resampling for most projections. [Martin
+  Raspaud]
+- Merge pull request #98 from pytroll/bugfix-data-reduce. [Martin
+  Raspaud]
+
+  Revert "Fix data reduction when poles are within area"
+- Add test for data reduction over the poles. [Martin Raspaud]
+- Make pep8 happy. [Martin Raspaud]
+- Revert "Fix data reduction when poles are within area" [Martin
+  Raspaud]
+
+  This reverts commit 1c9ac493aea549a354f384059e9aa6ad41558fd8.
+
+- Merge pull request #96 from pytroll/bugfix-partially-invalid-source-
+  data. [David Hoese]
+
+  Fix xarray resampling for partially invalid source datasets
+- Fix xarray resampling for partially invalid source datasets. [Martin
+  Raspaud]
+
+
 v1.8.0 (2018-02-02)
 ---
 - update changelog. [Martin Raspaud]
diff --git a/pyresample/data_reduce.py b/pyresample/data_reduce.py
index 76e488a..3d25885 100644
--- a/pyresample/data_reduce.py
+++ b/pyresample/data_reduce.py
@@ -289,14 +289,14 @@ def _get_valid_index(lons_side1, lons_side2, lons_side3, 
lons_side4,
 
 # From the winding number theorem follows:
 # angle_sum possiblilities:
-# 360: area covers north pole
-#-360: area covers south pole
+# -360: area covers north pole
+# 360: area covers south pole
 #   0: area covers no poles
 # else: area covers both poles
-if round(angle_sum) == 360:
+if round(angle_sum) == -360:
 # Covers NP
 valid_index = (lats >= lat_min_buffered)
-elif round(angle_sum) == -360:
+elif round(angle_sum) == 360:
 # Covers SP
 valid_index = (lats <= lat_max_buffered)
 elif round(angle_sum) == 0:
diff --git a/pyresample/geometry.py b/pyresample/geometry.py
index 2e7f8be..8efa8f6 100644
--- a/pyresample/geometry.py
+++ b/pyresample/geometry.py
@@ -186,7 +186,8 @@ class BaseDefinition(object):
 side2 = self.get_lonlats(data_slice=(slice(None), -1))
 side3 = self.get_lonlats(data_slice=(-1, slice(None)))
 side4 = self.get_lonlats(data_slice=(slice(None), 0))
-return Boundary(side1[0], side2[0], side3[0][::-1], side4[0][::-1]), 
Boundary(side1[1], side2[1], side3[1][::-1], side4[1][::-1])
+return (Boundary(side1[0], side2[0], side3[0][::-1], side4[0][::-1]),
+Boundary(side1[1], side2[1], side3[1][::-1], side4[1][::-1]))
 
 def get_cartesian_coords(self, nprocs=None, data_slice=None, cache=False):
 """Retrieve cartesian coordinates of geometry definition
@@ -528,6 +529,14 @@ class SwathDefinition(CoordinateDefinition):
 'lat_0': float(lat0),  'lonc': float(lonc),
 'no_rot

[pyresample] branch pristine-tar updated (ca5040d -> 7bd1e18)

2018-02-25 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 pyresample.

  from  ca5040d   pristine-tar data for pyresample_1.8.0.orig.tar.gz
   new  7bd1e18   pristine-tar data for pyresample_1.8.1.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:
 pyresample_1.8.1.orig.tar.gz.delta | Bin 0 -> 40566 bytes
 pyresample_1.8.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 pyresample_1.8.1.orig.tar.gz.delta
 create mode 100644 pyresample_1.8.1.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyresample.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


[pyresample] 05/07: Remove unnecessary versioned dependency from pykdtree

2018-02-25 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 pyresample.

commit eacf385ddda7d07671d793cac33228e4598ce682
Author: Antonio Valentino 
Date:   Sun Feb 25 10:23:42 2018 +

Remove unnecessary versioned dependency from pykdtree
---
 debian/changelog | 2 ++
 debian/control   | 8 
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 29cb50f..276d6eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ pyresample (1.8.1-1) UNRELEASED; urgency=medium
 
   * New upstream release
   * Update copyright file
+  * debian/control
+- remove unnecessary versioned dependency from pykdtree
 
  -- Antonio Valentino   Sun, 25 Feb 2018 
10:08:46 +
 
diff --git a/debian/control b/debian/control
index 13e5f08..0034b35 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,8 @@ Build-Depends: debhelper (>= 11.0.0),
python3-setuptools,
python-numpy,
python3-numpy,
-   python-pykdtree (>= 1.1.1),
-   python3-pykdtree (>= 1.1.1),
+   python-pykdtree,
+   python3-pykdtree,
python-pyproj,
python3-pyproj,
python-configobj,
@@ -45,7 +45,7 @@ Depends: ${misc:Depends},
  python-numpy,
  python-pyproj,
  python-yaml,
- python-pykdtree (>= 1.1.1),
+ python-pykdtree,
  python-six,
  python-pyresample-test
 Recommends: python-numexpr,
@@ -72,7 +72,7 @@ Depends: ${misc:Depends},
  python3-numpy,
  python3-pyproj,
  python3-yaml,
- python3-pykdtree (>= 1.1.1),
+ python3-pykdtree,
  python3-six,
  python-pyresample-test
 Recommends: python3-numexpr,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyresample.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


[Git][debian-gis-team/pyresample][pristine-tar] pristine-tar data for pyresample_1.8.1.orig.tar.gz

2018-02-25 Thread Antonio Valentino
Antonio Valentino pushed to branch pristine-tar at Debian GIS Project / 
pyresample


Commits:
7bd1e18e by Antonio Valentino at 2018-02-25T10:08:25+00:00
pristine-tar data for pyresample_1.8.1.orig.tar.gz

- - - - -


2 changed files:

- + pyresample_1.8.1.orig.tar.gz.delta
- + pyresample_1.8.1.orig.tar.gz.id


Changes:

=
pyresample_1.8.1.orig.tar.gz.delta
=
Binary files /dev/null and b/pyresample_1.8.1.orig.tar.gz.delta differ


=
pyresample_1.8.1.orig.tar.gz.id
=
--- /dev/null
+++ b/pyresample_1.8.1.orig.tar.gz.id
@@ -0,0 +1 @@
+0d10092d0f668a972ae1d9a5fd52357197b6276d



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyresample/commit/7bd1e18e046227b53a4f2eb8d396127e0f151856

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyresample/commit/7bd1e18e046227b53a4f2eb8d396127e0f151856
You're receiving this email because of your account on salsa.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

[Git][debian-gis-team/pyresample] Pushed new tag upstream/1.8.1

2018-02-25 Thread Antonio Valentino
Antonio Valentino pushed new tag upstream/1.8.1 at Debian GIS Project / 
pyresample

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyresample/tree/upstream/1.8.1
You're receiving this email because of your account on salsa.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

[pyresample] branch master updated (d4ca4b6 -> 7536131)

2018-02-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository pyresample.

  from  d4ca4b6   Set distribution to unstable
   new  f6a07bc   Align copyright holders in copyright file.
   new  7536131   Add upstream metadata.

The 2 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:
 debian/changelog |  4 
 debian/copyright | 10 +-
 debian/upstream/metadata |  6 ++
 3 files changed, 15 insertions(+), 5 deletions(-)
 create mode 100644 debian/upstream/metadata

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyresample.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


[pyresample] tag debian/1.8.1-1 created (now 7536131)

2018-02-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/1.8.1-1
in repository pyresample.

at  7536131   (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/pyresample.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


[pyresample] 01/02: Align copyright holders in copyright file.

2018-02-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository pyresample.

commit f6a07bc3aeda19eb8d968b07001844918ddd4376
Author: Bas Couwenberg 
Date:   Sun Feb 25 13:20:35 2018 +0100

Align copyright holders in copyright file.
---
 debian/copyright | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 715af23..55268dc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,11 +3,11 @@ Upstream-Name: pyresample
 Source: https://github.com/pytroll/pyresample
 
 Files: *
-Copyright: 2018,  Pytroll Developers
-   2010-2016, Esben S. Nielsen 
-   2010-2016, Thomas Lavergne 
- 2010, 2013-2015, Martin Raspaud 
+   2010-2016, Thomas Lavergne 
+ 2010, 2013-2015, Martin Raspaud http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[Git][debian-gis-team/pyresample][master] 2 commits: Align copyright holders in copyright file.

2018-02-25 Thread Bas Couwenberg
Bas Couwenberg pushed to branch master at Debian GIS Project / pyresample


Commits:
f6a07bc3 by Bas Couwenberg at 2018-02-25T13:20:35+01:00
Align copyright holders in copyright file.

- - - - -
7536131a by Bas Couwenberg at 2018-02-25T13:33:54+01:00
Add upstream metadata.

- - - - -


3 changed files:

- debian/changelog
- debian/copyright
- + debian/upstream/metadata


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 pyresample (1.8.1-1) unstable; urgency=medium
 
+  [ Antonio Valentino ]
   * New upstream release
   * Update copyright file
   * debian/control
@@ -7,6 +8,9 @@ pyresample (1.8.1-1) unstable; urgency=medium
   * debian/rules
 - remove unnecessary dh argument: --parallel
 
+  [ Bas Couwenberg ]
+  * Add upstream metadata.
+
  -- Antonio Valentino   Sun, 25 Feb 2018 
10:53:36 +
 
 pyresample (1.8.0-1) unstable; urgency=medium


=
debian/copyright
=
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,11 +3,11 @@ Upstream-Name: pyresample
 Source: https://github.com/pytroll/pyresample
 
 Files: *
-Copyright: 2018,  Pytroll Developers
-   2010-2016, Esben S. Nielsen 
-   2010-2016, Thomas Lavergne 
- 2010, 2013-2015, Martin Raspaud 
+   2010-2016, Thomas Lavergne 
+ 2010, 2013-2015, Martin Raspaud https://github.com/pytroll/pyresample/issues
+Bug-Submit: https://github.com/pytroll/pyresample/issues/new
+Name: Pyresample
+Repository: https://github.com/pytroll/pyresample.git
+Repository-Browse: https://github.com/pytroll/pyresample



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyresample/compare/d4ca4b640d1c9bce8e557b749c2b816a4d6f0715...7536131ac8e0f0ec2794429815dc99cd1f819042

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyresample/compare/d4ca4b640d1c9bce8e557b749c2b816a4d6f0715...7536131ac8e0f0ec2794429815dc99cd1f819042
You're receiving this email because of your account on salsa.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

[pyresample] 02/02: Add upstream metadata.

2018-02-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository pyresample.

commit 7536131ac8e0f0ec2794429815dc99cd1f819042
Author: Bas Couwenberg 
Date:   Sun Feb 25 13:33:54 2018 +0100

Add upstream metadata.
---
 debian/changelog | 4 
 debian/upstream/metadata | 6 ++
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bbaa6b9..1d0f339 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 pyresample (1.8.1-1) unstable; urgency=medium
 
+  [ Antonio Valentino ]
   * New upstream release
   * Update copyright file
   * debian/control
@@ -7,6 +8,9 @@ pyresample (1.8.1-1) unstable; urgency=medium
   * debian/rules
 - remove unnecessary dh argument: --parallel
 
+  [ Bas Couwenberg ]
+  * Add upstream metadata.
+
  -- Antonio Valentino   Sun, 25 Feb 2018 
10:53:36 +
 
 pyresample (1.8.0-1) unstable; urgency=medium
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..e3fb2c3
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Bug-Database: https://github.com/pytroll/pyresample/issues
+Bug-Submit: https://github.com/pytroll/pyresample/issues/new
+Name: Pyresample
+Repository: https://github.com/pytroll/pyresample.git
+Repository-Browse: https://github.com/pytroll/pyresample

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyresample.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


[Git][debian-gis-team/pyresample] Pushed new tag debian/1.8.1-1

2018-02-25 Thread Bas Couwenberg
Bas Couwenberg pushed new tag debian/1.8.1-1 at Debian GIS Project / pyresample

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyresample/tree/debian/1.8.1-1
You're receiving this email because of your account on salsa.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 pyresample_1.8.1-1_amd64.changes

2018-02-25 Thread Debian FTP Masters
pyresample_1.8.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  pyresample_1.8.1-1.dsc
  pyresample_1.8.1.orig.tar.gz
  pyresample_1.8.1-1.debian.tar.xz
  pyresample_1.8.1-1_amd64.buildinfo
  python-pyresample-dbgsym_1.8.1-1_amd64.deb
  python-pyresample-doc_1.8.1-1_all.deb
  python-pyresample-test_1.8.1-1_all.deb
  python-pyresample_1.8.1-1_amd64.deb
  python3-pyresample-dbgsym_1.8.1-1_amd64.deb
  python3-pyresample_1.8.1-1_amd64.deb

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


pyresample_1.8.1-1_amd64.changes ACCEPTED into unstable

2018-02-25 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 25 Feb 2018 10:53:36 +
Source: pyresample
Binary: python-pyresample python3-pyresample python-pyresample-doc 
python-pyresample-test
Architecture: source amd64 all
Version: 1.8.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Antonio Valentino 
Description:
 python-pyresample - Resampling of remote sensing data in Python 2
 python-pyresample-doc - Resampling of remote sensing data in Python 
(documentation)
 python-pyresample-test - Resampling of remote sensing data in Python (test 
suite)
 python3-pyresample - Resampling of remote sensing data in Python 3
Changes:
 pyresample (1.8.1-1) unstable; urgency=medium
 .
   [ Antonio Valentino ]
   * New upstream release
   * Update copyright file
   * debian/control
 - remove unnecessary versioned dependency from pykdtree
   * debian/rules
 - remove unnecessary dh argument: --parallel
 .
   [ Bas Couwenberg ]
   * Add upstream metadata.
Checksums-Sha1:
 6426e21a6fdf6ea5e41193a4b47f121c719868a0 2703 pyresample_1.8.1-1.dsc
 b2e237cc1c980f4bdc4400547281a8391f0e3452 5598714 pyresample_1.8.1.orig.tar.gz
 4d5ff63a844193bf70440b85d6358d8323f514e1 9632 pyresample_1.8.1-1.debian.tar.xz
 f39d212c1f922f2b88fbf4a5f04f4fadb701ec77 11368 
pyresample_1.8.1-1_amd64.buildinfo
 da4ba9c6f97d126156bef67257a1fbae07c981a9 506196 
python-pyresample-dbgsym_1.8.1-1_amd64.deb
 b2aae2aec8fb4dbcf756b7a1156e9e718fb53ac5 3278528 
python-pyresample-doc_1.8.1-1_all.deb
 4b8b7534768a2293a33e67e75e59273e54a9e8ef 1082184 
python-pyresample-test_1.8.1-1_all.deb
 ef9df57c5fe09a15b391c7989a690b603c2c825e 221372 
python-pyresample_1.8.1-1_amd64.deb
 6e9685ecddfe1ac2d1b2b64141fe86013050a083 537476 
python3-pyresample-dbgsym_1.8.1-1_amd64.deb
 7e6ceffc17ccb1f29e264e32be39da7dffb364c5 215024 
python3-pyresample_1.8.1-1_amd64.deb
Checksums-Sha256:
 719d27e96a9c0d830479d45e818b6ff24958f31d60720ce21e4d065d4c37d3e7 2703 
pyresample_1.8.1-1.dsc
 86f46210b4629fddd23eaf0e9e549de18fcc34e648f7fcb3a2accfaff7dd9981 5598714 
pyresample_1.8.1.orig.tar.gz
 0c1d59b4578e4058593eb8319e008824ad5a6f3801f96224e01603affc4cc3da 9632 
pyresample_1.8.1-1.debian.tar.xz
 ef69b78f64bdbbb778be7c0914cb906abad0fa557cfb554057101a039a661192 11368 
pyresample_1.8.1-1_amd64.buildinfo
 13752b360454431fc570feea3c049b45211f9166cd657a90a5231070081bd236 506196 
python-pyresample-dbgsym_1.8.1-1_amd64.deb
 3cd2c69eb43c6c79cc8006e00fc922c0c69b98fb7c288354c108499bdff30f40 3278528 
python-pyresample-doc_1.8.1-1_all.deb
 1fecb0b9278807f7650cb7da2c4fe350692fe4dfcc668a3be1d2551638ae3141 1082184 
python-pyresample-test_1.8.1-1_all.deb
 b694b174f9929f58dab85f7f043fd77c2710e6d9f2a2ff38271a77391653d404 221372 
python-pyresample_1.8.1-1_amd64.deb
 ccaa37cb484ef05cc61a1f6e345770610932a95c17f2587fdc5ab49299e7caf8 537476 
python3-pyresample-dbgsym_1.8.1-1_amd64.deb
 1233d735f2b82946c75d815045f36e7984c770cd0412ad16425e50c4edfacb08 215024 
python3-pyresample_1.8.1-1_amd64.deb
Files:
 4ada39e2d1d425d930938f0d69d1acc3 2703 python optional pyresample_1.8.1-1.dsc
 15450cd7d5838a52f3b052d86f54a8b8 5598714 python optional 
pyresample_1.8.1.orig.tar.gz
 79f8161c04260906b1fa474b4a5f495b 9632 python optional 
pyresample_1.8.1-1.debian.tar.xz
 784966e235cf2fb2393d28bffe5e9e25 11368 python optional 
pyresample_1.8.1-1_amd64.buildinfo
 9eb45178c116b9bccafdf46808f1e20f 506196 debug optional 
python-pyresample-dbgsym_1.8.1-1_amd64.deb
 68162a456f6f06faacc3fbb6991bbc8b 3278528 doc optional 
python-pyresample-doc_1.8.1-1_all.deb
 5b86e9cacf688f8b87547ac6ec0ff4b7 1082184 python optional 
python-pyresample-test_1.8.1-1_all.deb
 d5917029fc500b9ff52643ef866e8db0 221372 python optional 
python-pyresample_1.8.1-1_amd64.deb
 e3b6ae6771604fe581f0bc7d6ca46dee 537476 debug optional 
python3-pyresample-dbgsym_1.8.1-1_amd64.deb
 d46099a218e8fbd302daeb64ddd3777f 215024 python optional 
python3-pyresample_1.8.1-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlqSr6YACgkQZ1DxCuiN
SvGTWg//a5RoRruy+2BUti4lPkUqhyO/ElDDpql479orZHzTVtr46c987nuPtKJv
cLWveEQ3N5rMxMgUU66v6KE2JKWr1uffVjlPpDdLEFvCCLCj7wL2vaFq6/6x8MIC
G5wlb4+xO9C+3mebIt6+kRJr7oCtozLFM22+ToozlDwFyOD4ZrRZqEYcOlzuSpS5
YEMXrEblLAG0oEEN+12xvR9lWJPXcsol7E/3usJsyzfcnydFD3oODVify0vZ1qi5
QimZDmYChF59ab8Ca/v9/V3LIlf7QXtIIbvplLHzilONN0RXgu9e6F6NmoAN0o3l
kO1AIvfl9yyGM76BCr6fVpsuSy0Trp41noC7K+tu/ZX9TausX9tVcVA5MlCvhAsg
FEE6/lhBJAQCtXe9Wv49DixEHO0d9eYwd0mMlRptzHzsL6dvkmhj4GgSn8d9St5a
WrjjM/sGFCXhLCRjGQzJrU+2OC1oVpQP872LIVxYVcCHltdLlh1OaMykLD59k3uM
GoGjIWMr0sB9oo+0IxfUgCUVwLQTtsX/rn3rZxmTgvWWp4/vBrDHTHS6/lGbSAf8
j7/cNa7GlwxxhbZNVkan8bEGudEe93lxLmW0s77OKy4p6stTnlHlvLWa2BsNELvW
IcRiJvsflvzvbT8NWY1W9t9j4CbzgStJIE1+2pOSQewXmsYKzDk=
=3EV9
-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/

mapproxy_1.9.0-3+deb9u1_amd64.changes ACCEPTED into proposed-updates->stable-new, proposed-updates

2018-02-25 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 07 Jan 2018 09:33:15 +0100
Source: mapproxy
Binary: mapproxy python-mapproxy python3-mapproxy mapproxy-doc
Architecture: source all
Version: 1.9.0-3+deb9u1
Distribution: stretch
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 mapproxy   - open source proxy for geospatial data
 mapproxy-doc - open source proxy for geospatial data - documentation
 python-mapproxy - open source proxy for geospatial data - Python 2 module
 python3-mapproxy - open source proxy for geospatial data - Python 3 module
Changes:
 mapproxy (1.9.0-3+deb9u1) stretch; urgency=medium
 .
   * Update branch in gbp.conf & Vcs-Git URL.
   * Add upstream patch to fix Cross Site Scripting (XSS) issue in demo service.
 Fixes CVE-2017-1000426.
Checksums-Sha1:
 41596f368f636c3c149734e8ce8e2c24b5bb0034 2618 mapproxy_1.9.0-3+deb9u1.dsc
 20fabf4bcfb602a2d4fa2ecfa750f07580ca0c3e 23640 
mapproxy_1.9.0-3+deb9u1.debian.tar.xz
 1f0863d5a1074e87737f4c9bfe2495a048a46ec4 758060 
mapproxy-doc_1.9.0-3+deb9u1_all.deb
 d4abd4457677e39087ffafd57935dc5129474e54 24462 mapproxy_1.9.0-3+deb9u1_all.deb
 2244dbc7bf291b4430ff3b7b59934e86467eba3e 15637 
mapproxy_1.9.0-3+deb9u1_amd64.buildinfo
 6cfa6815073e95850727fb7540c89ca3808559b9 431180 
python-mapproxy_1.9.0-3+deb9u1_all.deb
 b5f857025b5546bd21e9e9997b1f42d8a1bdefa6 431244 
python3-mapproxy_1.9.0-3+deb9u1_all.deb
Checksums-Sha256:
 dcfa8fecf9f4a46f813738bb38c24faadd11e10cbded9353e86b0cb08ef053a3 2618 
mapproxy_1.9.0-3+deb9u1.dsc
 f217d5d266e5817e0fa65690eae63f3472ae941bd1d915e767986b566aa85abf 23640 
mapproxy_1.9.0-3+deb9u1.debian.tar.xz
 71f6ca22a72054e210dec5c4112ce2fc5ac8c9cf78af23a04bc5d16f8c3b1bd5 758060 
mapproxy-doc_1.9.0-3+deb9u1_all.deb
 f8e72c46dfc56a37d04e9d5e75a69dd2d50ad159373f4cbc7bcead8ef0aff758 24462 
mapproxy_1.9.0-3+deb9u1_all.deb
 86a70a4092127427794f149472cbd86e311be5009705baf767981ad7199ea533 15637 
mapproxy_1.9.0-3+deb9u1_amd64.buildinfo
 fe1e01dbbc2bd30bcecf3d13025b2164a8672b5553e41099c80cb3341b771a03 431180 
python-mapproxy_1.9.0-3+deb9u1_all.deb
 c0932586c48eec5dcded51ffe273c1c929f45e55fa57c964810d1ab3a189f8ca 431244 
python3-mapproxy_1.9.0-3+deb9u1_all.deb
Files:
 159da059724bd7b00c29b29ecd4d0788 2618 python optional 
mapproxy_1.9.0-3+deb9u1.dsc
 8632c7d4c38a83f60fa6c8b35c474ffe 23640 python optional 
mapproxy_1.9.0-3+deb9u1.debian.tar.xz
 70840cc9c5754af06de0cddcbb0437c1 758060 doc optional 
mapproxy-doc_1.9.0-3+deb9u1_all.deb
 8a7ba43107252a6079807b70d541a0cf 24462 web optional 
mapproxy_1.9.0-3+deb9u1_all.deb
 be65bb385ac136da0bd4322376159ad9 15637 python optional 
mapproxy_1.9.0-3+deb9u1_amd64.buildinfo
 d8ec6461749a40f00e8076f6f97b7328 431180 python optional 
python-mapproxy_1.9.0-3+deb9u1_all.deb
 0f179f7ebcdada6452d87a294ab96277 431244 python optional 
python3-mapproxy_1.9.0-3+deb9u1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlqQYesACgkQZ1DxCuiN
SvFrQA/+MZBXDkqtAPlcy5Y399GRv6/pAf06dfyxLi/w/ghL4X6qnCSOSahmW0DK
hlQ8oH+utovggWtjHkePAPCTK0uDmLMMEqhWrZddqpxIKwlLlMzOACM1bVrJBtEK
a1bhifFpuzIpmPCQz2ar7uw6PITyCi86XxdFWj1elzzm3QTgwxQ884OEzQuLU61B
WpKR8pBJYSKT/1bPyhwtDShrKE1AGPtqJfmw60nqMa7AXQTpyBiLMRQ4/KIly8EW
IMjmeNcnqWYTXcOcNysXn9yaIIg8GgWGeErIjK/q9L+EaJ7NbTfwyGifdSMnj8p4
67VoIYPDzIHoBI2IWzy3RNmGq1x30cJHOzBjn02RPwMQbooS1g+m4j4uT19/hoc/
ySOXp/xweDuDbNciknPKAaadOnSA1dOk5jr2el2xYd7M1j/2mt6ZfyiODHJBLt++
EBrqhAsRwD7VKwxuLtNt8/xyHdVRwbSV/OwlrSxqPiGfCQQfVoqeHgVrpv3lDz0Z
VhrWXr0NUTOog13Qv66+vzfkIrES7siSVUzIjET3B0M3PwI5JVYcATm0Z4sarSZi
O43nDSxa7IqQrkoW/M6aHvm1N16EmQ8idAPYUWq2k5ZNP1K99kjlLh8XPZwm28mS
V/IirIMmUugPCoGNifgjV767vt0iqLpzF87j6ZXd8Ce/h/fFxco=
=y8X5
-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


[pyepr] 02/02: Set distribution to unstable

2018-02-25 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 pyepr.

commit 439f811fc6681362db74673facaa6eab39b163fb
Author: Antonio Valentino 
Date:   Sun Feb 25 18:29:45 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index 8579eef..55e8e59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-pyepr (0.9.3-4) UNRELEASED; urgency=medium
+pyepr (0.9.3-4) unstable; urgency=medium
 
   * Change priority from extra to optional.
   * Bump Standards-Version to 4.1.3, changes: priority.
@@ -12,7 +12,7 @@ pyepr (0.9.3-4) UNRELEASED; urgency=medium
 - fix doc installation
 - remove unnecessary dh argument: --parallel
 
- -- Antonio Valentino   Sun, 24 Sep 2017 
13:20:24 +0200
+ -- Antonio Valentino   Sun, 25 Feb 2018 
18:29:21 +
 
 pyepr (0.9.3-3) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyepr.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


[pyepr] 01/02: Remove unnecessary dh argument: --parallel

2018-02-25 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 pyepr.

commit 1280f1a1cd5a9033acb9525e1f402f6ceab05073
Author: Antonio Valentino 
Date:   Sun Feb 25 18:27:50 2018 +

Remove unnecessary dh argument: --parallel
---
 debian/changelog | 1 +
 debian/rules | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ab36e89..8579eef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ pyepr (0.9.3-4) UNRELEASED; urgency=medium
 - fix python2-epr-dbg recommends to point to python3-numpy-dbg
   * debian/rules
 - fix doc installation
+- remove unnecessary dh argument: --parallel
 
  -- Antonio Valentino   Sun, 24 Sep 2017 
13:20:24 +0200
 
diff --git a/debian/rules b/debian/rules
index 024acd7..1abab9d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ endif
 
 
 %:
-   dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild --parallel
+   dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 
 
 override_dh_gencontrol:

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyepr.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


[pyepr] branch master updated (298e06d -> 439f811)

2018-02-25 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 pyepr.

  from  298e06d   Fix doc installation
   new  1280f1a   Remove unnecessary dh argument: --parallel
   new  439f811   Set distribution to unstable

The 2 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:
 debian/changelog | 5 +++--
 debian/rules | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyepr.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


[Git][debian-gis-team/pyepr][master] 2 commits: Remove unnecessary dh argument: --parallel

2018-02-25 Thread Antonio Valentino
Antonio Valentino pushed to branch master at Debian GIS Project / pyepr


Commits:
1280f1a1 by Antonio Valentino at 2018-02-25T18:35:05+00:00
Remove unnecessary dh argument: --parallel

- - - - -
439f811f by Antonio Valentino at 2018-02-25T18:35:12+00:00
Set distribution to unstable

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-pyepr (0.9.3-4) UNRELEASED; urgency=medium
+pyepr (0.9.3-4) unstable; urgency=medium
 
   * Change priority from extra to optional.
   * Bump Standards-Version to 4.1.3, changes: priority.
@@ -10,8 +10,9 @@ pyepr (0.9.3-4) UNRELEASED; urgency=medium
 - fix python2-epr-dbg recommends to point to python3-numpy-dbg
   * debian/rules
 - fix doc installation
+- remove unnecessary dh argument: --parallel
 
- -- Antonio Valentino   Sun, 24 Sep 2017 
13:20:24 +0200
+ -- Antonio Valentino   Sun, 25 Feb 2018 
18:29:21 +
 
 pyepr (0.9.3-3) unstable; urgency=medium
 


=
debian/rules
=
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ endif
 
 
 %:
-   dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild --parallel
+   dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 
 
 override_dh_gencontrol:



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyepr/compare/298e06df4a2c182032f50a168ed2094acfe1cd4d...439f811fc6681362db74673facaa6eab39b163fb

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyepr/compare/298e06df4a2c182032f50a168ed2094acfe1cd4d...439f811fc6681362db74673facaa6eab39b163fb
You're receiving this email because of your account on salsa.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

[pyepr] 02/02: Add upstream metadata.

2018-02-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository pyepr.

commit 474ebb6ab99adf22c6cb8669dd9daa23f6f7b869
Author: Bas Couwenberg 
Date:   Sun Feb 25 20:22:03 2018 +0100

Add upstream metadata.
---
 debian/changelog | 1 +
 debian/upstream/metadata | 6 ++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c406940..ae574e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ pyepr (0.9.3-4) unstable; urgency=medium
   * Add python3-sphinx to build dependencies.
   * Strip trailing whitespace from changelog.
   * Add autopkgtest to test installability.
+  * Add upstream metadata.
 
   [ Antonio Valentino ]
   * Bump Standards-Version to 4.1.3, no changes.
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..44a3268
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Bug-Database: https://github.com/avalentino/pyepr/issues
+Bug-Submit: https://github.com/avalentino/pyepr/issues/new
+Name: PyEPR
+Repository: https://github.com/avalentino/pyepr.git
+Repository-Browse: https://github.com/avalentino/pyepr

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyepr.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


[pyepr] branch master updated (439f811 -> 474ebb6)

2018-02-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository pyepr.

  from  439f811   Set distribution to unstable
   new  d8c352d   Add autopkgtest to test installability.
   new  474ebb6   Add upstream metadata.

The 2 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:
 debian/changelog | 10 --
 debian/tests/control |  3 +++
 debian/upstream/metadata |  6 ++
 3 files changed, 17 insertions(+), 2 deletions(-)
 create mode 100644 debian/tests/control
 create mode 100644 debian/upstream/metadata

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyepr.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


[pyepr] 01/02: Add autopkgtest to test installability.

2018-02-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository pyepr.

commit d8c352d239926fc820e2478c98adf858ae3bf588
Author: Bas Couwenberg 
Date:   Sun Feb 25 20:09:33 2018 +0100

Add autopkgtest to test installability.
---
 debian/changelog | 9 +++--
 debian/tests/control | 3 +++
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 55e8e59..c406940 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,15 @@
 pyepr (0.9.3-4) unstable; urgency=medium
 
+  [ Bas Couwenberg ]
   * Change priority from extra to optional.
-  * Bump Standards-Version to 4.1.3, changes: priority.
+  * Bump Standards-Version to 4.1.0, changes: priority.
   * Add python3-sphinx to build dependencies.
-  * Set compat to 11.
   * Strip trailing whitespace from changelog.
+  * Add autopkgtest to test installability.
+
+  [ Antonio Valentino ]
+  * Bump Standards-Version to 4.1.3, no changes.
+  * Set compat to 11.
   * debian/control
 - use secure URL for HomePage
 - fix python2-epr-dbg recommends to point to python3-numpy-dbg
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 000..3b18c6d
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyepr.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


[pyepr] tag debian/0.9.3-4 created (now 474ebb6)

2018-02-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/0.9.3-4
in repository pyepr.

at  474ebb6   (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/pyepr.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


[Git][debian-gis-team/pyepr][master] 2 commits: Add autopkgtest to test installability.

2018-02-25 Thread Bas Couwenberg
Bas Couwenberg pushed to branch master at Debian GIS Project / pyepr


Commits:
d8c352d2 by Bas Couwenberg at 2018-02-25T20:09:33+01:00
Add autopkgtest to test installability.

- - - - -
474ebb6a by Bas Couwenberg at 2018-02-25T20:22:03+01:00
Add upstream metadata.

- - - - -


3 changed files:

- debian/changelog
- + debian/tests/control
- + debian/upstream/metadata


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,16 @@
 pyepr (0.9.3-4) unstable; urgency=medium
 
+  [ Bas Couwenberg ]
   * Change priority from extra to optional.
-  * Bump Standards-Version to 4.1.3, changes: priority.
+  * Bump Standards-Version to 4.1.0, changes: priority.
   * Add python3-sphinx to build dependencies.
-  * Set compat to 11.
   * Strip trailing whitespace from changelog.
+  * Add autopkgtest to test installability.
+  * Add upstream metadata.
+
+  [ Antonio Valentino ]
+  * Bump Standards-Version to 4.1.3, no changes.
+  * Set compat to 11.
   * debian/control
 - use secure URL for HomePage
 - fix python2-epr-dbg recommends to point to python3-numpy-dbg


=
debian/tests/control
=
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true


=
debian/upstream/metadata
=
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Bug-Database: https://github.com/avalentino/pyepr/issues
+Bug-Submit: https://github.com/avalentino/pyepr/issues/new
+Name: PyEPR
+Repository: https://github.com/avalentino/pyepr.git
+Repository-Browse: https://github.com/avalentino/pyepr



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyepr/compare/439f811fc6681362db74673facaa6eab39b163fb...474ebb6ab99adf22c6cb8669dd9daa23f6f7b869

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyepr/compare/439f811fc6681362db74673facaa6eab39b163fb...474ebb6ab99adf22c6cb8669dd9daa23f6f7b869
You're receiving this email because of your account on salsa.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

[Git][debian-gis-team/pyepr] Pushed new tag debian/0.9.3-4

2018-02-25 Thread Bas Couwenberg
Bas Couwenberg pushed new tag debian/0.9.3-4 at Debian GIS Project / pyepr

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyepr/tree/debian/0.9.3-4
You're receiving this email because of your account on salsa.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 pyepr_0.9.3-4_amd64.changes

2018-02-25 Thread Debian FTP Masters
pyepr_0.9.3-4_amd64.changes uploaded successfully to localhost
along with the files:
  pyepr_0.9.3-4.dsc
  pyepr_0.9.3-4.debian.tar.xz
  pyepr_0.9.3-4_amd64.buildinfo
  python-epr-dbg_0.9.3-4_amd64.deb
  python-epr-doc_0.9.3-4_all.deb
  python-epr_0.9.3-4_amd64.deb
  python3-epr-dbg_0.9.3-4_amd64.deb
  python3-epr_0.9.3-4_amd64.deb

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


[proj] branch experimental updated (a33d4f7 -> 7d2d245)

2018-02-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch experimental
in repository proj.

  from  a33d4f7   Don't ignore test failures for arm64, ppc64el, s390x & 
ppc64.
   new  e1d6814   New upstream version 5.0.0~rc6
   new  f5a5cfa   Merge tag 'upstream/5.0.0_rc6' into experimental
   new  c425f88   New upstream release candidate.
   new  8b1362f   Drop patches, included upstream.
   new  7d2d245   Set distribution to experimental.

The 5 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:
 debian/changelog   |  6 +-
 .../Dont-reset-errno-when-skipping-tests.patch | 19 -
 .../patches/Relax-some-the-tests-in-geodtest.patch | 97 --
 debian/patches/series  |  2 -
 src/geodtest.c | 40 -
 src/gie.c  |  1 -
 6 files changed, 24 insertions(+), 141 deletions(-)
 delete mode 100644 debian/patches/Dont-reset-errno-when-skipping-tests.patch
 delete mode 100644 debian/patches/Relax-some-the-tests-in-geodtest.patch
 delete mode 100644 debian/patches/series

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/proj.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


[proj] 05/05: Set distribution to experimental.

2018-02-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository proj.

commit 7d2d2458bb8deba55ea8502c551347b9246a8374
Author: Bas Couwenberg 
Date:   Sun Feb 25 20:40:17 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 53e010a..84310c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-proj (5.0.0~rc6-1) UNRELEASED; urgency=medium
+proj (5.0.0~rc6-1~exp1) experimental; urgency=medium
 
   * New upstream release candidate.
   * Don't ignore test failures for arm64, ppc64el, s390x & ppc64.
   * Drop patches, included upstream.
 
- -- Bas Couwenberg   Sun, 25 Feb 2018 20:38:29 +0100
+ -- Bas Couwenberg   Sun, 25 Feb 2018 20:39:55 +0100
 
 proj (5.0.0~rc5-1~exp2) experimental; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/proj.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


[proj] 01/05: New upstream version 5.0.0~rc6

2018-02-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository proj.

commit e1d6814b07c236a952a9d86eaa98ab4500125833
Author: Bas Couwenberg 
Date:   Sun Feb 25 20:38:19 2018 +0100

New upstream version 5.0.0~rc6
---
 src/geodtest.c | 40 
 src/gie.c  |  1 -
 2 files changed, 20 insertions(+), 21 deletions(-)

diff --git a/src/geodtest.c b/src/geodtest.c
index 76c0d14..de72940 100644
--- a/src/geodtest.c
+++ b/src/geodtest.c
@@ -698,35 +698,35 @@ static int GeodSolve80() {
   int result = 0;
   geod_init(&g, wgs84_a, wgs84_f);
   geod_geninverse(&g, 0, 0, 0, 90, 0, 0, 0, 0, &M12, &M21, 0);
-  result += assertEquals(M12, -0.0052842753, 0.5e-10);
-  result += assertEquals(M21, -0.0052842753, 0.5e-10);
+  result += assertEquals(M12, -0.00528427534, 0.5e-10);
+  result += assertEquals(M21, -0.00528427534, 0.5e-10);
   geod_geninverse(&g, 0, 0, 1e-6, 1e-6, 0, 0, 0, 0, &M12, &M21, 0);
   result += assertEquals(M12, 1, 0.5e-10);
   result += assertEquals(M21, 1, 0.5e-10);
   a12 = geod_geninverse(&g, 20.001, 0, 20.001, 0,
 &s12, &azi1, &azi2, &m12, &M12, &M21, &S12);
-  result += a12 == 0 ? 0 : 1;
-  result += s12 == 0 ? 0 : 1;
-  result += azi1 == 180 ? 0 : 1;
-  result += azi2 == 180 ? 0 : 1;
-  result += m12 == 0 ? 0 : 1;
+  result += assertEquals(a12, 0, 1e-13);
+  result += assertEquals(s12, 0, 1e-8);
+  result += assertEquals(azi1, 180, 1e-13);
+  result += assertEquals(azi2, 180, 1e-13);
+  result += assertEquals(m12, 0,  1e-8);
   result += assertEquals(M12, 1, 1e-15);
   result += assertEquals(M21, 1, 1e-15);
-  result += S12 == 0 ? 0 : 1;
+  result += assertEquals(S12, 0, 1e-10);
   a12 = geod_geninverse(&g, 90, 0, 90, 180,
 &s12, &azi1, &azi2, &m12, &M12, &M21, &S12);
-  result += a12 == 0 ? 0 : 1;
-  result += s12 == 0 ? 0 : 1;
-  result += azi1 == 0 ? 0 : 1;
-  result += azi2 == 180 ? 0 : 1;
-  result += m12 == 0 ? 0 : 1;
+  result += assertEquals(a12, 0, 1e-13);
+  result += assertEquals(s12, 0, 1e-8);
+  result += assertEquals(azi1, 0, 1e-13);
+  result += assertEquals(azi2, 180, 1e-13);
+  result += assertEquals(m12, 0, 1e-8);
   result += assertEquals(M12, 1, 1e-15);
   result += assertEquals(M21, 1, 1e-15);
   result += assertEquals(S12, 127516405431022, 0.5);
   /* An incapable line which can't take distance as input */
   geod_lineinit(&l, &g, 1, 2, 90, GEOD_LATITUDE);
   a12 = geod_genposition(&l, 0, 1000, 0, 0, 0, 0, 0, 0, 0, 0);
-  result += a12 != a12 ? 0 : 1;
+  result += a12 == a12 ? 1 : 0;
   return result;
 }
 
@@ -890,8 +890,8 @@ static int Planimeter19() {
   result += area == 0 ? 0 : 1;
   result += perim == 0 ? 0 : 1;
   geod_polygon_testedge(&g, &p, 90, 1000, 0, 1, &area, &perim);
-  result += area != area ? 0 : 1;
-  result += perim != perim ? 0 : 1;
+  result += area == area ? 1 : 0;
+  result += perim == perim ? 1 : 0;
   geod_polygon_addpoint(&g, &p, 1, 1);
   geod_polygon_compute(&g, &p, 0, 1, &area, &perim);
   result += area == 0 ? 0 : 1;
@@ -902,7 +902,7 @@ static int Planimeter19() {
   geod_polygon_testpoint(&g, &p, 1, 1, 0, 1, 0, &perim);
   result += perim == 0 ? 0 : 1;
   geod_polygon_testedge(&g, &p, 90, 1000, 0, 1, 0, &perim);
-  result += perim != perim ? 0 : 1;
+  result += perim == perim ? 1 : 0;
   geod_polygon_addpoint(&g, &p, 1, 1);
   geod_polygon_compute(&g, &p, 0, 1, 0, &perim);
   result += perim == 0 ? 0 : 1;
@@ -991,8 +991,8 @@ static int EmptyPoly() {
   result += area == 0 ? 0 : 1;
   result += perim == 0 ? 0 : 1;
   geod_polygon_testedge(&g, &p, 90, 1000, 0, 1, &area, &perim);
-  result += area != area ? 0 : 1;
-  result += perim != perim ? 0 : 1;
+  result += area == area ? 1 : 0;
+  result += perim == perim ? 1 : 0;
   geod_polygon_compute(&g, &p, 0, 1, &area, &perim);
   result += area == 0 ? 0 : 1;
   result += perim == 0 ? 0 : 1;
@@ -1000,7 +1000,7 @@ static int EmptyPoly() {
   geod_polygon_testpoint(&g, &p, 1, 1, 0, 1, 0, &perim);
   result += perim == 0 ? 0 : 1;
   geod_polygon_testedge(&g, &p, 90, 1000, 0, 1, 0, &perim);
-  result += perim != perim ? 0 : 1;
+  result += perim == perim ? 1 : 0;
   geod_polygon_compute(&g, &p, 0, 1, 0, &perim);
   result += perim == 0 ? 0 : 1;
   geod_polygon_addpoint(&g, &p, 1, 1);
diff --git a/src/gie.c b/src/gie.c
index d9323ba..eb5d595 100644
--- a/src/gie.c
+++ b/src/gie.c
@@ -332,7 +332,6 @@ static int another_failure (void) {
 static int another_skip (void) {
 T.op_skip++;
 T.total_skip++;
-proj_errno_reset (T.P);
 return 0;
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/proj.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


[proj] 02/05: Merge tag 'upstream/5.0.0_rc6' into experimental

2018-02-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository proj.

commit f5a5cfabefb95556bf4aff28057e583f428fe2cc
Merge: a33d4f7 e1d6814
Author: Bas Couwenberg 
Date:   Sun Feb 25 20:38:24 2018 +0100

Merge tag 'upstream/5.0.0_rc6' into experimental

Upstream version 5.0.0~rc6

 src/geodtest.c | 40 
 src/gie.c  |  1 -
 2 files changed, 20 insertions(+), 21 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/proj.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


[proj] 04/05: Drop patches, included upstream.

2018-02-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository proj.

commit 8b1362fda8a24f01c2b39ac36eef4bab7b1b4fef
Author: Bas Couwenberg 
Date:   Sun Feb 25 20:39:11 2018 +0100

Drop patches, included upstream.
---
 debian/changelog   |  1 +
 .../Dont-reset-errno-when-skipping-tests.patch | 19 -
 .../patches/Relax-some-the-tests-in-geodtest.patch | 97 --
 debian/patches/series  |  2 -
 4 files changed, 1 insertion(+), 118 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 90bd0fb..53e010a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ proj (5.0.0~rc6-1) UNRELEASED; urgency=medium
 
   * New upstream release candidate.
   * Don't ignore test failures for arm64, ppc64el, s390x & ppc64.
+  * Drop patches, included upstream.
 
  -- Bas Couwenberg   Sun, 25 Feb 2018 20:38:29 +0100
 
diff --git a/debian/patches/Dont-reset-errno-when-skipping-tests.patch 
b/debian/patches/Dont-reset-errno-when-skipping-tests.patch
deleted file mode 100644
index 824888d..000
--- a/debian/patches/Dont-reset-errno-when-skipping-tests.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Don't reset errno when skipping tests.
- The error number should not be reset until a new instance of "operation
- ..." is reached. The ignore-feature initially worked by accident since
- pj_errno was not being reset when calling proj_errno_reset. This was
- fixed in #808, which subsequently caused ignored tests to fail.
-Author: Kristian Evers 
-Origin: 
https://github.com/OSGeo/proj.4/pull/820/commits/ad4b6e12f137817217058f60c36ad51a4d29e417
-Bug: https://github.com/OSGeo/proj.4/issues/819
-
 a/src/gie.c
-+++ b/src/gie.c
-@@ -332,7 +332,6 @@ static int another_failure (void) {
- static int another_skip (void) {
- T.op_skip++;
- T.total_skip++;
--proj_errno_reset (T.P);
- return 0;
- }
- 
diff --git a/debian/patches/Relax-some-the-tests-in-geodtest.patch 
b/debian/patches/Relax-some-the-tests-in-geodtest.patch
deleted file mode 100644
index 01726e6..000
--- a/debian/patches/Relax-some-the-tests-in-geodtest.patch
+++ /dev/null
@@ -1,97 +0,0 @@
-Description: Relax some the tests in geodtest.
- This attempts to address the geodtest failures noted in #819.
-Author: Charles Karney 
-Origin: 
https://github.com/cffk/proj.4/commit/7ff60ee494b225f3988648c64bd70f6ae4176257
-
 a/src/geodtest.c
-+++ b/src/geodtest.c
-@@ -698,35 +698,35 @@ static int GeodSolve80() {
-   int result = 0;
-   geod_init(&g, wgs84_a, wgs84_f);
-   geod_geninverse(&g, 0, 0, 0, 90, 0, 0, 0, 0, &M12, &M21, 0);
--  result += assertEquals(M12, -0.0052842753, 0.5e-10);
--  result += assertEquals(M21, -0.0052842753, 0.5e-10);
-+  result += assertEquals(M12, -0.00528427534, 0.5e-10);
-+  result += assertEquals(M21, -0.00528427534, 0.5e-10);
-   geod_geninverse(&g, 0, 0, 1e-6, 1e-6, 0, 0, 0, 0, &M12, &M21, 0);
-   result += assertEquals(M12, 1, 0.5e-10);
-   result += assertEquals(M21, 1, 0.5e-10);
-   a12 = geod_geninverse(&g, 20.001, 0, 20.001, 0,
- &s12, &azi1, &azi2, &m12, &M12, &M21, &S12);
--  result += a12 == 0 ? 0 : 1;
--  result += s12 == 0 ? 0 : 1;
--  result += azi1 == 180 ? 0 : 1;
--  result += azi2 == 180 ? 0 : 1;
--  result += m12 == 0 ? 0 : 1;
-+  result += assertEquals(a12, 0, 1e-13);
-+  result += assertEquals(s12, 0, 1e-8);
-+  result += assertEquals(azi1, 180, 1e-13);
-+  result += assertEquals(azi2, 180, 1e-13);
-+  result += assertEquals(m12, 0,  1e-8);
-   result += assertEquals(M12, 1, 1e-15);
-   result += assertEquals(M21, 1, 1e-15);
--  result += S12 == 0 ? 0 : 1;
-+  result += assertEquals(S12, 0, 1e-10);
-   a12 = geod_geninverse(&g, 90, 0, 90, 180,
- &s12, &azi1, &azi2, &m12, &M12, &M21, &S12);
--  result += a12 == 0 ? 0 : 1;
--  result += s12 == 0 ? 0 : 1;
--  result += azi1 == 0 ? 0 : 1;
--  result += azi2 == 180 ? 0 : 1;
--  result += m12 == 0 ? 0 : 1;
-+  result += assertEquals(a12, 0, 1e-13);
-+  result += assertEquals(s12, 0, 1e-8);
-+  result += assertEquals(azi1, 0, 1e-13);
-+  result += assertEquals(azi2, 180, 1e-13);
-+  result += assertEquals(m12, 0, 1e-8);
-   result += assertEquals(M12, 1, 1e-15);
-   result += assertEquals(M21, 1, 1e-15);
-   result += assertEquals(S12, 127516405431022, 0.5);
-   /* An incapable line which can't take distance as input */
-   geod_lineinit(&l, &g, 1, 2, 90, GEOD_LATITUDE);
-   a12 = geod_genposition(&l, 0, 1000, 0, 0, 0, 0, 0, 0, 0, 0);
--  result += a12 != a12 ? 0 : 1;
-+  result += a12 == a12 ? 1 : 0;
-   return result;
- }
- 
-@@ -890,8 +890,8 @@ static int Planimeter19() {
-   result += area == 0 ? 0 : 1;
-   result += perim == 0 ? 0 : 1;
-   geod_polygon_testedge(&g, &p, 90, 1000, 0, 1, &area, &perim);
--  result += area != area ? 0 : 1;
--  result += perim != perim ? 0 : 1;
-+  result += area == area ? 1 : 0;
-+  result += perim == peri

[Git][debian-gis-team/proj][pristine-tar] pristine-tar data for proj_5.0.0~rc6.orig.tar.gz

2018-02-25 Thread Bas Couwenberg
Bas Couwenberg pushed to branch pristine-tar at Debian GIS Project / proj


Commits:
970b3850 by Bas Couwenberg at 2018-02-25T20:38:22+01:00
pristine-tar data for proj_5.0.0~rc6.orig.tar.gz

- - - - -


2 changed files:

- + proj_5.0.0~rc6.orig.tar.gz.delta
- + proj_5.0.0~rc6.orig.tar.gz.id


Changes:

=
proj_5.0.0~rc6.orig.tar.gz.delta
=
Binary files /dev/null and b/proj_5.0.0~rc6.orig.tar.gz.delta differ


=
proj_5.0.0~rc6.orig.tar.gz.id
=
--- /dev/null
+++ b/proj_5.0.0~rc6.orig.tar.gz.id
@@ -0,0 +1 @@
+b829e54a4cb7ebd0d04d0cb08159c780a93cd5fe



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/commit/970b3850a26737a957af75024ee75761d2b42787

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/commit/970b3850a26737a957af75024ee75761d2b42787
You're receiving this email because of your account on salsa.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

[proj] annotated tag upstream/5.0.0_rc6 created (now 8e90754)

2018-02-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to annotated tag upstream/5.0.0_rc6
in repository proj.

at  8e90754   (tag)
   tagging  e1d6814b07c236a952a9d86eaa98ab4500125833 (commit)
  replaces  upstream/5.0.0_rc5
 tagged by  Bas Couwenberg
on  Sun Feb 25 20:38:23 2018 +0100

- Log -
Upstream version 5.0.0~rc6

Bas Couwenberg (1):
  New upstream version 5.0.0~rc6

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/proj.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


[proj] 01/01: pristine-tar data for proj_5.0.0~rc6.orig.tar.gz

2018-02-25 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 proj.

commit 970b3850a26737a957af75024ee75761d2b42787
Author: Bas Couwenberg 
Date:   Sun Feb 25 20:38:22 2018 +0100

pristine-tar data for proj_5.0.0~rc6.orig.tar.gz
---
 proj_5.0.0~rc6.orig.tar.gz.delta | Bin 0 -> 11728 bytes
 proj_5.0.0~rc6.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/proj_5.0.0~rc6.orig.tar.gz.delta b/proj_5.0.0~rc6.orig.tar.gz.delta
new file mode 100644
index 000..8e9d043
Binary files /dev/null and b/proj_5.0.0~rc6.orig.tar.gz.delta differ
diff --git a/proj_5.0.0~rc6.orig.tar.gz.id b/proj_5.0.0~rc6.orig.tar.gz.id
new file mode 100644
index 000..fd6edea
--- /dev/null
+++ b/proj_5.0.0~rc6.orig.tar.gz.id
@@ -0,0 +1 @@
+b829e54a4cb7ebd0d04d0cb08159c780a93cd5fe

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/proj.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


[proj] tag debian/5.0.0_rc6-1_exp1 created (now 7d2d245)

2018-02-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/5.0.0_rc6-1_exp1
in repository proj.

at  7d2d245   (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/proj.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


[proj] branch upstream updated (881ab4c -> e1d6814)

2018-02-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository proj.

  from  881ab4c   New upstream version 5.0.0~rc5
   new  e1d6814   New upstream version 5.0.0~rc6

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:
 src/geodtest.c | 40 
 src/gie.c  |  1 -
 2 files changed, 20 insertions(+), 21 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/proj.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


[proj] branch pristine-tar updated (26ec28b -> 970b385)

2018-02-25 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 proj.

  from  26ec28b   pristine-tar data for proj_5.0.0~rc5.orig.tar.gz
   new  970b385   pristine-tar data for proj_5.0.0~rc6.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:
 proj_5.0.0~rc6.orig.tar.gz.delta | Bin 0 -> 11728 bytes
 proj_5.0.0~rc6.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 proj_5.0.0~rc6.orig.tar.gz.delta
 create mode 100644 proj_5.0.0~rc6.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/proj.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


[Git][debian-gis-team/proj] Pushed new tag debian/5.0.0_rc6-1_exp1

2018-02-25 Thread Bas Couwenberg
Bas Couwenberg pushed new tag debian/5.0.0_rc6-1_exp1 at Debian GIS Project / 
proj

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/tree/debian/5.0.0_rc6-1_exp1
You're receiving this email because of your account on salsa.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

[proj] 03/05: New upstream release candidate.

2018-02-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository proj.

commit c425f88d5f57927056a4016ef4bb912e723d0031
Author: Bas Couwenberg 
Date:   Sun Feb 25 20:38:41 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 7869f13..90bd0fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-proj (5.0.0~rc5-1~exp3) UNRELEASED; urgency=medium
+proj (5.0.0~rc6-1) UNRELEASED; urgency=medium
 
+  * New upstream release candidate.
   * Don't ignore test failures for arm64, ppc64el, s390x & ppc64.
 
- -- Bas Couwenberg   Sat, 24 Feb 2018 17:35:10 +0100
+ -- Bas Couwenberg   Sun, 25 Feb 2018 20:38:29 +0100
 
 proj (5.0.0~rc5-1~exp2) experimental; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/proj.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


[Git][debian-gis-team/proj] Pushed new tag upstream/5.0.0_rc6

2018-02-25 Thread Bas Couwenberg
Bas Couwenberg pushed new tag upstream/5.0.0_rc6 at Debian GIS Project / proj

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/tree/upstream/5.0.0_rc6
You're receiving this email because of your account on salsa.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

[Git][debian-gis-team/proj][upstream] New upstream version 5.0.0~rc6

2018-02-25 Thread Bas Couwenberg
Bas Couwenberg pushed to branch upstream at Debian GIS Project / proj


Commits:
e1d6814b by Bas Couwenberg at 2018-02-25T20:38:19+01:00
New upstream version 5.0.0~rc6
- - - - -


2 changed files:

- src/geodtest.c
- src/gie.c


Changes:

=
src/geodtest.c
=
--- a/src/geodtest.c
+++ b/src/geodtest.c
@@ -698,35 +698,35 @@ static int GeodSolve80() {
   int result = 0;
   geod_init(&g, wgs84_a, wgs84_f);
   geod_geninverse(&g, 0, 0, 0, 90, 0, 0, 0, 0, &M12, &M21, 0);
-  result += assertEquals(M12, -0.0052842753, 0.5e-10);
-  result += assertEquals(M21, -0.0052842753, 0.5e-10);
+  result += assertEquals(M12, -0.00528427534, 0.5e-10);
+  result += assertEquals(M21, -0.00528427534, 0.5e-10);
   geod_geninverse(&g, 0, 0, 1e-6, 1e-6, 0, 0, 0, 0, &M12, &M21, 0);
   result += assertEquals(M12, 1, 0.5e-10);
   result += assertEquals(M21, 1, 0.5e-10);
   a12 = geod_geninverse(&g, 20.001, 0, 20.001, 0,
 &s12, &azi1, &azi2, &m12, &M12, &M21, &S12);
-  result += a12 == 0 ? 0 : 1;
-  result += s12 == 0 ? 0 : 1;
-  result += azi1 == 180 ? 0 : 1;
-  result += azi2 == 180 ? 0 : 1;
-  result += m12 == 0 ? 0 : 1;
+  result += assertEquals(a12, 0, 1e-13);
+  result += assertEquals(s12, 0, 1e-8);
+  result += assertEquals(azi1, 180, 1e-13);
+  result += assertEquals(azi2, 180, 1e-13);
+  result += assertEquals(m12, 0,  1e-8);
   result += assertEquals(M12, 1, 1e-15);
   result += assertEquals(M21, 1, 1e-15);
-  result += S12 == 0 ? 0 : 1;
+  result += assertEquals(S12, 0, 1e-10);
   a12 = geod_geninverse(&g, 90, 0, 90, 180,
 &s12, &azi1, &azi2, &m12, &M12, &M21, &S12);
-  result += a12 == 0 ? 0 : 1;
-  result += s12 == 0 ? 0 : 1;
-  result += azi1 == 0 ? 0 : 1;
-  result += azi2 == 180 ? 0 : 1;
-  result += m12 == 0 ? 0 : 1;
+  result += assertEquals(a12, 0, 1e-13);
+  result += assertEquals(s12, 0, 1e-8);
+  result += assertEquals(azi1, 0, 1e-13);
+  result += assertEquals(azi2, 180, 1e-13);
+  result += assertEquals(m12, 0, 1e-8);
   result += assertEquals(M12, 1, 1e-15);
   result += assertEquals(M21, 1, 1e-15);
   result += assertEquals(S12, 127516405431022, 0.5);
   /* An incapable line which can't take distance as input */
   geod_lineinit(&l, &g, 1, 2, 90, GEOD_LATITUDE);
   a12 = geod_genposition(&l, 0, 1000, 0, 0, 0, 0, 0, 0, 0, 0);
-  result += a12 != a12 ? 0 : 1;
+  result += a12 == a12 ? 1 : 0;
   return result;
 }
 
@@ -890,8 +890,8 @@ static int Planimeter19() {
   result += area == 0 ? 0 : 1;
   result += perim == 0 ? 0 : 1;
   geod_polygon_testedge(&g, &p, 90, 1000, 0, 1, &area, &perim);
-  result += area != area ? 0 : 1;
-  result += perim != perim ? 0 : 1;
+  result += area == area ? 1 : 0;
+  result += perim == perim ? 1 : 0;
   geod_polygon_addpoint(&g, &p, 1, 1);
   geod_polygon_compute(&g, &p, 0, 1, &area, &perim);
   result += area == 0 ? 0 : 1;
@@ -902,7 +902,7 @@ static int Planimeter19() {
   geod_polygon_testpoint(&g, &p, 1, 1, 0, 1, 0, &perim);
   result += perim == 0 ? 0 : 1;
   geod_polygon_testedge(&g, &p, 90, 1000, 0, 1, 0, &perim);
-  result += perim != perim ? 0 : 1;
+  result += perim == perim ? 1 : 0;
   geod_polygon_addpoint(&g, &p, 1, 1);
   geod_polygon_compute(&g, &p, 0, 1, 0, &perim);
   result += perim == 0 ? 0 : 1;
@@ -991,8 +991,8 @@ static int EmptyPoly() {
   result += area == 0 ? 0 : 1;
   result += perim == 0 ? 0 : 1;
   geod_polygon_testedge(&g, &p, 90, 1000, 0, 1, &area, &perim);
-  result += area != area ? 0 : 1;
-  result += perim != perim ? 0 : 1;
+  result += area == area ? 1 : 0;
+  result += perim == perim ? 1 : 0;
   geod_polygon_compute(&g, &p, 0, 1, &area, &perim);
   result += area == 0 ? 0 : 1;
   result += perim == 0 ? 0 : 1;
@@ -1000,7 +1000,7 @@ static int EmptyPoly() {
   geod_polygon_testpoint(&g, &p, 1, 1, 0, 1, 0, &perim);
   result += perim == 0 ? 0 : 1;
   geod_polygon_testedge(&g, &p, 90, 1000, 0, 1, 0, &perim);
-  result += perim != perim ? 0 : 1;
+  result += perim == perim ? 1 : 0;
   geod_polygon_compute(&g, &p, 0, 1, 0, &perim);
   result += perim == 0 ? 0 : 1;
   geod_polygon_addpoint(&g, &p, 1, 1);


=
src/gie.c
=
--- a/src/gie.c
+++ b/src/gie.c
@@ -332,7 +332,6 @@ static int another_failure (void) {
 static int another_skip (void) {
 T.op_skip++;
 T.total_skip++;
-proj_errno_reset (T.P);
 return 0;
 }
 



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/commit/e1d6814b07c236a952a9d86eaa98ab4500125833

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/commit/e1d6814b07c236a952a9d86eaa98ab4500125833
You're receiving this email because of your account on salsa.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

[doris] branch master updated (46b3e8c -> 807a55e)

2018-02-25 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 doris.

  from  46b3e8c   Rename PROJ.4 to PROJ.
   new  649ce22   Standard version bump
   new  19fa838   Set compat to 11
   new  2b71827   Add a Disclaimer section in the copyright file
   new  807a55e   Fix the list of doc files

The 4 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:
 debian/changelog | 11 +--
 debian/compat|  2 +-
 debian/control   |  4 ++--
 debian/copyright |  2 ++
 debian/docs  |  3 ++-
 5 files changed, 16 insertions(+), 6 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/doris.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


[doris] 04/04: Fix the list of doc files

2018-02-25 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 doris.

commit 807a55e05777099a7971d035ee6ee730fc6f1b15
Author: Antonio Valentino 
Date:   Sun Feb 25 19:17:18 2018 +

Fix the list of doc files
---
 debian/changelog | 2 ++
 debian/docs  | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0c9a50b..bcb3573 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ doris (5.0.3~beta+dfsg-3) UNRELEASED; urgency=medium
   * Set compat to 11
   * debian/copyright
 - add a Disclaimer section to explain why the package is in contrib
+  * debian/docs
+- fix the list of doc files
 
  -- Bas Couwenberg   Mon, 02 Oct 2017 12:53:19 +0200
 
diff --git a/debian/docs b/debian/docs
index 12a380f..e7c727f 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,2 +1,3 @@
-src/README
+README.txt
+doris_core/README
 debian/README.Debian

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/doris.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


[doris] 01/04: Standard version bump

2018-02-25 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 doris.

commit 649ce228fec45cc5d48136160d3f1c4e2babfdb3
Author: Antonio Valentino 
Date:   Sun Feb 25 18:50:40 2018 +

Standard version bump
---
 debian/changelog | 6 --
 debian/control   | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7f62822..0e1f7cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
 doris (5.0.3~beta+dfsg-3) UNRELEASED; urgency=medium
 
-  * Team upload.
-  * Bump Standards-Version to 4.1.1, no changes.
+  [ Bas Couwenberg ]
   * Strip trailing whitespace from changelog.
   * Rename PROJ.4 to PROJ.
 
+  [ Antonio Valentino ]
+  * Bump Standards-Version to 4.1.3, no changes.
+
  -- Bas Couwenberg   Mon, 02 Oct 2017 12:53:19 +0200
 
 doris (5.0.3~beta+dfsg-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index b5fef1e..e6d2812 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Build-Depends: debhelper (>= 9.0.0),
python-fiona,
python-shapely,
python-requests
-Standards-Version: 4.1.1
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/doris.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/doris.git
 Homepage: http://doris.tudelft.nl

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/doris.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


[doris] 02/04: Set compat to 11

2018-02-25 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 doris.

commit 19fa838f285003807b8e59dea6a170eb21f2804d
Author: Antonio Valentino 
Date:   Sun Feb 25 18:52:05 2018 +

Set compat to 11
---
 debian/changelog | 1 +
 debian/compat| 2 +-
 debian/control   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0e1f7cd..a92b633 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ doris (5.0.3~beta+dfsg-3) UNRELEASED; urgency=medium
 
   [ Antonio Valentino ]
   * Bump Standards-Version to 4.1.3, no changes.
+  * Set compat to 11
 
  -- Bas Couwenberg   Mon, 02 Oct 2017 12:53:19 +0200
 
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index e6d2812..ffde6a7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian GIS Project 

 Uploaders: Antonio Valentino 
 Section: contrib/science
 Priority: optional
-Build-Depends: debhelper (>= 9.0.0),
+Build-Depends: debhelper (>= 11),
dh-python,
tcsh | c-shell,
libfftw3-dev,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/doris.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


[doris] 03/04: Add a Disclaimer section in the copyright file

2018-02-25 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 doris.

commit 2b718273575e28abbb6064ce2b8f334ecc27e3b8
Author: Antonio Valentino 
Date:   Sun Feb 25 19:06:33 2018 +

Add a Disclaimer section in the copyright file
---
 debian/changelog | 2 ++
 debian/copyright | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a92b633..0c9a50b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ doris (5.0.3~beta+dfsg-3) UNRELEASED; urgency=medium
   [ Antonio Valentino ]
   * Bump Standards-Version to 4.1.3, no changes.
   * Set compat to 11
+  * debian/copyright
+- add a Disclaimer section to explain why the package is in contrib
 
  -- Bas Couwenberg   Mon, 02 Oct 2017 12:53:19 +0200
 
diff --git a/debian/copyright b/debian/copyright
index 748f508..cc39a77 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,6 +2,8 @@ Format: 
https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: doris
 Source: https://github.com/TUDelftGeodesy/Doris/releases
  The upstream tarball is repacked to exclude exernal library sources.
+Disclaimer: this package is in the contrib archive because it depends on 
libtriangle
+that is non-free
 Files-Excluded: doris_core/triangle*
  envisat_tools/epr_api*
  envisat_tools/.viminfo

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/doris.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 proj_5.0.0~rc6-1~exp1_amd64.changes

2018-02-25 Thread Debian FTP Masters
proj_5.0.0~rc6-1~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  proj_5.0.0~rc6-1~exp1.dsc
  proj_5.0.0~rc6.orig.tar.gz
  proj_5.0.0~rc6-1~exp1.debian.tar.xz
  libproj-dev_5.0.0~rc6-1~exp1_amd64.deb
  libproj-java_5.0.0~rc6-1~exp1_amd64.deb
  libproj13-dbgsym_5.0.0~rc6-1~exp1_amd64.deb
  libproj13_5.0.0~rc6-1~exp1_amd64.deb
  proj-bin-dbgsym_5.0.0~rc6-1~exp1_amd64.deb
  proj-bin_5.0.0~rc6-1~exp1_amd64.deb
  proj-data_5.0.0~rc6-1~exp1_all.deb
  proj_5.0.0~rc6-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


proj_5.0.0~rc6-1~exp1_amd64.changes ACCEPTED into experimental

2018-02-25 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 25 Feb 2018 20:39:55 +0100
Source: proj
Binary: proj-data libproj13 libproj-dev proj-bin libproj-java
Architecture: source amd64 all
Version: 5.0.0~rc6-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libproj-dev - Cartographic projection library (development files)
 libproj-java - Cartographic projection library (JNI bindings)
 libproj13  - Cartographic projection library
 proj-bin   - Cartographic projection library (tools)
 proj-data  - Cartographic projection filter and library (datum package)
Changes:
 proj (5.0.0~rc6-1~exp1) experimental; urgency=medium
 .
   * New upstream release candidate.
   * Don't ignore test failures for arm64, ppc64el, s390x & ppc64.
   * Drop patches, included upstream.
Checksums-Sha1:
 d57d8f44949de49517bd935926bacd41d9efe658 2327 proj_5.0.0~rc6-1~exp1.dsc
 127dc3a174500f0421456a8275badb32dfd0ab57 1076367 proj_5.0.0~rc6.orig.tar.gz
 12dd2068a5048125094b268fdbeae12091668f84 89841592 
proj_5.0.0~rc6-1~exp1.debian.tar.xz
 6b47b13db54a337ae523aee1f251f15e8eefc4dd 261168 
libproj-dev_5.0.0~rc6-1~exp1_amd64.deb
 d7478a09f60c09e3cf7199849d946e996e7691ab 165276 
libproj-java_5.0.0~rc6-1~exp1_amd64.deb
 ebc9c4b94fe602c08b52a89f90ddb77180ba9a10 495328 
libproj13-dbgsym_5.0.0~rc6-1~exp1_amd64.deb
 44ec295c6663567660ff94fdd119609ab8093f1d 207144 
libproj13_5.0.0~rc6-1~exp1_amd64.deb
 27b4cc5c7ab209ae771d6e5edfa73450ff69eea6 119824 
proj-bin-dbgsym_5.0.0~rc6-1~exp1_amd64.deb
 b7ec3a7c663e8167367dd508386216175562f40c 86088 
proj-bin_5.0.0~rc6-1~exp1_amd64.deb
 2d8c9852f56c6c3e880fb24861d98ec602ea9bac 80358348 
proj-data_5.0.0~rc6-1~exp1_all.deb
 27d0a5f1e9230fc9a48a8d47e7f7b027ad3c8c34 10248 
proj_5.0.0~rc6-1~exp1_amd64.buildinfo
Checksums-Sha256:
 67efaec5844de77cb2240271dcafe996c4e3265d11f50dc7801d619ee1bbfe86 2327 
proj_5.0.0~rc6-1~exp1.dsc
 ecae65cdf1034c9ac48a3b63aa3f17c403635b4a287b8184e3d9eafb9638f019 1076367 
proj_5.0.0~rc6.orig.tar.gz
 2a14550d156badb29518c09203072e532cd1a2043fbd53f2c04959b808a66d46 89841592 
proj_5.0.0~rc6-1~exp1.debian.tar.xz
 67d0e04871a98c54e020703d584abdc511f25344b006bd9db552bd9a5b77f867 261168 
libproj-dev_5.0.0~rc6-1~exp1_amd64.deb
 219309323668a4641a1a2d72db06205ca8d0f0216d2d69d900389c80b5e13409 165276 
libproj-java_5.0.0~rc6-1~exp1_amd64.deb
 be7abfa014c27c46a4f75c8f90813257cc69a65b8cdc61ac291696876acaba93 495328 
libproj13-dbgsym_5.0.0~rc6-1~exp1_amd64.deb
 0ca45d20eb1e0ac3fe64806cb50836069525a349aab059c4875b676cb2748504 207144 
libproj13_5.0.0~rc6-1~exp1_amd64.deb
 4fab2ea3b534a040bf4e1a3654e3b4f4d414ba051e572599e46f41fb4776c973 119824 
proj-bin-dbgsym_5.0.0~rc6-1~exp1_amd64.deb
 982db9c0967d014b2a9c926001711fe4be3acb06cad3ec9e1968b42511525120 86088 
proj-bin_5.0.0~rc6-1~exp1_amd64.deb
 2cbc17f2bca1b1536fc3b5e73f3ffc16adfe6d6966fdb69fef28927196784066 80358348 
proj-data_5.0.0~rc6-1~exp1_all.deb
 302b09cd8766c98e1533f35b7bcdbcd203b07e7b684ff0fc1a73bde2f988c43c 10248 
proj_5.0.0~rc6-1~exp1_amd64.buildinfo
Files:
 2b197ed9a76084c242c69ee08a2b5a00 2327 science optional 
proj_5.0.0~rc6-1~exp1.dsc
 5738a544b6bf7f0ccc8adec879e657db 1076367 science optional 
proj_5.0.0~rc6.orig.tar.gz
 aecfdd5056d9a954ba40e72b7fe7 89841592 science optional 
proj_5.0.0~rc6-1~exp1.debian.tar.xz
 88ec658951a7f0b764f48da87af4e749 261168 libdevel optional 
libproj-dev_5.0.0~rc6-1~exp1_amd64.deb
 32e50c0e48cdf5f027ca5fa773ebc4ab 165276 java optional 
libproj-java_5.0.0~rc6-1~exp1_amd64.deb
 a5764b8bd2722f381b7eaa002b6f6876 495328 debug optional 
libproj13-dbgsym_5.0.0~rc6-1~exp1_amd64.deb
 1059ac7d776b2715f2a3eb508acb746c 207144 libs optional 
libproj13_5.0.0~rc6-1~exp1_amd64.deb
 f714da52d187f50c990e23a582959c72 119824 debug optional 
proj-bin-dbgsym_5.0.0~rc6-1~exp1_amd64.deb
 3503dc457134b16758f4e103d189dc67 86088 science optional 
proj-bin_5.0.0~rc6-1~exp1_amd64.deb
 85220279c97d8c995e792c8e2b08589c 80358348 libs optional 
proj-data_5.0.0~rc6-1~exp1_all.deb
 9cb292c958f3649554ed08e2767f464a 10248 science optional 
proj_5.0.0~rc6-1~exp1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlqTE10ACgkQZ1DxCuiN
SvH0vRAA2vyxDawqspCz60VPo8wOflOInb2DDqa2+FSjKJ52+MUvwZY5QRuiKj99
UJhHkH0I0RijbzcuG+UGc5dnbJaqgrKhkrTFJhrmtnFZG/8fA5tz3OAkFVpuPdw2
7SQLYX1JiLgy5qBvBmP5CoezeOc0Pc2KCa+zQCOIs1gTJaNgbDBgrOZXq1clX3VK
mOZYz7JsQRgeHOp7kwf5wVXQNj6SEpAxO05Uew+r4RmbzmWneGgZLLJkpNSb2xcM
cvzEs6etKanudBhfpF8pXKMzoGpT+tcpqZd4xws9e6d4st2RtCHD2DtVJyl12sb5
ZPfH6fS5/IQwNQCvKbPk1ey00pZi0WiYx9OePSPgCOP5yq2+wv4WsSUVEXE5gBzJ
sHyrr/0ge9/SfV52EJE8gpBg0Yok+7LMGUWeQZlBTJxwkRGsUIZ5pweISIwXOSM5
Yg1unFSN/J1YQprfgBpli9l3QwqbNSyz4PKAs2psfBuPPMrpVVcxs0Lr6FJG84Uu
nwGDLqUjjk3g1rmJeQ4Kp+cEIPOXhboP9rndKELzf8AYB0GG37OX9OinO2LiAlQr
TfYFMieD+YhDj5BEonP9JXfQpEaQKuDO2cy52pogRTojk78etuNWaMWv6dRQtOaT
zABMlwLWf756AkPI5PnPVeWMY1R9BE1L7nMJ5u8mDUS5RThNpVc=
=fgWk
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__

pyepr_0.9.3-4_amd64.changes ACCEPTED into unstable

2018-02-25 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 25 Feb 2018 18:29:21 +
Source: pyepr
Binary: python-epr python-epr-dbg python3-epr python3-epr-dbg python-epr-doc
Architecture: source amd64 all
Version: 0.9.3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Antonio Valentino 
Description:
 python-epr - Python ENVISAT Product Reader API (Python 2)
 python-epr-dbg - Python ENVISAT Product Reader API (debug extension for Python 
2)
 python-epr-doc - Python ENVISAT Product Reader API (common documentation)
 python3-epr - Python ENVISAT Product Reader API (Python 3)
 python3-epr-dbg - Python ENVISAT Product Reader API (debug extension for 
Python 3)
Changes:
 pyepr (0.9.3-4) unstable; urgency=medium
 .
   [ Bas Couwenberg ]
   * Change priority from extra to optional.
   * Bump Standards-Version to 4.1.0, changes: priority.
   * Add python3-sphinx to build dependencies.
   * Strip trailing whitespace from changelog.
   * Add autopkgtest to test installability.
   * Add upstream metadata.
 .
   [ Antonio Valentino ]
   * Bump Standards-Version to 4.1.3, no changes.
   * Set compat to 11.
   * debian/control
 - use secure URL for HomePage
 - fix python2-epr-dbg recommends to point to python3-numpy-dbg
   * debian/rules
 - fix doc installation
 - remove unnecessary dh argument: --parallel
Checksums-Sha1:
 1b562d52008446a4c49b7ae432b8c99d1abb4e0d 2451 pyepr_0.9.3-4.dsc
 0912d65fd9bff1839e21e6b0ba47ace2e4624737 7152 pyepr_0.9.3-4.debian.tar.xz
 7396b02c7c9914b4124741aba1e2fc574a67e26a 12839 pyepr_0.9.3-4_amd64.buildinfo
 08d13fb4c30867d624eb9560f8bad70b15e560bd 654696 
python-epr-dbg_0.9.3-4_amd64.deb
 dd87ebf546e0ab088d69afd6acbb1620e8f337e9 481704 python-epr-doc_0.9.3-4_all.deb
 802c18069cce35ef3e3f98b53e69d3169df28444 110068 python-epr_0.9.3-4_amd64.deb
 fb6b0c0d1e1b2d5fd6e7d94aa842f4c4534c533d 763048 
python3-epr-dbg_0.9.3-4_amd64.deb
 4cf4cc50393399eaf1330de1ab5981bfb3d1d284 111620 python3-epr_0.9.3-4_amd64.deb
Checksums-Sha256:
 3a64cfcf42bd2714620db638d501357cae8834c0b5f529ab111b70739dffe9b7 2451 
pyepr_0.9.3-4.dsc
 1896e4aeb07a860f3a99bd9c97fd082378418ce9f7f0bdaf74c2cedf7bd3c30b 7152 
pyepr_0.9.3-4.debian.tar.xz
 75c03865ee200f592815ec12db8994611ad9e852e034f0e1dfae089d295811d3 12839 
pyepr_0.9.3-4_amd64.buildinfo
 09f8b3b4de1712ae3bf51ff35ce8534dd3561e271cfcb3238df26a1738dc894a 654696 
python-epr-dbg_0.9.3-4_amd64.deb
 e5e80a64d28c8eeacf5aff7070182eb466a9ef6660651b5c9b2ef91e1c05435e 481704 
python-epr-doc_0.9.3-4_all.deb
 d095e585980ff06e9282d12f238c849cee12327be31b98d0066371ecad540527 110068 
python-epr_0.9.3-4_amd64.deb
 9ee438fa9c6bd645826939930f4179ba1f417e36c95d820e694c2242555104cb 763048 
python3-epr-dbg_0.9.3-4_amd64.deb
 2f6c3316e8330e025a3154832233019e03f9d73eed251d722ab7f35c34b86fe8 111620 
python3-epr_0.9.3-4_amd64.deb
Files:
 74cf638f3c43152ae7e4433234022e3e 2451 python optional pyepr_0.9.3-4.dsc
 bfee4eb5c3401286e2304c47245fd4a7 7152 python optional 
pyepr_0.9.3-4.debian.tar.xz
 481cc625e3c4910c66613f50fd365ccc 12839 python optional 
pyepr_0.9.3-4_amd64.buildinfo
 af6fcb77fb1d64b22c498bbb033644fd 654696 debug optional 
python-epr-dbg_0.9.3-4_amd64.deb
 39c764138567bb3e42859bf50a9d2504 481704 doc optional 
python-epr-doc_0.9.3-4_all.deb
 8f727e3b8d9257ebd6a15d38d9bb504d 110068 python optional 
python-epr_0.9.3-4_amd64.deb
 80f45f723963d46c8db8ea70c3122558 763048 debug optional 
python3-epr-dbg_0.9.3-4_amd64.deb
 8baf30a63c78461598e231b8103d72ed 111620 python optional 
python3-epr_0.9.3-4_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlqTDuEACgkQZ1DxCuiN
SvFVGRAAyJI4bR58xh1Ibzt0moqGizVE4cVZ+FAhPkf/xgcogDFYqVyxNKtWCqlQ
z0OcCIDT93blRIaGlr/lz4mnLDEOadGTEsfO/fYShmx4XzvSFOy94+HPGSiF+rrt
xgTKQvE9X064u3adaoZ3fPlVBnu4v6ukn/oAH5Hr5J6euewOcxM9y4rTNF2pflx9
Ui8aSJHAq+oGhKJ4jz4Yeom6dYsd8fEfWk20u8i135fX3LJzHDPx5r3A4wfse3WY
b2Ptsq+HElZ0v6kyzJgkGJ8nB1Gvisb/5ZyeXV7ZlYDe7KJlu49AHWEGLbJo4++p
aE6RxKw9NdrZPXyv/rOAqVP+ggdL8TawUGZaSIpw1iFk56AfH9SINxMdCD8ufq3n
N0rgvLJ/tuoqBanp8cDYOb6/OQW+CWvmt9yWEJwcg4Wr4w0q0n19Bmgd/FVM/DV1
dX0BKHUA21Fd7S3Nc2LXG2sSveci/X5yCX79phpB+gLh3sn616yVqnXvEhVAeJVy
tPBtvVwNx/FmPHNEVN1S16jY/BIkeUEQvqrRVl+K2KVHrk0jYDtRXcUdfnA5ZVQ4
bdzTGWI+UuSJf6F0zkWOUpGpZhYnG/sCaWy/4WRWwTdIctbAxYi14hzhvjNRbQPJ
QJHAbO6rBNPL8Kj5UZIV5kjsvVTV6KIKu07wzl5anHKLfrM3HUk=
=2nQb
-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


qgis_2.18.17+dfsg-1~exp1_amd64.changes ACCEPTED into experimental, experimental

2018-02-25 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 23 Feb 2018 18:12:42 +0100
Source: qgis
Binary: qgis qgis-common libqgis-app2.18.17 libqgis-core2.18.17 
libqgis-gui2.18.17 libqgis-analysis2.18.17 libqgis-networkanalysis2.18.17 
libqgisgrass7-2.18.17 libqgispython2.18.17 libqgis-customwidgets 
libqgis-server2.18.17 libqgis-dev qgis-provider-grass qgis-plugin-grass 
qgis-plugin-grass-common python-qgis python-qgis-common qgis-providers 
qgis-providers-common qgis-server qgis-api-doc
Architecture: source amd64 all
Version: 2.18.17+dfsg-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libqgis-analysis2.18.17 - QGIS - shared analysis library
 libqgis-app2.18.17 - QGIS - shared app library
 libqgis-core2.18.17 - QGIS - shared core library
 libqgis-customwidgets - QGIS custom widgets for Qt Designer
 libqgis-dev - QGIS - development files
 libqgis-gui2.18.17 - QGIS - shared gui library
 libqgis-networkanalysis2.18.17 - QGIS - shared network analysis library
 libqgis-server2.18.17 - QGIS - shared server library
 libqgisgrass7-2.18.17 - QGIS - shared grass library
 libqgispython2.18.17 - QGIS - shared Python library
 python-qgis - Python bindings to QGIS
 python-qgis-common - Python bindings to QGIS - architecture-independent files
 qgis   - Geographic Information System (GIS)
 qgis-api-doc - QGIS API documentation
 qgis-common - QGIS - architecture-independent data
 qgis-plugin-grass - GRASS plugin for QGIS
 qgis-plugin-grass-common - GRASS plugin for QGIS - architecture-independent 
data
 qgis-provider-grass - GRASS provider for QGIS
 qgis-providers - collection of data providers to QGIS
 qgis-providers-common - collection of data providers to QGIS - 
architecture-independent f
 qgis-server - QGIS server providing various OGC services
Changes:
 qgis (2.18.17+dfsg-1~exp1) experimental; urgency=medium
 .
   [ Jürgen E. Fischer ]
   * Release of 2.18.17
 .
   [ Bas Couwenberg ]
   * New upstream release.
   * Drop patches applied upstream. Refresh remaining patches.
   * Add Breaks/Replaces for files moved from qgis to qgis-common.
   * Update copyright file, changes:
 - Update copyright years for copyright holders
 - Add new copyright holders
 - Add license & copyright for future
 - Add license & copyright for libdrxfw
   * Restore rules to disable QtWebKit.
   * Don't install libarcgi*provides.so, not built.
   * Add libqjson-dev to build dependencies.
   * Add lintian overrides for spelling-error-in-binary false positives.
   * Update symbols for amd64.
Checksums-Sha1:
 cbf224fd27d1bc3b2e5ab886922dedce46a908c5 4375 qgis_2.18.17+dfsg-1~exp1.dsc
 d8b7ea388bb9cff0c8b97047234f37568d2e1d5d 84885028 
qgis_2.18.17+dfsg.orig.tar.bz2
 ef2c57dfbc387b50bbf81bded0303087428bf898 1790600 
qgis_2.18.17+dfsg-1~exp1.debian.tar.xz
 432781039792536c1a327f05678310847e295052 3015116 
libqgis-analysis2.18.17-dbgsym_2.18.17+dfsg-1~exp1_amd64.deb
 af16690005584f8d4b7db30ba34b6646b24b7c05 1451148 
libqgis-analysis2.18.17_2.18.17+dfsg-1~exp1_amd64.deb
 3cdb1d19e65e5c23fb0ab5c7b90bf8782cb75efc 43669056 
libqgis-app2.18.17-dbgsym_2.18.17+dfsg-1~exp1_amd64.deb
 6d90af1e00d2013f9fab6e6e8864f51ab32fa62a 3611644 
libqgis-app2.18.17_2.18.17+dfsg-1~exp1_amd64.deb
 c063d0de03a7b01d10afadd5ea4b0baf408da369 51908232 
libqgis-core2.18.17-dbgsym_2.18.17+dfsg-1~exp1_amd64.deb
 a957260709a775bb6c1d0e04afcc2901488f605e 4297264 
libqgis-core2.18.17_2.18.17+dfsg-1~exp1_amd64.deb
 4f36c4d74fe55168b9352a4e2cf54391ed1ed4bd 2349044 
libqgis-customwidgets-dbgsym_2.18.17+dfsg-1~exp1_amd64.deb
 efd80d34a2a53f135758e6cfd606ec50e69fe969 5584392 
libqgis-customwidgets_2.18.17+dfsg-1~exp1_amd64.deb
 de760c1041cb5f4baa205b60980961907166c8fb 1928412 
libqgis-dev_2.18.17+dfsg-1~exp1_amd64.deb
 440c70a42e86ab53e7a07b2486fbb50670acf752 54783000 
libqgis-gui2.18.17-dbgsym_2.18.17+dfsg-1~exp1_amd64.deb
 f79214733f3bb8d91398b0be4df6582b178c1216 3328748 
libqgis-gui2.18.17_2.18.17+dfsg-1~exp1_amd64.deb
 08913c7a3b3aae497fb17e0536a5df3e315b0fb0 626500 
libqgis-networkanalysis2.18.17-dbgsym_2.18.17+dfsg-1~exp1_amd64.deb
 41ad289f807e83c47e7edb6f9a8ba560a81ed73d 1315332 
libqgis-networkanalysis2.18.17_2.18.17+dfsg-1~exp1_amd64.deb
 f36124342125d79add360ec68d49e6a5d43d6934 4963140 
libqgis-server2.18.17-dbgsym_2.18.17+dfsg-1~exp1_amd64.deb
 dacbad7c670563027713424592586ceaf791088c 1664828 
libqgis-server2.18.17_2.18.17+dfsg-1~exp1_amd64.deb
 d1b9de0a5e623ac8cafbd76c4019e02de0ec6a02 2558188 
libqgisgrass7-2.18.17-dbgsym_2.18.17+dfsg-1~exp1_amd64.deb
 28f38f67f8a4db44d56b607e5382653b7337a007 1479008 
libqgisgrass7-2.18.17_2.18.17+dfsg-1~exp1_amd64.deb
 5da41e86988c991d5e574465433119c37494865e 216472 
libqgispython2.18.17-dbgsym_2.18.17+dfsg-1~exp1_amd64.deb
 5156062fefc621f56736058b7556a6bffa585deb 1309520 
libqgispython2.18.17_2.18.17+dfsg-1~exp1_amd64.deb
 6d59a08f5548164544c7dd1bad527f726e7a44d2 3704144 
python-qgis-common_2.18.17+dfsg-1~exp1_all.de

mapnik-vector-tile 1.6.1+dfsg-1 MIGRATED to testing

2018-02-25 Thread Debian testing watch
FYI: The status of the mapnik-vector-tile source package
in Debian's testing distribution has changed.

  Previous version: 1.6.0+dfsg-1
  Current version:  1.6.1+dfsg-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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