[Git][debian-gis-team/pyorbital] Pushed new tag upstream/1.3.1

2018-04-12 Thread Antonio Valentino
Antonio Valentino pushed new tag upstream/1.3.1 at Debian GIS Project / 
pyorbital

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyorbital/tree/upstream/1.3.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

[Git][debian-gis-team/pyorbital][pristine-tar] pristine-tar data for pyorbital_1.3.1.orig.tar.gz

2018-04-12 Thread Antonio Valentino
Antonio Valentino pushed to branch pristine-tar at Debian GIS Project / 
pyorbital


Commits:
92dcfaac by Antonio Valentino at 2018-04-12T05:45:05+00:00
pristine-tar data for pyorbital_1.3.1.orig.tar.gz

- - - - -


2 changed files:

- + pyorbital_1.3.1.orig.tar.gz.delta
- + pyorbital_1.3.1.orig.tar.gz.id


Changes:

=
pyorbital_1.3.1.orig.tar.gz.delta
=
Binary files /dev/null and b/pyorbital_1.3.1.orig.tar.gz.delta differ


=
pyorbital_1.3.1.orig.tar.gz.id
=
--- /dev/null
+++ b/pyorbital_1.3.1.orig.tar.gz.id
@@ -0,0 +1 @@
+ddc05eff6aea16a076e103024d6bf30a118b87d5



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyorbital/commit/92dcfaacc6edd3ae376835d982dc3b3cb6691da3

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyorbital/commit/92dcfaacc6edd3ae376835d982dc3b3cb6691da3
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/pycoast][master] 4 commits: Add upstream metadata

2018-04-01 Thread Antonio Valentino
Antonio Valentino pushed to branch master at Debian GIS Project / pycoast


Commits:
a1120b65 by Antonio Valentino at 2018-04-01T08:13:43+00:00
Add upstream metadata

- - - - -
fb8066b6 by Antonio Valentino at 2018-04-01T08:13:53+00:00
Add autopkgtest to test installability.

- - - - -
949836ab by Antonio Valentino at 2018-04-01T08:13:53+00:00
Remove unnecessary dh arguments

- - - - -
9e263678 by Antonio Valentino at 2018-04-01T08:19:04+00:00
Set distribution to unstable

- - - - -


7 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/python-pycoast-doc.doc-base
- debian/rules
- + debian/tests/control
- + debian/upstream/metadata


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,18 @@
-pycoast (1.0.0+dfsg-3) UNRELEASED; urgency=medium
+pycoast (1.0.0+dfsg-3) unstable; urgency=medium
 
-  * Team upload.
+  [ Bas Couwenberg ]
   * Strip trailing whitespace from changelog.
   * Update Vcs-* URLs for Salsa.
   * Bump Standards-Version to 4.1.3, no changes.
 
- -- Bas Couwenberg <sebas...@debian.org>  Wed, 15 Nov 2017 22:06:27 +0100
+  [ Antonio Valentino ]
+  * Set compat to 11.
+  * Add upstream metadata.
+  * Add autopkgtest to test installability.
+  * debian/rules
+- drop unnecessary dh argument (--parallel)
+
+ -- Antonio Valentino <antonio.valent...@tiscali.it>  Sun, 01 Apr 2018 
08:18:34 +
 
 pycoast (1.0.0+dfsg-2) unstable; urgency=medium
 


=
debian/compat
=
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian GIS Project 
<pkg-grass-devel@lists.alioth.debian.org>
 Uploaders: Antonio Valentino <antonio.valent...@tiscali.it>
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 9.0.0),
+Build-Depends: debhelper (>= 11),
dh-python,
python-setuptools,
python3-setuptools,


=
debian/python-pycoast-doc.doc-base
=
--- a/debian/python-pycoast-doc.doc-base
+++ b/debian/python-pycoast-doc.doc-base
@@ -6,5 +6,5 @@ Abstract: This document includes the
 Section: Programming/Python
 
 Format: HTML
-Index: /usr/share/doc/python-pycoast-doc/html/index.html
-Files: /usr/share/doc/python-pycoast-doc/html/*.html
+Index: /usr/share/doc/python-pycoast/html/index.html
+Files: /usr/share/doc/python-pycoast/html/*.html


=
debian/rules
=
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export PYBUILD_NAME=pycoast
 
 
 %:
-   dh $@ --parallel --with python2,python3,sphinxdoc --buildsystem=pybuild
+   dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 
 
 override_dh_auto_build:


=
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/pytroll/pycoast/issues
+Bug-Submit: https://github.com/pytroll/pycoast/issues/new
+Name: Pycoast
+Repository: https://github.com/pytroll/pycoast.git
+Repository-Browse: https://github.com/pytroll/pycoast



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pycoast/compare/32ce4b39daf204b45af4d72572552aae52ed3de9...9e26367805b6eedbbbc52f3a65b73418ae164e1e

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pycoast/compare/32ce4b39daf204b45af4d72572552aae52ed3de9...9e26367805b6eedbbbc52f3a65b73418ae164e1e
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.3

2018-03-23 Thread Antonio Valentino
Antonio Valentino pushed new tag upstream/1.8.3 at Debian GIS Project / 
pyresample

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyresample/tree/upstream/1.8.3
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] annotated tag upstream/1.8.3 created (now c4706bb)

2018-03-23 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.3
in repository pyresample.

at  c4706bb   (tag)
   tagging  a134a6d78b6e14cb71b8ec9acf4641cc00ff78aa (commit)
  replaces  upstream/1.8.2
 tagged by  Antonio Valentino
on  Fri Mar 23 07:03:38 2018 +

- Log -
Upstream version 1.8.3

Antonio Valentino (1):
  New upstream version 1.8.3

---

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/01: pristine-tar data for pyresample_1.8.3.orig.tar.gz

2018-03-23 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 61906bb86e0997f96c63a035b37545a9f3eb9182
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Fri Mar 23 07:03:38 2018 +

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

diff --git a/pyresample_1.8.3.orig.tar.gz.delta 
b/pyresample_1.8.3.orig.tar.gz.delta
new file mode 100644
index 000..f0e2292
Binary files /dev/null and b/pyresample_1.8.3.orig.tar.gz.delta differ
diff --git a/pyresample_1.8.3.orig.tar.gz.id b/pyresample_1.8.3.orig.tar.gz.id
new file mode 100644
index 000..a3cd90d
--- /dev/null
+++ b/pyresample_1.8.3.orig.tar.gz.id
@@ -0,0 +1 @@
+881a27dd363bf9c99318f937468f12b12005b5b9

-- 
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 (675c6fc -> bb6f4b2)

2018-03-23 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  675c6fc   Set distribution to unstable
   new  a134a6d   New upstream version 1.8.3
   new  d891fe8   Update upstream source from tag 'upstream/1.8.3'
   new  8206087   New upstream release
   new  3fa90ed   Refresh all patches
   new  66b468a   Update Vcs-* fields to point to salsa
   new  bb6f4b2   Set distribution to unstable

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


Summary of changes:
 .bumpversion.cfg   |   2 +-
 .stickler.yml  |   5 +
 appveyor.yml   |   2 +-
 changelog.rst  |  42 ++--
 debian/changelog   |  10 ++
 debian/control |   4 +-
 debian/patches/0002-fix-proj4-initialization.patch |  10 +-
 pyresample/__init__.py |  31 +++---
 pyresample/geometry.py |  41 +---
 pyresample/kd_tree.py  | 109 +++--
 pyresample/test/test_geometry.py   | 102 ---
 pyresample/version.py  |   2 +-
 setup.py   |  10 +-
 13 files changed, 234 insertions(+), 136 deletions(-)
 create mode 100644 .stickler.yml

-- 
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/06: Refresh all patches

2018-03-23 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 3fa90ed1c08ddcd03dd95aaffa27d7cf62e7aafb
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Fri Mar 23 07:10:41 2018 +

Refresh all patches
---
 debian/changelog   |  2 ++
 debian/patches/0002-fix-proj4-initialization.patch | 10 +-
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1c2cee8..b9b31d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 pyresample (1.8.3-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * debian/patches
+- refresh all patches
 
  -- Antonio Valentino <antonio.valent...@tiscali.it>  Fri, 23 Mar 2018 
07:03:41 +
 
diff --git a/debian/patches/0002-fix-proj4-initialization.patch 
b/debian/patches/0002-fix-proj4-initialization.patch
index f12726d..1d709f3 100644
--- a/debian/patches/0002-fix-proj4-initialization.patch
+++ b/debian/patches/0002-fix-proj4-initialization.patch
@@ -21,10 +21,10 @@ index 3c6ef3c..5346cb4 100644
YSIZE: 480
AREA_EXTENT:  (-20037508.342789244, -10018754.171394622, 
20037508.342789244, 10018754.171394622)
 diff --git a/pyresample/test/test_geometry.py 
b/pyresample/test/test_geometry.py
-index ae8990b..3befc7d 100644
+index ef060d4..c35f304 100644
 --- a/pyresample/test/test_geometry.py
 +++ b/pyresample/test/test_geometry.py
-@@ -406,7 +406,7 @@ class Test(unittest.TestCase):
+@@ -389,7 +389,7 @@ class Test(unittest.TestCase):
  swath_def = geometry.SwathDefinition(lons, lats)
  filter_area = geometry.AreaDefinition('test', 'test', 'test',
{'proj': 'eqc', 'lon_0': 0.0,
@@ -33,7 +33,7 @@ index ae8990b..3befc7d 100644
8, 8,
(-20037508.34, -10018754.17, 
20037508.34, 10018754.17))
  filter = np.array([[1, 1, 1, 1, 0, 0, 0, 0],
-@@ -431,7 +431,7 @@ class Test(unittest.TestCase):
+@@ -414,7 +414,7 @@ class Test(unittest.TestCase):
  data = np.array([1, 2, 3, 4])
  filter_area = geometry.AreaDefinition('test', 'test', 'test',
{'proj': 'eqc', 'lon_0': 0.0,
@@ -42,7 +42,7 @@ index ae8990b..3befc7d 100644
8, 8,
(-20037508.34, -10018754.17, 
20037508.34, 10018754.17))
  filter = np.array([[1, 1, 1, 1, 0, 0, 0, 0],
-@@ -466,7 +466,7 @@ class Test(unittest.TestCase):
+@@ -449,7 +449,7 @@ class Test(unittest.TestCase):
  data = np.dstack((data1, data2, data3))
  filter_area = geometry.AreaDefinition('test', 'test', 'test',
{'proj': 'eqc', 'lon_0': 0.0,
@@ -51,7 +51,7 @@ index ae8990b..3befc7d 100644
8, 8,
(-20037508.34, -10018754.17, 
20037508.34, 10018754.17))
  filter = np.array([[1, 1, 1, 1, 0, 0, 0, 0],
-@@ -535,7 +535,7 @@ class Test(unittest.TestCase):
+@@ -518,7 +518,7 @@ class Test(unittest.TestCase):
  
  def test_latlong_area(self):
  area_def = geometry.AreaDefinition('', '', '',

-- 
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 pristine-tar updated (1255193 -> 61906bb)

2018-03-23 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  1255193   pristine-tar data for pyresample_1.8.2.orig.tar.gz
   new  61906bb   pristine-tar data for pyresample_1.8.3.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.3.orig.tar.gz.delta | Bin 0 -> 40779 bytes
 pyresample_1.8.3.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 pyresample_1.8.3.orig.tar.gz.delta
 create mode 100644 pyresample_1.8.3.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] 02/06: Update upstream source from tag 'upstream/1.8.3'

2018-03-23 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 d891fe89b9ee75e7f350cdfbf66a2a75b337e0e1
Merge: 675c6fc a134a6d
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Fri Mar 23 07:03:38 2018 +

Update upstream source from tag 'upstream/1.8.3'

Update to upstream version '1.8.3'
with Debian dir 625e26eaaf4cc0c259cb928e4e56e4595c015b62

 .bumpversion.cfg |   2 +-
 .stickler.yml|   5 ++
 appveyor.yml |   2 +-
 changelog.rst|  42 ---
 pyresample/__init__.py   |  31 ++-
 pyresample/geometry.py   |  41 ++-
 pyresample/kd_tree.py| 109 ---
 pyresample/test/test_geometry.py | 102 
 pyresample/version.py|   2 +-
 setup.py |  10 ++--
 10 files changed, 217 insertions(+), 129 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] 03/06: New upstream release

2018-03-23 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 8206087b3a8923e5df987666ce156c5ea120c39f
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Fri Mar 23 07:09:00 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index f2f4189..1c2cee8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyresample (1.8.3-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+
+ -- Antonio Valentino <antonio.valent...@tiscali.it>  Fri, 23 Mar 2018 
07:03:41 +
+
 pyresample (1.8.2-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] branch upstream updated (89099bb -> a134a6d)

2018-03-23 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  89099bb   New upstream version 1.8.2
   new  a134a6d   New upstream version 1.8.3

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 +-
 .stickler.yml|   5 ++
 appveyor.yml |   2 +-
 changelog.rst|  42 ---
 pyresample/__init__.py   |  31 ++-
 pyresample/geometry.py   |  41 ++-
 pyresample/kd_tree.py| 109 ---
 pyresample/test/test_geometry.py | 102 
 pyresample/version.py|   2 +-
 setup.py |  10 ++--
 10 files changed, 217 insertions(+), 129 deletions(-)
 create mode 100644 .stickler.yml

-- 
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.3.orig.tar.gz

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


Commits:
61906bb8 by Antonio Valentino at 2018-03-23T07:03:38+00:00
pristine-tar data for pyresample_1.8.3.orig.tar.gz

- - - - -


2 changed files:

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


Changes:

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


=
pyresample_1.8.3.orig.tar.gz.id
=
--- /dev/null
+++ b/pyresample_1.8.3.orig.tar.gz.id
@@ -0,0 +1 @@
+881a27dd363bf9c99318f937468f12b12005b5b9



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

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyresample/commit/61906bb86e0997f96c63a035b37545a9f3eb9182
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] 05/06: Update Vcs-* fields to point to salsa

2018-03-23 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 66b468ae12e52ee489d7cd5b82be9e0ac93895cd
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Fri Mar 23 07:28:20 2018 +

Update Vcs-* fields to point to salsa
---
 debian/changelog | 2 ++
 debian/control   | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b9b31d3..e1e606b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ pyresample (1.8.3-1) UNRELEASED; urgency=medium
   * New upstream release
   * debian/patches
 - refresh all patches
+  * debian/control
+- update Vcs-* fields to point to salsa 
 
  -- Antonio Valentino <antonio.valent...@tiscali.it>  Fri, 23 Mar 2018 
07:03:41 +
 
diff --git a/debian/control b/debian/control
index 0034b35..553166b 100644
--- a/debian/control
+++ b/debian/control
@@ -32,8 +32,8 @@ Build-Depends: debhelper (>= 11.0.0),
cython,
cython3
 Standards-Version: 4.1.3
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pyresample.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pyresample.git
+Vcs-Browser: https://salsa.debian.org/debian-gis-team/pyresample
+Vcs-Git: https://salsa.debian.org/debian-gis-team/pyresample.git
 Homepage: https://github.com/pytroll/pyresample
 
 Package: python-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


[pyresample] 06/06: Set distribution to unstable

2018-03-23 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 bb6f4b2c1ee53f3e650dd8aecb9a7ebff35dcbfb
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Fri Mar 23 07:28:46 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index e1e606b..ad1f9a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,12 @@
-pyresample (1.8.3-1) UNRELEASED; urgency=medium
+pyresample (1.8.3-1) unstable; urgency=medium
 
   * New upstream release
   * debian/patches
 - refresh all patches
   * debian/control
-- update Vcs-* fields to point to salsa 
+- update Vcs-* fields to point to salsa
 
- -- Antonio Valentino <antonio.valent...@tiscali.it>  Fri, 23 Mar 2018 
07:03:41 +
+ -- Antonio Valentino <antonio.valent...@tiscali.it>  Fri, 23 Mar 2018 
07:28:30 +
 
 pyresample (1.8.2-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/06: New upstream version 1.8.3

2018-03-23 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 a134a6d78b6e14cb71b8ec9acf4641cc00ff78aa
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Fri Mar 23 07:03:24 2018 +

New upstream version 1.8.3
---
 .bumpversion.cfg |   2 +-
 .stickler.yml|   5 ++
 appveyor.yml |   2 +-
 changelog.rst|  42 ---
 pyresample/__init__.py   |  31 ++-
 pyresample/geometry.py   |  41 ++-
 pyresample/kd_tree.py| 109 ---
 pyresample/test/test_geometry.py | 102 
 pyresample/version.py|   2 +-
 setup.py |  10 ++--
 10 files changed, 217 insertions(+), 129 deletions(-)

diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index ab21604..536a1ae 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 1.8.2
+current_version = 1.8.3
 commit = True
 tag = True
 
diff --git a/.stickler.yml b/.stickler.yml
new file mode 100644
index 000..c266a86
--- /dev/null
+++ b/.stickler.yml
@@ -0,0 +1,5 @@
+linters:
+  flake8:
+fixer: true
+fixers:
+  enable: true
diff --git a/appveyor.yml b/appveyor.yml
index 51f60d1..df72583 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -64,7 +64,7 @@ install:
   # target Python version and architecture
   - "conda update --yes conda"
   - "conda config --add channels conda-forge"
-  - "conda create -q --yes -n test python=%PYTHON_VERSION% basemap-data-hires 
sphinx pyproj scipy pykdtree"
+  - "conda create -q --yes -n test python=%PYTHON_VERSION% basemap-data-hires 
sphinx pyproj scipy pykdtree dask xarray"
   - "activate test"
   - "pip install coveralls"
   - "pip install mock"
diff --git a/changelog.rst b/changelog.rst
index 7a105eb..31c1efd 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -2,6 +2,37 @@ Changelog
 =
 
 
+v1.8.3 (2018-03-19)
+---
+- update changelog. [Martin Raspaud]
+- Bump version: 1.8.2 → 1.8.3. [Martin Raspaud]
+- Merge branch 'develop' into new_release. [Martin Raspaud]
+- Merge pull request #107 from pytroll/bugfix-memory-leak. [Martin
+  Raspaud]
+
+  [WIP] Remove closures to allow memory to be freed
+- Prevend dynamic areas to choke on NaNs. [Martin Raspaud]
+- Make CHUNK_SIZE int if taken from environment. [Martin Raspaud]
+- Reorganize indices assignments. [Martin Raspaud]
+- Remove closures to allow memory to be freed. [Martin Raspaud]
+- Merge pull request #106 from pytroll/bugfix-area-equality. [David
+  Hoese]
+
+  Fix area equality to support np.nan, xarray and dask
+- Add dask and xarray to appveyor. [Martin Raspaud]
+- Use numpy's allclose for swathdef equality. [Martin Raspaud]
+- Require a newer numpy for nan equality. [Martin Raspaud]
+- Style cleanup. [Martin Raspaud]
+- Add tests for swath equality. [Martin Raspaud]
+- Style cleanup. [Martin Raspaud]
+- Fix area equality to support xarray and dask. [Martin Raspaud]
+- Merge pull request #108 from pytroll/add-stickler-config. [Martin
+  Raspaud]
+
+  Adding .stickler.yml configuration file
+- Adding .stickler.yml. [stickler-ci]
+
+
 v1.8.2 (2018-03-01)
 ---
 - update changelog. [davidh-ssec]
@@ -738,7 +769,6 @@ v1.2.2 (2016-06-21)
   Without this, the compilation of the ewa extension crashes.
 
 
-
 v1.2.1 (2016-06-21)
 ---
 - update changelog. [Martin Raspaud]
@@ -894,11 +924,9 @@ v1.2.0 (2016-06-17)
 - Make kd_tree test work on older numpy version. [Martin Raspaud]
 
   VisibleDeprecationWarning is not available in numpy <1.9.
-
 - Adapt to newest pykdtree version. [Martin Raspaud]
 
   The kdtree object's attribute `data_pts` has been renamed to `data`.
-
 - Run tests on python 3.5 in travis also. [Martin Raspaud]
 
 
@@ -910,7 +938,6 @@ v1.1.6 (2016-02-25)
 
   A previous commit was looking for a 'data_pts' attribute in the kdtree
   object, which is available in pykdtree, but not scipy.
-
 - Merge pull request #32 from mitkin/master. [Martin Raspaud]
 
   [tests] Skip deprecation warnings in test_gauss_multi_uncert
@@ -922,7 +949,6 @@ v1.1.6 (2016-02-25)
   The latest matplotlib (1.5) doesn't support python 2.6 and 3.3. This patch
   chooses the right matplotlib version to install depending on the python
   version at hand.
-
 - Skip deprecation warnings. [Mikhail Itkin]
 
   Catch the rest of the warnings. Check if there is only one, and
@@ -964,7 +990,6 @@ Other
 - Bugfix to address a numpy DeprecationWarning. [Martin Raspaud]
 
   Numpy won't take non-integer indices soon, so make index an int.
-
 - Merge branch 'release-1.1.3' [Martin Raspaud]
 - Merge branch 'licence-lgpl' into pre-master. [Martin Raspaud]
 - Switch to lgplv3, and bump up version number. 

[Git][debian-gis-team/python-mpop][master] 6 commits: Standard version bump

2018-03-04 Thread Antonio Valentino
Antonio Valentino pushed to branch master at Debian GIS Project / python-mpop


Commits:
20ea379a by Antonio Valentino at 2018-03-04T11:30:27+01:00
Standard version bump

- - - - -
3252d104 by Antonio Valentino at 2018-03-04T11:31:10+01:00
Set compat to 11

- - - - -
50dfcf09 by Antonio Valentino at 2018-03-04T11:31:42+01:00
Install examples

- - - - -
c3ca4d43 by Antonio Valentino at 2018-03-04T11:31:44+01:00
Remove unnecessary dh arguments

- - - - -
d0a7283b by Antonio Valentino at 2018-03-04T11:31:44+01:00
Add upstream metadata

- - - - -
6adf1a21 by Antonio Valentino at 2018-03-04T10:32:27+00:00
Set distribution to unstable

- - - - -


7 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- + debian/python-mpop.examples
- debian/rules
- + debian/upstream/metadata


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,16 @@
-python-mpop (1.5.0-2) UNRELEASED; urgency=medium
+python-mpop (1.5.0-2) unstable; urgency=medium
 
+  * Standard version bumped to 4.1.3 (no change)
+  * Set compat to 11
   * Fix deprecated source override location.
+  * Install examples
+  * Add upstream metadata
+  * debian/rules
+- remove unnecessary dh arguments (--parallel)
+  * debian/copyright
+- fix project name capitalization
 
- -- Antonio Valentino <antonio.valent...@tiscali.it>  Sat, 10 Feb 2018 
11:51:13 +0100
+ -- Antonio Valentino <antonio.valent...@tiscali.it>  Sun, 04 Mar 2018 
10:32:13 +
 
 python-mpop (1.5.0-1) unstable; urgency=medium
 


=
debian/compat
=
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian GIS Project 
<pkg-grass-devel@lists.alioth.debian.org>
 Uploaders: Antonio Valentino <antonio.valent...@tiscali.it>
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 9.0.0),
+Build-Depends: debhelper (>= 11),
dh-python,
python-setuptools,
python-all,
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 9.0.0),
python-pyorbital,
python-netcdf4,
python-mock
-Standards-Version: 4.1.1
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/python-mpop.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/python-mpop.git
 Homepage: https://github.com/mraspaud/mpop


=
debian/copyright
=
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: mpop
+Upstream-Name: MPoP
 Source: https://github.com/mraspaud/mpop
 
 Files: *


=
debian/python-mpop.examples
=
--- /dev/null
+++ b/debian/python-mpop.examples
@@ -0,0 +1,2 @@
+doc/examples/*
+


=
debian/rules
=
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ PY2VERS = $(shell pyversions -r -v)
 
 
 %:
-   dh $@ --parallel --with python2,sphinxdoc --buildsystem=python_distutils
+   dh $@ --with python2,sphinxdoc --buildsystem=python_distutils
 
 
 override_dh_auto_build:


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



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-mpop/compare/60ec95a6ca6f5c46a029f35dd8d7a85f41c6e5ab...6adf1a21e8cc0c6f161e7155bbe17fdad26e77c7

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-mpop/compare/60ec95a6ca6f5c46a029f35dd8d7a85f41c6e5ab...6adf1a21e8cc0c6f161e7155bbe17fdad26e77c7
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

[python-mpop] 03/06: Install examples

2018-03-04 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

commit 50dfcf0901f79e5e2858ab8323151b032f06cee9
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 10:08:02 2018 +

Install examples
---
 debian/changelog| 1 +
 debian/python-mpop.examples | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c18a5bc..60f8e39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-mpop (1.5.0-2) UNRELEASED; urgency=medium
   * Standard version bumped to 4.1.3 (no change)
   * Set compat to 11
   * Fix deprecated source override location.
+  * Install examples
 
  -- Antonio Valentino <antonio.valent...@tiscali.it>  Sun, 04 Mar 2018 
09:53:23 +
 
diff --git a/debian/python-mpop.examples b/debian/python-mpop.examples
new file mode 100644
index 000..b40e093
--- /dev/null
+++ b/debian/python-mpop.examples
@@ -0,0 +1,2 @@
+doc/examples/*
+

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

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


[python-mpop] 05/06: Add upstream metadata

2018-03-04 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

commit d0a7283b2be4d45490b3f32c216d1070c96bb096
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 10:13:52 2018 +

Add upstream metadata
---
 debian/changelog | 3 +++
 debian/copyright | 2 +-
 debian/upstream/metadata | 6 ++
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e08a3c1..24930c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,11 @@ python-mpop (1.5.0-2) UNRELEASED; urgency=medium
   * Set compat to 11
   * Fix deprecated source override location.
   * Install examples
+  * Add upstream metadata
   * debian/rules
 - remove unnecessary dh arguments (--parallel)
+  * debian/copyright
+- fix project name capitalization
 
  -- Antonio Valentino <antonio.valent...@tiscali.it>  Sun, 04 Mar 2018 
09:53:23 +
 
diff --git a/debian/copyright b/debian/copyright
index db891e8..212fc6f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: mpop
+Upstream-Name: MPoP
 Source: https://github.com/mraspaud/mpop
 
 Files: *
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..6b8d550
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Bug-Database: https://github.com/pytroll/mpop/issues
+Bug-Submit: https://github.com/pytroll/mpop/issues/new
+Name: MPoP
+Repository: https://github.com/pytroll/mpop.git
+Repository-Browse: https://github.com/pytroll/mpop

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

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


[python-mpop] 04/06: Remove unnecessary dh arguments

2018-03-04 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

commit c3ca4d430fcd74ba6756a068f618604b33aeb331
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 10:09:22 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index 60f8e39..e08a3c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ python-mpop (1.5.0-2) UNRELEASED; urgency=medium
   * Set compat to 11
   * Fix deprecated source override location.
   * Install examples
+  * debian/rules
+- remove unnecessary dh arguments (--parallel)
 
  -- Antonio Valentino <antonio.valent...@tiscali.it>  Sun, 04 Mar 2018 
09:53:23 +
 
diff --git a/debian/rules b/debian/rules
index dda8402..a78df37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ PY2VERS = $(shell pyversions -r -v)
 
 
 %:
-   dh $@ --parallel --with python2,sphinxdoc --buildsystem=python_distutils
+   dh $@ --with python2,sphinxdoc --buildsystem=python_distutils
 
 
 override_dh_auto_build:

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

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


[python-mpop] 01/06: Standard version bump

2018-03-04 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

commit 20ea379af4824c8ee85c074327833cd7dc8da91f
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 09:54:00 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index a48b82f..d284853 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 python-mpop (1.5.0-2) UNRELEASED; urgency=medium
 
+  * Standard version bumped to 4.1.3 (no change)
   * Fix deprecated source override location.
 
- -- Antonio Valentino <antonio.valent...@tiscali.it>  Sat, 10 Feb 2018 
11:51:13 +0100
+ -- Antonio Valentino <antonio.valent...@tiscali.it>  Sun, 04 Mar 2018 
09:53:23 +
 
 python-mpop (1.5.0-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 235db13..c2967ce 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 9.0.0),
python-pyorbital,
python-netcdf4,
python-mock
-Standards-Version: 4.1.1
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/python-mpop.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/python-mpop.git
 Homepage: https://github.com/mraspaud/mpop

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

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


[python-mpop] 02/06: Set compat to 11

2018-03-04 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

commit 3252d1046e7e95237cd485565d606032add8c127
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 09:54:40 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 d284853..c18a5bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-mpop (1.5.0-2) UNRELEASED; urgency=medium
 
   * Standard version bumped to 4.1.3 (no change)
+  * Set compat to 11
   * Fix deprecated source override location.
 
  -- Antonio Valentino <antonio.valent...@tiscali.it>  Sun, 04 Mar 2018 
09:53:23 +
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 c2967ce..cb3d13b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian GIS Project 
<pkg-grass-devel@lists.alioth.debian.org>
 Uploaders: Antonio Valentino <antonio.valent...@tiscali.it>
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 9.0.0),
+Build-Depends: debhelper (>= 11),
dh-python,
python-setuptools,
python-all,

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

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


[python-mpop] branch master updated (60ec95a -> 6adf1a2)

2018-03-04 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

  from  60ec95a   Fix deprecated source override location.
   new  20ea379   Standard version bump
   new  3252d10   Set compat to 11
   new  50dfcf0   Install examples
   new  c3ca4d4   Remove unnecessary dh arguments
   new  d0a7283   Add upstream metadata
   new  6adf1a2   Set distribution to unstable

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


Summary of changes:
 debian/changelog| 12 ++--
 debian/compat   |  2 +-
 debian/control  |  4 ++--
 debian/copyright|  2 +-
 debian/python-mpop.examples |  2 ++
 debian/rules|  2 +-
 debian/upstream/metadata|  6 ++
 7 files changed, 23 insertions(+), 7 deletions(-)
 create mode 100644 debian/python-mpop.examples
 create mode 100644 debian/upstream/metadata

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

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


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

2018-03-04 Thread Antonio Valentino
This is an automated email from the git hooks/post-receive script.

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

commit 6adf1a21e8cc0c6f161e7155bbe17fdad26e77c7
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 10:16:41 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index 24930c0..7bd8049 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-mpop (1.5.0-2) UNRELEASED; urgency=medium
+python-mpop (1.5.0-2) unstable; urgency=medium
 
   * Standard version bumped to 4.1.3 (no change)
   * Set compat to 11
@@ -10,7 +10,7 @@ python-mpop (1.5.0-2) UNRELEASED; urgency=medium
   * debian/copyright
 - fix project name capitalization
 
- -- Antonio Valentino <antonio.valent...@tiscali.it>  Sun, 04 Mar 2018 
09:53:23 +
+ -- Antonio Valentino <antonio.valent...@tiscali.it>  Sun, 04 Mar 2018 
10:32:13 +
 
 python-mpop (1.5.0-1) unstable; urgency=medium
 

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

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


[Git][debian-gis-team/mipp][master] Spelling

2018-03-04 Thread Antonio Valentino
Antonio Valentino pushed to branch master at Debian GIS Project / mipp


Commits:
e5f19eef by Antonio Valentino at 2018-03-04T09:58:38+00:00
Spelling

- - - - -


1 changed file:

- debian/patches/0001-fix-build-path-management.patch


Changes:

=
debian/patches/0001-fix-build-path-management.patch
=
--- a/debian/patches/0001-fix-build-path-management.patch
+++ b/debian/patches/0001-fix-build-path-management.patch
@@ -2,7 +2,7 @@ From: Antonio Valentino <antonio.valent...@tiscali.it>
 Date: Sun, 29 Jun 2014 16:01:59 +
 Subject: fix build path management
 
-This patch allows one to run the test suite when mipp is installed in
+This patch allows running the test suite when mipp is installed in
 the system default path.
 ---
  tests/buildpath_to_syspath.py | 6 --



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mipp/commit/e5f19eefc9cd9901e992ebc4463f155be23b4be0

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mipp/commit/e5f19eefc9cd9901e992ebc4463f155be23b4be0
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

[mipp] branch master updated (abac3e4 -> e5f19ee)

2018-03-04 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 mipp.

  from  abac3e4   Set distribution to unstable
   new  e5f19ee   Spelling

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:
 debian/patches/0001-fix-build-path-management.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[mipp] 01/01: Spelling

2018-03-04 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 mipp.

commit e5f19eefc9cd9901e992ebc4463f155be23b4be0
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 09:58:38 2018 +

Spelling
---
 debian/patches/0001-fix-build-path-management.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/0001-fix-build-path-management.patch 
b/debian/patches/0001-fix-build-path-management.patch
index 85dc949..a263850 100644
--- a/debian/patches/0001-fix-build-path-management.patch
+++ b/debian/patches/0001-fix-build-path-management.patch
@@ -2,7 +2,7 @@ From: Antonio Valentino <antonio.valent...@tiscali.it>
 Date: Sun, 29 Jun 2014 16:01:59 +
 Subject: fix build path management
 
-This patch allows one to run the test suite when mipp is installed in
+This patch allows running the test suite when mipp is installed in
 the system default path.
 ---
  tests/buildpath_to_syspath.py | 6 --

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/mipp.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/mipp][master] 7 commits: Standard version bump

2018-03-04 Thread Antonio Valentino
Antonio Valentino pushed to branch master at Debian GIS Project / mipp


Commits:
25406eea by Antonio Valentino at 2018-03-04T08:43:34+00:00
Standard version bump

- - - - -
d30cc838 by Antonio Valentino at 2018-03-04T08:44:38+00:00
Set compat to 11

- - - - -
16de9547 by Antonio Valentino at 2018-03-04T08:48:16+00:00
Remove unnecessare dh argument

- - - - -
743473b8 by Antonio Valentino at 2018-03-04T08:52:34+00:00
Add upstream metadata

- - - - -
7754d77c by Antonio Valentino at 2018-03-04T08:54:39+00:00
Improve spelling

- - - - -
5dbd6163 by Antonio Valentino at 2018-03-04T08:57:51+00:00
Install examples

- - - - -
abac3e4a by Antonio Valentino at 2018-03-04T09:42:19+00:00
Set distribution to unstable

- - - - -


7 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/patches/0001-fix-build-path-management.patch
- + debian/python-mipp.examples
- debian/rules
- + debian/upstream/metadata


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,18 @@
-mipp (1.0.0-3) UNRELEASED; urgency=medium
+mipp (1.0.0-3) unstable; urgency=medium
 
-  * Team upload.
+  [ Bas Couwenberg ]
   * Strip trailing whitespace from changelog.
   * Fix deprecated source override location.
 
- -- Bas Couwenberg <sebas...@debian.org>  Wed, 15 Nov 2017 22:01:46 +0100
+  [ Antonio Valentino ]
+  * Standard version bumped to 4.1.3 (no change).
+  * Set compat to 11.
+  * debian/reules
+- remove unnecessary dh argument (--parallel)
+  * Add upstream metadata.
+  * Install examples
+
+ -- Antonio Valentino <antonio.valent...@tiscali.it>  Sun, 04 Mar 2018 
09:00:34 +
 
 mipp (1.0.0-2) unstable; urgency=medium
 


=
debian/compat
=
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian GIS Project 
<pkg-grass-devel@lists.alioth.debian.org>
 Uploaders: Antonio Valentino <antonio.valent...@tiscali.it>
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 9.0.0),
+Build-Depends: debhelper (>= 11),
dh-python,
python-setuptools,
python-all,
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9.0.0),
python-lxml,
python-gdal,
python-pyresample
-Standards-Version: 4.1.0
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/mipp.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/mipp.git
 Homepage: https://github.com/loerum/mipp/tree/master/mipp


=
debian/patches/0001-fix-build-path-management.patch
=
--- a/debian/patches/0001-fix-build-path-management.patch
+++ b/debian/patches/0001-fix-build-path-management.patch
@@ -2,8 +2,8 @@ From: Antonio Valentino <antonio.valent...@tiscali.it>
 Date: Sun, 29 Jun 2014 16:01:59 +
 Subject: fix build path management
 
-This patch allows to run the test suite when mipp is installed in the
-system default path.
+This patch allows one to run the test suite when mipp is installed in
+the system default path.
 ---
  tests/buildpath_to_syspath.py | 6 --
  1 file changed, 4 insertions(+), 2 deletions(-)


=
debian/python-mipp.examples
=
--- /dev/null
+++ b/debian/python-mipp.examples
@@ -0,0 +1,2 @@
+examples/*
+


=
debian/rules
=
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export PYBUILD_TEST_ARGS=tests
 
 
 %:
-   dh $@ --parallel --with python2,sphinxdoc --buildsystem=pybuild
+   dh $@ --with python2,sphinxdoc --buildsystem=pybuild
 
 
 override_dh_auto_build:


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



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mipp/compare/27b448260faf12e22d7aa8489cedadb7aeb721b8...abac3e4a74984cb208b02c5b63a048a73dfde195

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mipp/compare/27b448260faf12e22d7aa8489cedadb7aeb721b8...abac3e4a74984cb208b02c5b63a048a73dfde195
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

[mipp] 05/07: Improve spelling

2018-03-04 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 mipp.

commit 7754d77c6854aed442676f743ad4278ffb311dd3
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 08:54:39 2018 +

Improve spelling
---
 debian/patches/0001-fix-build-path-management.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/0001-fix-build-path-management.patch 
b/debian/patches/0001-fix-build-path-management.patch
index 3f3d39a..85dc949 100644
--- a/debian/patches/0001-fix-build-path-management.patch
+++ b/debian/patches/0001-fix-build-path-management.patch
@@ -2,8 +2,8 @@ From: Antonio Valentino <antonio.valent...@tiscali.it>
 Date: Sun, 29 Jun 2014 16:01:59 +
 Subject: fix build path management
 
-This patch allows to run the test suite when mipp is installed in the
-system default path.
+This patch allows one to run the test suite when mipp is installed in
+the system default path.
 ---
  tests/buildpath_to_syspath.py | 6 --
  1 file changed, 4 insertions(+), 2 deletions(-)

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


[mipp] 02/07: Set compat to 11

2018-03-04 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 mipp.

commit d30cc838b38d314805b9a52b7e9a65064a48504c
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 08:44:38 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index 0faffd2..228137e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,8 @@ mipp (1.0.0-3) UNRELEASED; urgency=medium
   * Fix deprecated source override location.
 
   [ Antonio Valentino ]
-  * Standard version bumped to 4.1.3 (no change)
+  * Standard version bumped to 4.1.3 (no change).
+  * Set compat to 11.
 
  -- Bas Couwenberg <sebas...@debian.org>  Wed, 15 Nov 2017 22:01:46 +0100
 
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 2280451..46e8f80 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian GIS Project 
<pkg-grass-devel@lists.alioth.debian.org>
 Uploaders: Antonio Valentino <antonio.valent...@tiscali.it>
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 9.0.0),
+Build-Depends: debhelper (>= 11),
dh-python,
python-setuptools,
python-all,

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


[mipp] 01/07: Standard version bump

2018-03-04 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 mipp.

commit 25406eeab47e43bfff631a3ec31aa11515d17120
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 08:43:34 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index 697c8c5..0faffd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 mipp (1.0.0-3) UNRELEASED; urgency=medium
 
+  [ Bas Couwenberg ]
   * Team upload.
   * Strip trailing whitespace from changelog.
   * Fix deprecated source override location.
 
+  [ Antonio Valentino ]
+  * Standard version bumped to 4.1.3 (no change)
+
  -- Bas Couwenberg <sebas...@debian.org>  Wed, 15 Nov 2017 22:01:46 +0100
 
 mipp (1.0.0-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index efa61fd..2280451 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9.0.0),
python-lxml,
python-gdal,
python-pyresample
-Standards-Version: 4.1.0
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/mipp.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/mipp.git
 Homepage: https://github.com/loerum/mipp/tree/master/mipp

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


[mipp] 06/07: Install examples

2018-03-04 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 mipp.

commit 5dbd61634765eced0d6a81c0627576a6d5754275
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 08:57:51 2018 +

Install examples
---
 debian/changelog| 1 +
 debian/python-mipp.examples | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9698901..7b71828 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ mipp (1.0.0-3) UNRELEASED; urgency=medium
   * debian/reules
 - remove unnecessary dh argument (--parallel)
   * Add upstream metadata.
+  * Install examples
 
  -- Bas Couwenberg <sebas...@debian.org>  Wed, 15 Nov 2017 22:01:46 +0100
 
diff --git a/debian/python-mipp.examples b/debian/python-mipp.examples
new file mode 100644
index 000..c48447a
--- /dev/null
+++ b/debian/python-mipp.examples
@@ -0,0 +1,2 @@
+examples/*
+

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


[mipp] 03/07: Remove unnecessare dh argument

2018-03-04 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 mipp.

commit 16de95470d418df8872333e0ed5f25695c272e14
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 08:48:16 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index 228137e..e0df9e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ mipp (1.0.0-3) UNRELEASED; urgency=medium
   [ Antonio Valentino ]
   * Standard version bumped to 4.1.3 (no change).
   * Set compat to 11.
+  * debian/reules
+- remove unnecessary dh argument (--parallel)
 
  -- Bas Couwenberg <sebas...@debian.org>  Wed, 15 Nov 2017 22:01:46 +0100
 
diff --git a/debian/rules b/debian/rules
index 578499d..ddd559c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export PYBUILD_TEST_ARGS=tests
 
 
 %:
-   dh $@ --parallel --with python2,sphinxdoc --buildsystem=pybuild
+   dh $@ --with python2,sphinxdoc --buildsystem=pybuild
 
 
 override_dh_auto_build:

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


[mipp] branch master updated (27b4482 -> abac3e4)

2018-03-04 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 mipp.

  from  27b4482   Fix deprecated source override location.
   new  25406ee   Standard version bump
   new  d30cc83   Set compat to 11
   new  16de954   Remove unnecessare dh argument
   new  743473b   Add upstream metadata
   new  7754d77   Improve spelling
   new  5dbd616   Install examples
   new  abac3e4   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:
 debian/changelog| 14 +++---
 debian/compat   |  2 +-
 debian/control  |  4 ++--
 debian/patches/0001-fix-build-path-management.patch |  4 ++--
 debian/python-mipp.examples |  2 ++
 debian/rules|  2 +-
 debian/upstream/metadata|  6 ++
 7 files changed, 25 insertions(+), 9 deletions(-)
 create mode 100644 debian/python-mipp.examples
 create mode 100644 debian/upstream/metadata

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


[mipp] 07/07: Set distribution to unstable

2018-03-04 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 mipp.

commit abac3e4a74984cb208b02c5b63a048a73dfde195
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 09:00:57 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index 7b71828..df52359 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
-mipp (1.0.0-3) UNRELEASED; urgency=medium
+mipp (1.0.0-3) unstable; urgency=medium
 
   [ Bas Couwenberg ]
-  * Team upload.
   * Strip trailing whitespace from changelog.
   * Fix deprecated source override location.
 
@@ -13,7 +12,7 @@ mipp (1.0.0-3) UNRELEASED; urgency=medium
   * Add upstream metadata.
   * Install examples
 
- -- Bas Couwenberg <sebas...@debian.org>  Wed, 15 Nov 2017 22:01:46 +0100
+ -- Antonio Valentino <antonio.valent...@tiscali.it>  Sun, 04 Mar 2018 
09:00:34 +
 
 mipp (1.0.0-2) unstable; urgency=medium
 

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


[mipp] 04/07: Add upstream metadata

2018-03-04 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 mipp.

commit 743473b802408ab1df8890c742ab03ab8c3aefc7
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 08:52:34 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index e0df9e3..9698901 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ mipp (1.0.0-3) UNRELEASED; urgency=medium
   * Set compat to 11.
   * debian/reules
 - remove unnecessary dh argument (--parallel)
+  * Add upstream metadata.
 
  -- Bas Couwenberg <sebas...@debian.org>  Wed, 15 Nov 2017 22:01:46 +0100
 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..f3ed7f7
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Bug-Database: https://github.com/pytroll/mipp/issues
+Bug-Submit: https://github.com/pytroll/mipp/issues/new
+Name: MIPP
+Repository: https://github.com/pytroll/mipp.git
+Repository-Browse: https://github.com/pytroll/mipp

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/mipp.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/pykdtree][master] 8 commits: Standard version bump

2018-03-04 Thread Antonio Valentino
Antonio Valentino pushed to branch master at Debian GIS Project / pykdtree


Commits:
b5f2b385 by Antonio Valentino at 2018-03-04T08:20:06+00:00
Standard version bump

- - - - -
f4b802c6 by Antonio Valentino at 2018-03-04T08:25:04+00:00
Use secure URL in watch file

- - - - -
ed1ede05 by Antonio Valentino at 2018-03-04T08:26:58+00:00
Remove unnecessary testsuite autopkgtest field from debian/control

- - - - -
5f0cf2f7 by Antonio Valentino at 2018-03-04T08:28:00+00:00
Set compat to 11

- - - - -
d0e4cad3 by Antonio Valentino at 2018-03-04T08:30:08+00:00
Remove unnecessary dh argument

- - - - -
134b1f0a by Antonio Valentino at 2018-03-04T08:33:24+00:00
Add upstream metadata

- - - - -
0217a636 by Antonio Valentino at 2018-03-04T08:34:25+00:00
Remove trailing whitespaces

- - - - -
cbde5439 by Antonio Valentino at 2018-03-04T08:38:00+00:00
Set distribution to unstable

- - - - -


6 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/rules
- + debian/upstream/metadata
- debian/watch


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+pykdtree (1.2.2-4) unstable; urgency=medium
+
+  * Standard version bumped to 4.1.3 (no change)
+  * debian/watch
+- use secure URL
+  * debian/control
+- remove unnecessary testsuite autopkgtest field
+  * debian/rules
+- remove unnecessary dh argument (--parallel)
+  * Set compat to 11.
+  * Add upstream metadata.
+
+ -- Antonio Valentino <antonio.valent...@tiscali.it>  Sun, 04 Mar 2018 
08:37:37 +
+
 pykdtree (1.2.2-3) unstable; urgency=medium
 
   * Team upload.


=
debian/compat
=
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,8 @@ Source: pykdtree
 Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
 Uploaders: Antonio Valentino <antonio.valent...@tiscali.it>
 Section: python
-Testsuite: autopkgtest
 Priority: optional
-Build-Depends: debhelper (>= 9.0.0),
+Build-Depends: debhelper (>= 11),
dh-python,
python-setuptools,
python3-setuptools,
@@ -14,7 +13,7 @@ Build-Depends: debhelper (>= 9.0.0),
python3-numpy,
python-nose,
python3-nose
-Standards-Version: 4.0.0
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pykdtree.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pykdtree.git
 Homepage: https://pypi.python.org/pypi/pykdtree


=
debian/rules
=
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 export PYBUILD_NAME=pykdtree
 
 %:
-   dh $@ --parallel --with python2,python3 --buildsystem=pybuild
+   dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_python2:
dh_python2 -ppython-pykdtree


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


=
debian/watch
=
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
 # Compulsory line, this is a version 3 file
 version=3
 opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-http://pypi.debian.net/pykdtree/pykdtree-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+https://pypi.debian.net/pykdtree/pykdtree-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
 



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pykdtree/compare/446c91075772776675b6a20d7cad86a7bf83dfb8...cbde5439cbc7c64f7a51c1bb272329dd74547789

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pykdtree/compare/446c91075772776675b6a20d7cad86a7bf83dfb8...cbde5439cbc7c64f7a51c1bb272329dd74547789
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

[pykdtree] 02/08: Use secure URL in watch file

2018-03-04 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 pykdtree.

commit f4b802c6f8ad73f508f35c420285503c9960d93d
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 08:25:04 2018 +

Use secure URL in watch file
---
 debian/changelog | 2 ++
 debian/watch | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 12ee11b..fac7e93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 pykdtree (1.2.2-4) UNRELEASED; urgency=medium
 
   * Standard version bumped to 4.1.3 (no change)
+  * debian/watch
+- use secure URL
 
  -- Antonio Valentino <antonio.valent...@tiscali.it>  Sun, 04 Mar 2018 
08:19:12 +
 
diff --git a/debian/watch b/debian/watch
index 687f74b..6180561 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
 # Compulsory line, this is a version 3 file
 version=3
 opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-http://pypi.debian.net/pykdtree/pykdtree-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+https://pypi.debian.net/pykdtree/pykdtree-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
 

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


[pykdtree] 05/08: Remove unnecessary dh argument

2018-03-04 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 pykdtree.

commit d0e4cad3a33f75c0944ee76a7b8b86ea10f92c1b
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 08:30:08 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index a9a2a91..097627f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ pykdtree (1.2.2-4) UNRELEASED; urgency=medium
 - use secure URL 
   * debian/control
 - remove unnecessary testsuite autopkgtest field
+  * debian/rules
+- remove unnecessary dh argument (--parallel)
   * Set compat to 11.
 
  -- Antonio Valentino <antonio.valent...@tiscali.it>  Sun, 04 Mar 2018 
08:19:12 +
diff --git a/debian/rules b/debian/rules
index f3f28b2..abd3123 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 export PYBUILD_NAME=pykdtree
 
 %:
-   dh $@ --parallel --with python2,python3 --buildsystem=pybuild
+   dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_python2:
dh_python2 -ppython-pykdtree

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


[pykdtree] 07/08: Remove trailing whitespaces

2018-03-04 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 pykdtree.

commit 0217a63680550cf1083fbe9de856371984998eee
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 08:34:25 2018 +

Remove trailing whitespaces
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0e0e624..fbf8ba3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ pykdtree (1.2.2-4) UNRELEASED; urgency=medium
 
   * Standard version bumped to 4.1.3 (no change)
   * debian/watch
-- use secure URL 
+- use secure URL
   * debian/control
 - remove unnecessary testsuite autopkgtest field
   * debian/rules

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


[pykdtree] 06/08: Add upstream metadata

2018-03-04 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 pykdtree.

commit 134b1f0aac7eea5d30d66425ad3f0c8faf8febb8
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 08:33:24 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index 097627f..0e0e624 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ pykdtree (1.2.2-4) UNRELEASED; urgency=medium
   * debian/rules
 - remove unnecessary dh argument (--parallel)
   * Set compat to 11.
+  * Add upstream metadata.
 
  -- Antonio Valentino <antonio.valent...@tiscali.it>  Sun, 04 Mar 2018 
08:19:12 +
 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..b9afde3
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Bug-Database: https://github.com/pytroll/pykdtree/issues
+Bug-Submit: https://github.com/pytroll/pykdtree/issues/new
+Name: pykdtree
+Repository: https://github.com/pytroll/pykdtree.git
+Repository-Browse: https://github.com/pytroll/pykdtree

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


[pykdtree] 04/08: Set compat to 11

2018-03-04 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 pykdtree.

commit 5f0cf2f72e973295eba58343c9079062e3843e6f
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 08:28:00 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 344dbb4..a9a2a91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ pykdtree (1.2.2-4) UNRELEASED; urgency=medium
 - use secure URL 
   * debian/control
 - remove unnecessary testsuite autopkgtest field
+  * Set compat to 11.
 
  -- Antonio Valentino <antonio.valent...@tiscali.it>  Sun, 04 Mar 2018 
08:19:12 +
 
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 e84e00f..f3705be 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian GIS Project 
<pkg-grass-devel@lists.alioth.debian.org>
 Uploaders: Antonio Valentino <antonio.valent...@tiscali.it>
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 9.0.0),
+Build-Depends: debhelper (>= 11),
dh-python,
python-setuptools,
python3-setuptools,

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


[pykdtree] 08/08: Set distribution to unstable

2018-03-04 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 pykdtree.

commit cbde5439cbc7c64f7a51c1bb272329dd74547789
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 08:38:00 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index fbf8ba3..8be7f41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-pykdtree (1.2.2-4) UNRELEASED; urgency=medium
+pykdtree (1.2.2-4) unstable; urgency=medium
 
   * Standard version bumped to 4.1.3 (no change)
   * debian/watch
@@ -10,7 +10,7 @@ pykdtree (1.2.2-4) UNRELEASED; urgency=medium
   * Set compat to 11.
   * Add upstream metadata.
 
- -- Antonio Valentino <antonio.valent...@tiscali.it>  Sun, 04 Mar 2018 
08:19:12 +
+ -- Antonio Valentino <antonio.valent...@tiscali.it>  Sun, 04 Mar 2018 
08:37:37 +
 
 pykdtree (1.2.2-3) unstable; urgency=medium
 

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


[pykdtree] branch master updated (446c910 -> cbde543)

2018-03-04 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 pykdtree.

  from  446c910   Set distribution to unstable.
   new  b5f2b38   Standard version bump
   new  f4b802c   Use secure URL in watch file
   new  ed1ede0   Remove unnecessary testsuite autopkgtest field from 
debian/control
   new  5f0cf2f   Set compat to 11
   new  d0e4cad   Remove unnecessary dh argument
   new  134b1f0   Add upstream metadata
   new  0217a63   Remove trailing whitespaces
   new  cbde543   Set distribution to unstable

The 8 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 | 14 ++
 debian/compat|  2 +-
 debian/control   |  5 ++---
 debian/rules |  2 +-
 debian/upstream/metadata |  6 ++
 debian/watch |  2 +-
 6 files changed, 25 insertions(+), 6 deletions(-)
 create mode 100644 debian/upstream/metadata

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


[pykdtree] 01/08: Standard version bump

2018-03-04 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 pykdtree.

commit b5f2b385c1972184682c95aa28264efb728034f6
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 08:20:06 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index 7414bde..12ee11b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pykdtree (1.2.2-4) UNRELEASED; urgency=medium
+
+  * Standard version bumped to 4.1.3 (no change)
+
+ -- Antonio Valentino <antonio.valent...@tiscali.it>  Sun, 04 Mar 2018 
08:19:12 +
+
 pykdtree (1.2.2-3) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 7ab2690..e02ba6f 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9.0.0),
python3-numpy,
python-nose,
python3-nose
-Standards-Version: 4.0.0
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pykdtree.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pykdtree.git
 Homepage: https://pypi.python.org/pypi/pykdtree

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


[pykdtree] 03/08: Remove unnecessary testsuite autopkgtest field from debian/control

2018-03-04 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 pykdtree.

commit ed1ede05e97a20f6066319e24a7efc2d109db05d
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 08:26:52 2018 +

Remove unnecessary testsuite autopkgtest field from debian/control
---
 debian/changelog | 4 +++-
 debian/control   | 1 -
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fac7e93..344dbb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,9 @@ pykdtree (1.2.2-4) UNRELEASED; urgency=medium
 
   * Standard version bumped to 4.1.3 (no change)
   * debian/watch
-- use secure URL
+- use secure URL 
+  * debian/control
+- remove unnecessary testsuite autopkgtest field
 
  -- Antonio Valentino <antonio.valent...@tiscali.it>  Sun, 04 Mar 2018 
08:19:12 +
 
diff --git a/debian/control b/debian/control
index e02ba6f..e84e00f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,6 @@ Source: pykdtree
 Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
 Uploaders: Antonio Valentino <antonio.valent...@tiscali.it>
 Section: python
-Testsuite: autopkgtest
 Priority: optional
 Build-Depends: debhelper (>= 9.0.0),
dh-python,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pykdtree.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/epr-api][master] 3 commits: Remove unnecessary dh arguments

2018-03-04 Thread Antonio Valentino
Antonio Valentino pushed to branch master at Debian GIS Project / epr-api


Commits:
8c979150 by Antonio Valentino at 2018-03-04T08:09:41+00:00
Remove unnecessary dh arguments

- - - - -
914597fe by Antonio Valentino at 2018-03-04T08:13:12+00:00
Add metadata file

- - - - -
608b7a89 by Antonio Valentino at 2018-03-04T08:14:11+00:00
Set distribution to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/rules
- + debian/upstream/metadata


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-epr-api (2.3~dev20150708-4) UNRELEASED; urgency=medium
+epr-api (2.3~dev20150708-4) unstable; urgency=medium
 
   [ Antonio Valentino ]
   * debian/copyright
@@ -9,14 +9,16 @@ epr-api (2.3~dev20150708-4) UNRELEASED; urgency=medium
   * set compat to 11
   * debian/rules
 - drop override_dh_auto_build in .PHONY
+- remove unnecessary dh arguments (--parallel)
   * debian/patches
 - refresh and renumber all patches
+  * Add metadata file.
 
   [ Bas Couwenberg ]
   * Bump Standards-Version to 4.1.3, no changes.
   * Don't use libjs-jquery for Doxygen docs.
 
- -- Antonio Valentino <antonio.valent...@tiscali.it>  Wed, 09 Aug 2017 
15:49:54 +
+ -- Antonio Valentino <antonio.valent...@tiscali.it>  Sun, 04 Mar 2018 
08:13:41 +
 
 epr-api (2.3~dev20150708-3) unstable; urgency=medium
 


=
debian/rules
=
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ CMAKE_EXTRA_FLAGS += -DBUILD_DOCS:BOOL=ON 
-DBUILD_TESTS:BOOL=ON
 
 
 %:
-   dh $@ --buildsystem=cmake --builddirectory=build --parallel
+   dh $@ --buildsystem=cmake --builddirectory=build
 
 
 override_dh_auto_configure:


=
debian/upstream/metadata
=
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Bug-Database: https://github.com/bcdev/epr-api/issues
+Bug-Submit: https://github.com/bcdev/epr-api/issues/new
+Name: EPR-API
+Repository: https://github.com/bcdev/epr-api.git
+Repository-Browse: https://github.com/bcdev/epr-api



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/epr-api/compare/e79650bacf2a937e11ec30fbabd0ec1ec24e106e...608b7a89d71878ab8832b2c614d97d5fe32f6d62

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/epr-api/compare/e79650bacf2a937e11ec30fbabd0ec1ec24e106e...608b7a89d71878ab8832b2c614d97d5fe32f6d62
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

[epr-api] 02/03: Add metadata file

2018-03-04 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 epr-api.

commit 914597fe488d8c7d161d0faf5e31da69f930a564
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 08:13:12 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index 36f0071..388d99d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ epr-api (2.3~dev20150708-4) UNRELEASED; urgency=medium
 - remove unnecessary dh arguments (--parallel)
   * debian/patches
 - refresh and renumber all patches
+  * Add metadata file.
 
   [ Bas Couwenberg ]
   * 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..4f9aa20
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Bug-Database: https://github.com/bcdev/epr-api/issues
+Bug-Submit: https://github.com/bcdev/epr-api/issues/new
+Name: EPR-API
+Repository: https://github.com/bcdev/epr-api.git
+Repository-Browse: https://github.com/bcdev/epr-api

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


[epr-api] 03/03: Set distribution to unstable

2018-03-04 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 epr-api.

commit 608b7a89d71878ab8832b2c614d97d5fe32f6d62
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 08:14:11 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index 388d99d..9d69cf8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-epr-api (2.3~dev20150708-4) UNRELEASED; urgency=medium
+epr-api (2.3~dev20150708-4) unstable; urgency=medium
 
   [ Antonio Valentino ]
   * debian/copyright
@@ -18,7 +18,7 @@ epr-api (2.3~dev20150708-4) UNRELEASED; urgency=medium
   * Bump Standards-Version to 4.1.3, no changes.
   * Don't use libjs-jquery for Doxygen docs.
 
- -- Antonio Valentino <antonio.valent...@tiscali.it>  Wed, 09 Aug 2017 
15:49:54 +
+ -- Antonio Valentino <antonio.valent...@tiscali.it>  Sun, 04 Mar 2018 
08:13:41 +
 
 epr-api (2.3~dev20150708-3) unstable; urgency=medium
 

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


[epr-api] branch master updated (e79650b -> 608b7a8)

2018-03-04 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 epr-api.

  from  e79650b   Refresh and renumber all patches
   new  8c97915   Remove unnecessary dh arguments
   new  914597f   Add metadata file
   new  608b7a8   Set distribution to unstable

The 3 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 --
 debian/rules | 2 +-
 debian/upstream/metadata | 6 ++
 3 files changed, 11 insertions(+), 3 deletions(-)
 create mode 100644 debian/upstream/metadata

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


[epr-api] 01/03: Remove unnecessary dh arguments

2018-03-04 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 epr-api.

commit 8c9791501a953de7bd6e92a91ef8b47243020f4c
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sun Mar 4 08:09:41 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index 805f2d8..36f0071 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ epr-api (2.3~dev20150708-4) UNRELEASED; urgency=medium
   * set compat to 11
   * debian/rules
 - drop override_dh_auto_build in .PHONY
+- remove unnecessary dh arguments (--parallel)
   * debian/patches
 - refresh and renumber all patches
 
diff --git a/debian/rules b/debian/rules
index ebed6eb..7419838 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ CMAKE_EXTRA_FLAGS += -DBUILD_DOCS:BOOL=ON 
-DBUILD_TESTS:BOOL=ON
 
 
 %:
-   dh $@ --buildsystem=cmake --builddirectory=build --parallel
+   dh $@ --buildsystem=cmake --builddirectory=build
 
 
 override_dh_auto_configure:

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


[snaphu] 06/09: Use secure URLs for upstream links

2018-03-03 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 snaphu.

commit 2d36388fad73e6261ea5e00470027419cce60bc5
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sat Mar 3 19:10:12 2018 +

Use secure URLs for upstream links
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 debian/copyright | 2 +-
 debian/upstream/metadata | 2 +-
 debian/watch | 2 +-
 5 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0aef475..997c979 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ snaphu (1.4.2-4) UNRELEASED; urgency=medium
 - added a disclaimer section
   * Add autopkgtest to test installability.
   * Add upstream metadata.
+  * Use secure URLs for upstream links
 
  -- Bas Couwenberg <sebas...@debian.org>  Wed, 15 Nov 2017 22:13:32 +0100
 
diff --git a/debian/control b/debian/control
index 97566ac..5d5acd9 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 11)
 Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/snaphu.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/snaphu.git
-Homepage: http://www.stanford.edu/group/radar/softwareandlinks/sw/snaphu/
+Homepage: https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/
 
 Package: snaphu
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index f99382c..0dac2da 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: snaphu
-Source: http://www-star.stanford.edu/sar_group/snaphu
+Source: https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/
 Disclaimer: this package is in the non-free archive because parts of the
 sources can be used only for noncommercial purposes
 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 6f4b96f..c33720d 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,4 +1,4 @@
 ---
 Name: snaphu
-Other-References: 
https://www.stanford.edu/group/radar/softwareandlinks/sw/snaphu/
+Other-References: 
https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/
 
diff --git a/debian/watch b/debian/watch
index c361a66..71d8a61 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 # Compulsory line, this is a version 3 file
 version=3
 
-http://www.stanford.edu/group/radar/softwareandlinks/sw/snaphu/snaphu-v(.*)\.tar\.gz
+https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/snaphu-v(.*)\.tar\.gz

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


[snaphu] 04/09: Add autopkgtest to test installability

2018-03-03 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 snaphu.

commit fc90b9c9061c4cfb7ed234151a1fa8f90139abb4
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sat Mar 3 18:50:22 2018 +

Add autopkgtest to test installability
---
 debian/changelog | 1 +
 debian/tests/control | 4 
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 877c3fb..bd77c1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ snaphu (1.4.2-4) UNRELEASED; urgency=medium
   * Set compat to 11
   * debian/copyright
 - added a disclaimer section
+  * Add autopkgtest to test installability.
 
  -- Bas Couwenberg <sebas...@debian.org>  Wed, 15 Nov 2017 22:13:32 +0100
 
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 000..2b40965
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,4 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true
+

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


[snaphu] 02/09: Set compat to 11

2018-03-03 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 snaphu.

commit 397a1d1bf6cc4e4f36dccea53b9bcfabf5df1302
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sat Mar 3 18:40:03 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 49657ae..1e8b8d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ snaphu (1.4.2-4) UNRELEASED; urgency=medium
 
   [ Antonio Valentino ]
   * Standard version bumped to 4.1.3 (no change)
+  * Set compat to 11
 
  -- Bas Couwenberg <sebas...@debian.org>  Wed, 15 Nov 2017 22:13:32 +0100
 
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 49266ca..97566ac 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Antonio Valentino <antonio.valent...@tiscali.it>
 Section: non-free/science
 XS-Autobuild: no
 Priority: optional
-Build-Depends: debhelper (>= 9.0.0)
+Build-Depends: debhelper (>= 11)
 Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/snaphu.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/snaphu.git

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


[snaphu] 07/09: Remove empty line

2018-03-03 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 snaphu.

commit 49f45465eb39088202d8999d2110a350520af60f
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sat Mar 3 20:13:23 2018 +0100

Remove empty line
---
 debian/tests/control | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/tests/control b/debian/tests/control
index 2b40965..3b18c6d 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,4 +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/snaphu.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


[snaphu] 03/09: Add a disclaimer section to the copiright file

2018-03-03 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 snaphu.

commit a28a00bc032bd2db768bb11f8d4f652eba4846de
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sat Mar 3 18:47:09 2018 +

Add a disclaimer section to the copiright file
---
 debian/changelog | 2 ++
 debian/copyright | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1e8b8d4..877c3fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ snaphu (1.4.2-4) UNRELEASED; urgency=medium
   [ Antonio Valentino ]
   * Standard version bumped to 4.1.3 (no change)
   * Set compat to 11
+  * debian/copyright
+- added a disclaimer section
 
  -- Bas Couwenberg <sebas...@debian.org>  Wed, 15 Nov 2017 22:13:32 +0100
 
diff --git a/debian/copyright b/debian/copyright
index 05757cf..f99382c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,8 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: snaphu
 Source: http://www-star.stanford.edu/sar_group/snaphu
+Disclaimer: this package is in the non-free archive because parts of the
+sources can be used only for noncommercial purposes
 
 Files: *
 Copyright: 2002 Board of Trustees, Leland Stanford Jr. University
@@ -65,7 +67,7 @@ License: igsys
  http://www.igsystems.com/cs2
 
 Files: debian/*
-Copyright: 2010-2011 Antonio Valentino <antonio.valent...@tiscali.it>
+Copyright: 2010-2018 Antonio Valentino <antonio.valent...@tiscali.it>
 License: GPL-3+
  This package is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by

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


[snaphu] 05/09: Add upstream metadata

2018-03-03 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 snaphu.

commit 8204b3fb7f535cf31ec4f820241eaf929bf88166
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sat Mar 3 19:05:59 2018 +

Add upstream metadata
---
 debian/changelog | 1 +
 debian/upstream/metadata | 4 
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bd77c1e..0aef475 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ snaphu (1.4.2-4) UNRELEASED; urgency=medium
   * debian/copyright
 - added a disclaimer section
   * Add autopkgtest to test installability.
+  * Add upstream metadata.
 
  -- Bas Couwenberg <sebas...@debian.org>  Wed, 15 Nov 2017 22:13:32 +0100
 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..6f4b96f
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Name: snaphu
+Other-References: 
https://www.stanford.edu/group/radar/softwareandlinks/sw/snaphu/
+

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/snaphu.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/snaphu][master] 9 commits: Standerd version bump

2018-03-03 Thread Antonio Valentino
Antonio Valentino pushed to branch master at Debian GIS Project / snaphu


Commits:
e19eccbe by Antonio Valentino at 2018-03-03T18:36:37+00:00
Standerd version bump

- - - - -
397a1d1b by Antonio Valentino at 2018-03-03T18:40:03+00:00
Set compat to 11

- - - - -
a28a00bc by Antonio Valentino at 2018-03-03T18:47:09+00:00
Add a disclaimer section to the copiright file

- - - - -
fc90b9c9 by Antonio Valentino at 2018-03-03T18:50:22+00:00
Add autopkgtest to test installability

- - - - -
8204b3fb by Antonio Valentino at 2018-03-03T19:05:59+00:00
Add upstream metadata

- - - - -
2d36388f by Antonio Valentino at 2018-03-03T19:10:12+00:00
Use secure URLs for upstream links

- - - - -
49f45465 by Antonio Valentino at 2018-03-03T20:13:23+01:00
Remove empty line

- - - - -
501e2aa5 by Antonio Valentino at 2018-03-03T19:16:28+00:00
Fix capitalization

- - - - -
db728448 by Antonio Valentino at 2018-03-03T19:38:58+00:00
Set distribution to unstable

- - - - -


7 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- + debian/tests/control
- + debian/upstream/metadata
- debian/watch


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,19 @@
-snaphu (1.4.2-4) UNRELEASED; urgency=medium
+snaphu (1.4.2-4) unstable; urgency=medium
 
-  * Team upload.
+  [ Bas Couwenberg ]
   * Strip trailing whitespace from changelog.
 
- -- Bas Couwenberg <sebas...@debian.org>  Wed, 15 Nov 2017 22:13:32 +0100
+  [ Antonio Valentino ]
+  * Standard version bumped to 4.1.3 (no change)
+  * Set compat to 11
+  * debian/copyright
+- added a disclaimer section
+- fix capitalization of the upstream project name
+  * Add autopkgtest to test installability.
+  * Add upstream metadata.
+  * Use secure URLs for upstream links
+
+ -- Antonio Valentino <antonio.valent...@tiscali.it>  Sat, 03 Mar 2018 
19:38:27 +
 
 snaphu (1.4.2-3) unstable; urgency=medium
 


=
debian/compat
=
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,11 @@ Uploaders: Antonio Valentino <antonio.valent...@tiscali.it>
 Section: non-free/science
 XS-Autobuild: no
 Priority: optional
-Build-Depends: debhelper (>= 9.0.0)
-Standards-Version: 4.0.0
+Build-Depends: debhelper (>= 11)
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/snaphu.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/snaphu.git
-Homepage: http://www.stanford.edu/group/radar/softwareandlinks/sw/snaphu/
+Homepage: https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/
 
 Package: snaphu
 Architecture: any


=
debian/copyright
=
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,8 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: snaphu
-Source: http://www-star.stanford.edu/sar_group/snaphu
+Upstream-Name: SNAPHU
+Source: https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/
+Disclaimer: this package is in the non-free archive because parts of the
+sources can be used only for noncommercial purposes
 
 Files: *
 Copyright: 2002 Board of Trustees, Leland Stanford Jr. University
@@ -65,7 +67,7 @@ License: igsys
  http://www.igsystems.com/cs2
 
 Files: debian/*
-Copyright: 2010-2011 Antonio Valentino <antonio.valent...@tiscali.it>
+Copyright: 2010-2018 Antonio Valentino <antonio.valent...@tiscali.it>
 License: GPL-3+
  This package is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by


=
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,4 @@
+---
+Name: SNAPHU
+Other-References: 
https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/
+


=
debian/watch
=
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 # Compulsory line, this is a version 3 file
 version=3
 
-http://www.stanford.edu/group/radar/softwareandlinks/sw/snaphu/snaphu-v(.*)\.tar\.gz
+https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/snaphu-v(.*)\.tar\.gz



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/snaphu/compare/5a8e404a0c2064f819f316652453d37e7c3e37a3...db7284480c230aec22c26203f848195edb25456c

---
View it on GitLab: 
https://salsa.debia

[snaphu] 09/09: Set distribution to unstable

2018-03-03 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 snaphu.

commit db7284480c230aec22c26203f848195edb25456c
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sat Mar 3 19:30:43 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index d1bd84c..06cf564 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
-snaphu (1.4.2-4) UNRELEASED; urgency=medium
+snaphu (1.4.2-4) unstable; urgency=medium
 
   [ Bas Couwenberg ]
-  * Team upload.
   * Strip trailing whitespace from changelog.
 
   [ Antonio Valentino ]
@@ -14,7 +13,7 @@ snaphu (1.4.2-4) UNRELEASED; urgency=medium
   * Add upstream metadata.
   * Use secure URLs for upstream links
 
- -- Bas Couwenberg <sebas...@debian.org>  Wed, 15 Nov 2017 22:13:32 +0100
+ -- Antonio Valentino <antonio.valent...@tiscali.it>  Sat, 03 Mar 2018 
19:38:27 +
 
 snaphu (1.4.2-3) unstable; urgency=medium
 

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


[snaphu] 08/09: Fix capitalization

2018-03-03 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 snaphu.

commit 501e2aa53ba0b4f2f98058079591e7454405116e
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sat Mar 3 19:16:28 2018 +

Fix capitalization
---
 debian/changelog | 1 +
 debian/copyright | 2 +-
 debian/upstream/metadata | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 997c979..d1bd84c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ snaphu (1.4.2-4) UNRELEASED; urgency=medium
   * Set compat to 11
   * debian/copyright
 - added a disclaimer section
+- fix capitalization of the upstream project name
   * Add autopkgtest to test installability.
   * Add upstream metadata.
   * Use secure URLs for upstream links
diff --git a/debian/copyright b/debian/copyright
index 0dac2da..a5988a9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: snaphu
+Upstream-Name: SNAPHU
 Source: https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/
 Disclaimer: this package is in the non-free archive because parts of the
 sources can be used only for noncommercial purposes
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index c33720d..acc18d5 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,4 +1,4 @@
 ---
-Name: snaphu
+Name: SNAPHU
 Other-References: 
https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/
 

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


[snaphu] branch master updated (5a8e404 -> db72844)

2018-03-03 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 snaphu.

  from  5a8e404   Strip trailing whitespace from changelog.
   new  e19eccb   Standerd version bump
   new  397a1d1   Set compat to 11
   new  a28a00b   Add a disclaimer section to the copiright file
   new  fc90b9c   Add autopkgtest to test installability
   new  8204b3f   Add upstream metadata
   new  2d36388   Use secure URLs for upstream links
   new  49f4546   Remove empty line
   new  501e2aa   Fix capitalization
   new  db72844   Set distribution to unstable

The 9 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 | 16 +---
 debian/compat|  2 +-
 debian/control   |  6 +++---
 debian/copyright |  8 +---
 debian/tests/control |  3 +++
 debian/upstream/metadata |  4 
 debian/watch |  2 +-
 7 files changed, 30 insertions(+), 11 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/snaphu.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


[snaphu] 01/09: Standerd version bump

2018-03-03 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 snaphu.

commit e19eccbe6ba4968260916c8ea8dc1f59e858e3f8
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sat Mar 3 18:36:37 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index 47fd740..49657ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 snaphu (1.4.2-4) UNRELEASED; urgency=medium
 
+  [ Bas Couwenberg ]
   * Team upload.
   * Strip trailing whitespace from changelog.
 
+  [ Antonio Valentino ]
+  * Standard version bumped to 4.1.3 (no change)
+
  -- Bas Couwenberg <sebas...@debian.org>  Wed, 15 Nov 2017 22:13:32 +0100
 
 snaphu (1.4.2-3) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 5741e29..49266ca 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: non-free/science
 XS-Autobuild: no
 Priority: optional
 Build-Depends: debhelper (>= 9.0.0)
-Standards-Version: 4.0.0
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/snaphu.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/snaphu.git
 Homepage: http://www.stanford.edu/group/radar/softwareandlinks/sw/snaphu/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/snaphu.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/doris][master] 7 commits: Standard version bump

2018-03-03 Thread Antonio Valentino
Antonio Valentino pushed to branch master at Debian GIS Project / doris


Commits:
649ce228 by Antonio Valentino at 2018-02-25T18:50:40+00:00
Standard version bump

- - - - -
19fa838f by Antonio Valentino at 2018-02-25T18:52:36+00:00
Set compat to 11

- - - - -
2b718273 by Antonio Valentino at 2018-02-25T19:06:33+00:00
Add a Disclaimer section in the copyright file

- - - - -
807a55e0 by Antonio Valentino at 2018-02-25T19:19:46+00:00
Fix the list of doc files

- - - - -
4695fb70 by Antonio Valentino at 2018-03-03T17:30:07+00:00
Add upstream metadata

- - - - -
5fd90ee6 by Antonio Valentino at 2018-03-03T17:39:50+00:00
Add autopkgtest to test installability

- - - - -
f607bb87 by Antonio Valentino at 2018-03-03T17:40:19+00:00
Set distribution to unstable

- - - - -


7 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- debian/docs
- + debian/tests/control
- + debian/upstream/metadata


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,20 @@
-doris (5.0.3~beta+dfsg-3) UNRELEASED; urgency=medium
+doris (5.0.3~beta+dfsg-3) unstable; 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.
 
- -- Bas Couwenberg <sebas...@debian.org>  Mon, 02 Oct 2017 12:53:19 +0200
+  [ 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
+  * debian/docs
+- fix the list of doc files
+  * Add upstream metadata.
+  * Add autopkgtest to test installability.
+
+ -- Antonio Valentino <antonio.valent...@tiscali.it>  Sat, 03 Mar 2018 
17:39:57 +
 
 doris (5.0.3~beta+dfsg-2) unstable; urgency=medium
 


=
debian/compat
=
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian GIS Project 
<pkg-grass-devel@lists.alioth.debian.org>
 Uploaders: Antonio Valentino <antonio.valent...@tiscali.it>
 Section: contrib/science
 Priority: optional
-Build-Depends: debhelper (>= 9.0.0),
+Build-Depends: debhelper (>= 11),
dh-python,
tcsh | c-shell,
libfftw3-dev,
@@ -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


=
debian/copyright
=
--- 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


=
debian/docs
=
--- a/debian/docs
+++ b/debian/docs
@@ -1,2 +1,3 @@
-src/README
+README.txt
+doris_core/README
 debian/README.Debian


=
debian/tests/control
=
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,4 @@
+# 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/TUDelftGeodesy/Doris/issues
+Bug-Submit: https://github.com/TUDelftGeodesy/Doris/issues/new
+Name: doris
+Repository: https://github.com/TUDelftGeodesy/Doris.git
+Repository-Browse: https://github.com/TUDelftGeodesy/Doris



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/doris/compare/46b3e8c9a0c33fd319f02341d8334ba0cba05b44...f607bb879b64837b41ec9cd53b5d481e1e1e84ac

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/doris/compare/46b3e8c9a0c33fd319f02341d8334ba0cba05b44...f607bb879b64837b41ec9cd53b5d481e1e1e84ac
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 (807a55e -> f607bb8)

2018-03-03 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  807a55e   Fix the list of doc files
   new  4695fb7   Add upstream metadata
   new  5fd90ee   Add autopkgtest to test installability
   new  f607bb8   Set distribution to unstable

The 3 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 --
 debian/tests/control | 4 
 debian/upstream/metadata | 6 ++
 3 files changed, 14 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/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/03: Add upstream metadata

2018-03-03 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 4695fb70ceb1aafe25995d64503846db4d6c0a6a
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sat Mar 3 17:30:07 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index bcb3573..63732fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ doris (5.0.3~beta+dfsg-3) UNRELEASED; urgency=medium
 - add a Disclaimer section to explain why the package is in contrib
   * debian/docs
 - fix the list of doc files
+  * Add upstream metadata.
 
  -- Bas Couwenberg <sebas...@debian.org>  Mon, 02 Oct 2017 12:53:19 +0200
 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..a0c3832
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Bug-Database: https://github.com/TUDelftGeodesy/Doris/issues
+Bug-Submit: https://github.com/TUDelftGeodesy/Doris/issues/new
+Name: doris
+Repository: https://github.com/TUDelftGeodesy/Doris.git
+Repository-Browse: https://github.com/TUDelftGeodesy/Doris

-- 
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/03: Add autopkgtest to test installability

2018-03-03 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 5fd90ee661716c8754ce7eab553a13f382c27d3d
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sat Mar 3 17:35:55 2018 +

Add autopkgtest to test installability
---
 debian/changelog | 1 +
 debian/tests/control | 4 
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 63732fb..b997ce2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ doris (5.0.3~beta+dfsg-3) UNRELEASED; urgency=medium
   * debian/docs
 - fix the list of doc files
   * Add upstream metadata.
+  * Add autopkgtest to test installability.
 
  -- Bas Couwenberg <sebas...@debian.org>  Mon, 02 Oct 2017 12:53:19 +0200
 
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 000..2b40965
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,4 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true
+

-- 
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/03: Set distribution to unstable

2018-03-03 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 f607bb879b64837b41ec9cd53b5d481e1e1e84ac
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sat Mar 3 17:40:19 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index b997ce2..02fb7f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-doris (5.0.3~beta+dfsg-3) UNRELEASED; urgency=medium
+doris (5.0.3~beta+dfsg-3) unstable; urgency=medium
 
   [ Bas Couwenberg ]
   * Strip trailing whitespace from changelog.
@@ -14,7 +14,7 @@ doris (5.0.3~beta+dfsg-3) UNRELEASED; urgency=medium
   * Add upstream metadata.
   * Add autopkgtest to test installability.
 
- -- Bas Couwenberg <sebas...@debian.org>  Mon, 02 Oct 2017 12:53:19 +0200
+ -- Antonio Valentino <antonio.valent...@tiscali.it>  Sat, 03 Mar 2018 
17:39:57 +
 
 doris (5.0.3~beta+dfsg-2) unstable; urgency=medium
 

-- 
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


[Git][debian-gis-team/pyresample][upstream] New upstream version 1.8.2

2018-03-03 Thread Antonio Valentino
Antonio Valentino pushed to branch upstream at Debian GIS Project / pyresample


Commits:
89099bba by Antonio Valentino at 2018-03-03T17:10:25+00:00
New upstream version 1.8.2
- - - - -


5 changed files:

- .bumpversion.cfg
- changelog.rst
- pyresample/geometry.py
- pyresample/kd_tree.py
- pyresample/version.py


Changes:

=
.bumpversion.cfg
=
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 1.8.1
+current_version = 1.8.2
 commit = True
 tag = True
 


=
changelog.rst
=
--- a/changelog.rst
+++ b/changelog.rst
@@ -2,6 +2,17 @@ Changelog
 =
 
 
+v1.8.2 (2018-03-01)
+---
+- update changelog. [davidh-ssec]
+- Bump version: 1.8.1 → 1.8.2. [davidh-ssec]
+- Merge pull request #104 from pytroll/bugfix-chunk-size. [David Hoese]
+
+  Allow chunk size in dask methods to be 2D
+- Fix line too long. [davidh-ssec]
+- Fix chunk size 'get_proj_vectors_dask' so it can be 2D. [davidh-ssec]
+
+
 v1.8.1 (2018-02-22)
 ---
 - update changelog. [Martin Raspaud]
@@ -727,6 +738,7 @@ v1.2.2 (2016-06-21)
   Without this, the compilation of the ewa extension crashes.
 
 
+
 v1.2.1 (2016-06-21)
 ---
 - update changelog. [Martin Raspaud]
@@ -882,9 +894,11 @@ v1.2.0 (2016-06-17)
 - Make kd_tree test work on older numpy version. [Martin Raspaud]
 
   VisibleDeprecationWarning is not available in numpy <1.9.
+
 - Adapt to newest pykdtree version. [Martin Raspaud]
 
   The kdtree object's attribute `data_pts` has been renamed to `data`.
+
 - Run tests on python 3.5 in travis also. [Martin Raspaud]
 
 
@@ -896,6 +910,7 @@ v1.1.6 (2016-02-25)
 
   A previous commit was looking for a 'data_pts' attribute in the kdtree
   object, which is available in pykdtree, but not scipy.
+
 - Merge pull request #32 from mitkin/master. [Martin Raspaud]
 
   [tests] Skip deprecation warnings in test_gauss_multi_uncert
@@ -907,6 +922,7 @@ v1.1.6 (2016-02-25)
   The latest matplotlib (1.5) doesn't support python 2.6 and 3.3. This patch
   chooses the right matplotlib version to install depending on the python
   version at hand.
+
 - Skip deprecation warnings. [Mikhail Itkin]
 
   Catch the rest of the warnings. Check if there is only one, and
@@ -948,6 +964,7 @@ Other
 - Bugfix to address a numpy DeprecationWarning. [Martin Raspaud]
 
   Numpy won't take non-integer indices soon, so make index an int.
+
 - Merge branch 'release-1.1.3' [Martin Raspaud]
 - Merge branch 'licence-lgpl' into pre-master. [Martin Raspaud]
 - Switch to lgplv3, and bump up version number. [Martin Raspaud]
@@ -1169,7 +1186,7 @@ Other
 - Set svn:mime-type. [StorPipfugl]
 - Corrected doc errors. [StorPipfugl]
 - Removed dist dir. [StorPipfugl]
-- No commit message. [StorPipfugl]
+-  [StorPipfugl]
 - Updated documentation. New release. [StorPipfugl]
 - Started updating docstrings. [StorPipfugl]
 - Restructured API. [StorPipfugl]
@@ -1182,9 +1199,8 @@ Other
 - Removed unneeded function. [StorPipfugl]
 - Mime types set. [StorPipfugl]
 - Mime types set. [StorPipfugl]
-- No commit message. [StorPipfugl]
+-  [StorPipfugl]
 - Moved to Google Code under GPLv3 license. [StorPipfugl]
 - moved to Google Code. [StorPipfugl]
 
 
-


=
pyresample/geometry.py
=
--- a/pyresample/geometry.py
+++ b/pyresample/geometry.py
@@ -1044,9 +1044,16 @@ class AreaDefinition(BaseDefinition):
 if dtype is None:
 dtype = self.dtype
 
-target_x = da.arange(self.x_size, chunks=chunks, dtype=dtype) * \
+if not isinstance(chunks, int):
+y_chunks = chunks[0]
+x_chunks = chunks[1]
+else:
+y_chunks = chunks
+x_chunks = chunks
+
+target_x = da.arange(self.x_size, chunks=x_chunks, dtype=dtype) * \
 self.pixel_size_x + self.pixel_upper_left[0]
-target_y = da.arange(self.y_size, chunks=chunks, dtype=dtype) * - \
+target_y = da.arange(self.y_size, chunks=y_chunks, dtype=dtype) * - \
 self.pixel_size_y + self.pixel_upper_left[1]
 return target_x, target_y
 
@@ -1225,11 +1232,11 @@ class AreaDefinition(BaseDefinition):
 target_proj = Proj(**self.proj_dict)
 
 def invproj(data1, data2):
+# XXX: does pyproj copy arrays? What can we do so it doesn't?
 return np.dstack(target_proj(data1, data2, inverse=True))
 
-res = map_blocks(invproj, target_x, target_y, 
chunks=(target_x.chunks[0],
-  
target_x.chunks[1],
-  2),
+res = map_blocks(invproj, target_x, target_y,
+ chunks=(target_x.chunks[0], target_x.chunks[1], 2),
  new_axis=[2])
 
 return 

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

2018-03-03 Thread Antonio Valentino
Antonio Valentino pushed new tag upstream/1.8.2 at Debian GIS Project / 
pyresample

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyresample/tree/upstream/1.8.2
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][master] 4 commits: New upstream version 1.8.2

2018-03-03 Thread Antonio Valentino
Antonio Valentino pushed to branch master at Debian GIS Project / pyresample


Commits:
89099bba by Antonio Valentino at 2018-03-03T17:10:25+00:00
New upstream version 1.8.2
- - - - -
8cbeb1a8 by Antonio Valentino at 2018-03-03T17:10:39+00:00
Update upstream source from tag upstream/1.8.2

Update to upstream version 1.8.2
with Debian dir 0db996221a3a72bfe33a2cdf6079896eecdbaece
- - - - -
fca5a962 by Antonio Valentino at 2018-03-03T17:11:16+00:00
New upstream release

- - - - -
675c6fcb by Antonio Valentino at 2018-03-03T17:14:40+00:00
Set distribution to unstable

- - - - -


6 changed files:

- .bumpversion.cfg
- changelog.rst
- debian/changelog
- pyresample/geometry.py
- pyresample/kd_tree.py
- pyresample/version.py


Changes:

=
.bumpversion.cfg
=
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 1.8.1
+current_version = 1.8.2
 commit = True
 tag = True
 


=
changelog.rst
=
--- a/changelog.rst
+++ b/changelog.rst
@@ -2,6 +2,17 @@ Changelog
 =
 
 
+v1.8.2 (2018-03-01)
+---
+- update changelog. [davidh-ssec]
+- Bump version: 1.8.1 → 1.8.2. [davidh-ssec]
+- Merge pull request #104 from pytroll/bugfix-chunk-size. [David Hoese]
+
+  Allow chunk size in dask methods to be 2D
+- Fix line too long. [davidh-ssec]
+- Fix chunk size 'get_proj_vectors_dask' so it can be 2D. [davidh-ssec]
+
+
 v1.8.1 (2018-02-22)
 ---
 - update changelog. [Martin Raspaud]
@@ -727,6 +738,7 @@ v1.2.2 (2016-06-21)
   Without this, the compilation of the ewa extension crashes.
 
 
+
 v1.2.1 (2016-06-21)
 ---
 - update changelog. [Martin Raspaud]
@@ -882,9 +894,11 @@ v1.2.0 (2016-06-17)
 - Make kd_tree test work on older numpy version. [Martin Raspaud]
 
   VisibleDeprecationWarning is not available in numpy <1.9.
+
 - Adapt to newest pykdtree version. [Martin Raspaud]
 
   The kdtree object's attribute `data_pts` has been renamed to `data`.
+
 - Run tests on python 3.5 in travis also. [Martin Raspaud]
 
 
@@ -896,6 +910,7 @@ v1.1.6 (2016-02-25)
 
   A previous commit was looking for a 'data_pts' attribute in the kdtree
   object, which is available in pykdtree, but not scipy.
+
 - Merge pull request #32 from mitkin/master. [Martin Raspaud]
 
   [tests] Skip deprecation warnings in test_gauss_multi_uncert
@@ -907,6 +922,7 @@ v1.1.6 (2016-02-25)
   The latest matplotlib (1.5) doesn't support python 2.6 and 3.3. This patch
   chooses the right matplotlib version to install depending on the python
   version at hand.
+
 - Skip deprecation warnings. [Mikhail Itkin]
 
   Catch the rest of the warnings. Check if there is only one, and
@@ -948,6 +964,7 @@ Other
 - Bugfix to address a numpy DeprecationWarning. [Martin Raspaud]
 
   Numpy won't take non-integer indices soon, so make index an int.
+
 - Merge branch 'release-1.1.3' [Martin Raspaud]
 - Merge branch 'licence-lgpl' into pre-master. [Martin Raspaud]
 - Switch to lgplv3, and bump up version number. [Martin Raspaud]
@@ -1169,7 +1186,7 @@ Other
 - Set svn:mime-type. [StorPipfugl]
 - Corrected doc errors. [StorPipfugl]
 - Removed dist dir. [StorPipfugl]
-- No commit message. [StorPipfugl]
+-  [StorPipfugl]
 - Updated documentation. New release. [StorPipfugl]
 - Started updating docstrings. [StorPipfugl]
 - Restructured API. [StorPipfugl]
@@ -1182,9 +1199,8 @@ Other
 - Removed unneeded function. [StorPipfugl]
 - Mime types set. [StorPipfugl]
 - Mime types set. [StorPipfugl]
-- No commit message. [StorPipfugl]
+-  [StorPipfugl]
 - Moved to Google Code under GPLv3 license. [StorPipfugl]
 - moved to Google Code. [StorPipfugl]
 
 
-


=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyresample (1.8.2-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Antonio Valentino <antonio.valent...@tiscali.it>  Sat, 03 Mar 2018 
17:14:09 +
+
 pyresample (1.8.1-1) unstable; urgency=medium
 
   [ Antonio Valentino ]


=
pyresample/geometry.py
=
--- a/pyresample/geometry.py
+++ b/pyresample/geometry.py
@@ -1044,9 +1044,16 @@ class AreaDefinition(BaseDefinition):
 if dtype is None:
 dtype = self.dtype
 
-target_x = da.arange(self.x_size, chunks=chunks, dtype=dtype) * \
+if not isinstance(chunks, int):
+y_chunks = chunks[0]
+x_chunks = chunks[1]
+else:
+y_chunks = chunks
+x_chunks = chunks
+
+target_x = da.arange(self.x_size, chunks=x_chunks, dtype=dtype) * \
 self.pixel_size_x + self.pixel_upper_left[0]
-target_y = da.arange(self.y_size, chunks=chunks, dtype=dtype) * - \
+target_y = da.arange(self.y_size, chunks=y_chunks, dt

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

2018-03-03 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  7bd1e18   pristine-tar data for pyresample_1.8.1.orig.tar.gz
   new  1255193   pristine-tar data for pyresample_1.8.2.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.2.orig.tar.gz.delta | Bin 0 -> 40506 bytes
 pyresample_1.8.2.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 pyresample_1.8.2.orig.tar.gz.delta
 create mode 100644 pyresample_1.8.2.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


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

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


Commits:
1255193c by Antonio Valentino at 2018-03-03T17:10:39+00:00
pristine-tar data for pyresample_1.8.2.orig.tar.gz

- - - - -


2 changed files:

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


Changes:

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


=
pyresample_1.8.2.orig.tar.gz.id
=
--- /dev/null
+++ b/pyresample_1.8.2.orig.tar.gz.id
@@ -0,0 +1 @@
+3f7f38e76d4f39b0eb9c8fc43e46b8704d1b0c55



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

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyresample/commit/1255193cd5e67e6edde7fca72f49345c1fc63a4e
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] 01/04: New upstream version 1.8.2

2018-03-03 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 89099bba0b7152cf825910c3cc2e3d76ad5386f2
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sat Mar 3 17:10:25 2018 +

New upstream version 1.8.2
---
 .bumpversion.cfg   |  2 +-
 changelog.rst  | 22 +++---
 pyresample/geometry.py | 17 -
 pyresample/kd_tree.py  |  1 +
 pyresample/version.py  |  2 +-
 5 files changed, 34 insertions(+), 10 deletions(-)

diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index d50a490..ab21604 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 1.8.1
+current_version = 1.8.2
 commit = True
 tag = True
 
diff --git a/changelog.rst b/changelog.rst
index a159ed6..7a105eb 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -2,6 +2,17 @@ Changelog
 =
 
 
+v1.8.2 (2018-03-01)
+---
+- update changelog. [davidh-ssec]
+- Bump version: 1.8.1 → 1.8.2. [davidh-ssec]
+- Merge pull request #104 from pytroll/bugfix-chunk-size. [David Hoese]
+
+  Allow chunk size in dask methods to be 2D
+- Fix line too long. [davidh-ssec]
+- Fix chunk size 'get_proj_vectors_dask' so it can be 2D. [davidh-ssec]
+
+
 v1.8.1 (2018-02-22)
 ---
 - update changelog. [Martin Raspaud]
@@ -727,6 +738,7 @@ v1.2.2 (2016-06-21)
   Without this, the compilation of the ewa extension crashes.
 
 
+
 v1.2.1 (2016-06-21)
 ---
 - update changelog. [Martin Raspaud]
@@ -882,9 +894,11 @@ v1.2.0 (2016-06-17)
 - Make kd_tree test work on older numpy version. [Martin Raspaud]
 
   VisibleDeprecationWarning is not available in numpy <1.9.
+
 - Adapt to newest pykdtree version. [Martin Raspaud]
 
   The kdtree object's attribute `data_pts` has been renamed to `data`.
+
 - Run tests on python 3.5 in travis also. [Martin Raspaud]
 
 
@@ -896,6 +910,7 @@ v1.1.6 (2016-02-25)
 
   A previous commit was looking for a 'data_pts' attribute in the kdtree
   object, which is available in pykdtree, but not scipy.
+
 - Merge pull request #32 from mitkin/master. [Martin Raspaud]
 
   [tests] Skip deprecation warnings in test_gauss_multi_uncert
@@ -907,6 +922,7 @@ v1.1.6 (2016-02-25)
   The latest matplotlib (1.5) doesn't support python 2.6 and 3.3. This patch
   chooses the right matplotlib version to install depending on the python
   version at hand.
+
 - Skip deprecation warnings. [Mikhail Itkin]
 
   Catch the rest of the warnings. Check if there is only one, and
@@ -948,6 +964,7 @@ Other
 - Bugfix to address a numpy DeprecationWarning. [Martin Raspaud]
 
   Numpy won't take non-integer indices soon, so make index an int.
+
 - Merge branch 'release-1.1.3' [Martin Raspaud]
 - Merge branch 'licence-lgpl' into pre-master. [Martin Raspaud]
 - Switch to lgplv3, and bump up version number. [Martin Raspaud]
@@ -1169,7 +1186,7 @@ Other
 - Set svn:mime-type. [StorPipfugl]
 - Corrected doc errors. [StorPipfugl]
 - Removed dist dir. [StorPipfugl]
-- No commit message. [StorPipfugl]
+-  [StorPipfugl]
 - Updated documentation. New release. [StorPipfugl]
 - Started updating docstrings. [StorPipfugl]
 - Restructured API. [StorPipfugl]
@@ -1182,9 +1199,8 @@ Other
 - Removed unneeded function. [StorPipfugl]
 - Mime types set. [StorPipfugl]
 - Mime types set. [StorPipfugl]
-- No commit message. [StorPipfugl]
+-  [StorPipfugl]
 - Moved to Google Code under GPLv3 license. [StorPipfugl]
 - moved to Google Code. [StorPipfugl]
 
 
-
diff --git a/pyresample/geometry.py b/pyresample/geometry.py
index 8efa8f6..b58d3cc 100644
--- a/pyresample/geometry.py
+++ b/pyresample/geometry.py
@@ -1044,9 +1044,16 @@ class AreaDefinition(BaseDefinition):
 if dtype is None:
 dtype = self.dtype
 
-target_x = da.arange(self.x_size, chunks=chunks, dtype=dtype) * \
+if not isinstance(chunks, int):
+y_chunks = chunks[0]
+x_chunks = chunks[1]
+else:
+y_chunks = chunks
+x_chunks = chunks
+
+target_x = da.arange(self.x_size, chunks=x_chunks, dtype=dtype) * \
 self.pixel_size_x + self.pixel_upper_left[0]
-target_y = da.arange(self.y_size, chunks=chunks, dtype=dtype) * - \
+target_y = da.arange(self.y_size, chunks=y_chunks, dtype=dtype) * - \
 self.pixel_size_y + self.pixel_upper_left[1]
 return target_x, target_y
 
@@ -1225,11 +1232,11 @@ class AreaDefinition(BaseDefinition):
 target_proj = Proj(**self.proj_dict)
 
 def invproj(data1, data2):
+# XXX: does pyproj copy arrays? What can we do so it doesn't?
 return np.dstack(target_proj(data1, data2, inverse=True))
 
-res = map_blocks(invproj, target_x, target_y, 
chunks=(target_x.chunks[0],
-  
target_x

[pyresample] 02/04: Update upstream source from tag 'upstream/1.8.2'

2018-03-03 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 8cbeb1a87e801e6768b61d381357664a0963da51
Merge: 7536131 89099bb
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sat Mar 3 17:10:39 2018 +

Update upstream source from tag 'upstream/1.8.2'

Update to upstream version '1.8.2'
with Debian dir 0db996221a3a72bfe33a2cdf6079896eecdbaece

 .bumpversion.cfg   |  2 +-
 changelog.rst  | 22 +++---
 pyresample/geometry.py | 17 -
 pyresample/kd_tree.py  |  1 +
 pyresample/version.py  |  2 +-
 5 files changed, 34 insertions(+), 10 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/01: pristine-tar data for pyresample_1.8.2.orig.tar.gz

2018-03-03 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 1255193cd5e67e6edde7fca72f49345c1fc63a4e
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sat Mar 3 17:10:39 2018 +

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

diff --git a/pyresample_1.8.2.orig.tar.gz.delta 
b/pyresample_1.8.2.orig.tar.gz.delta
new file mode 100644
index 000..f2a32ce
Binary files /dev/null and b/pyresample_1.8.2.orig.tar.gz.delta differ
diff --git a/pyresample_1.8.2.orig.tar.gz.id b/pyresample_1.8.2.orig.tar.gz.id
new file mode 100644
index 000..5a1a745
--- /dev/null
+++ b/pyresample_1.8.2.orig.tar.gz.id
@@ -0,0 +1 @@
+3f7f38e76d4f39b0eb9c8fc43e46b8704d1b0c55

-- 
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.2 created (now 368d5c9)

2018-03-03 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.2
in repository pyresample.

at  368d5c9   (tag)
   tagging  89099bba0b7152cf825910c3cc2e3d76ad5386f2 (commit)
  replaces  upstream/1.8.1
 tagged by  Antonio Valentino
on  Sat Mar 3 17:10:39 2018 +

- Log -
Upstream version 1.8.2

Antonio Valentino (1):
  New upstream version 1.8.2

---

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] 03/04: New upstream release

2018-03-03 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 fca5a96277664b07a01c9621595feef95eb17ef1
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sat Mar 3 17:11:16 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index 1d0f339..649781e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyresample (1.8.2-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+
+ -- Antonio Valentino <antonio.valent...@tiscali.it>  Sat, 03 Mar 2018 
17:10:43 +
+
 pyresample (1.8.1-1) unstable; urgency=medium
 
   [ Antonio Valentino ]

-- 
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/04: Set distribution to unstable

2018-03-03 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 675c6fcbbaff6716155453ed76a3159afa0ce391
Author: Antonio Valentino <antonio.valent...@tiscali.it>
Date:   Sat Mar 3 17:14:40 2018 +

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

diff --git a/debian/changelog b/debian/changelog
index 649781e..f2f4189 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-pyresample (1.8.2-1) UNRELEASED; urgency=medium
+pyresample (1.8.2-1) unstable; urgency=medium
 
   * New upstream release
 
- -- Antonio Valentino <antonio.valent...@tiscali.it>  Sat, 03 Mar 2018 
17:10:43 +
+ -- Antonio Valentino <antonio.valent...@tiscali.it>  Sat, 03 Mar 2018 
17:14:09 +
 
 pyresample (1.8.1-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] branch upstream updated (b72681d -> 89099bb)

2018-03-03 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  b72681d   New upstream version 1.8.1
   new  89099bb   New upstream version 1.8.2

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


Summary of changes:
 .bumpversion.cfg   |  2 +-
 changelog.rst  | 22 +++---
 pyresample/geometry.py | 17 -
 pyresample/kd_tree.py  |  1 +
 pyresample/version.py  |  2 +-
 5 files changed, 34 insertions(+), 10 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] branch master updated (7536131 -> 675c6fc)

2018-03-03 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  7536131   Add upstream metadata.
   new  89099bb   New upstream version 1.8.2
   new  8cbeb1a   Update upstream source from tag 'upstream/1.8.2'
   new  fca5a96   New upstream release
   new  675c6fc   Set distribution to unstable

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:
 .bumpversion.cfg   |  2 +-
 changelog.rst  | 22 +++---
 debian/changelog   |  6 ++
 pyresample/geometry.py | 17 -
 pyresample/kd_tree.py  |  1 +
 pyresample/version.py  |  2 +-
 6 files changed, 40 insertions(+), 10 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


[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 <antonio.valent...@tiscali.it>
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 <sebas...@debian.org>  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


[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 <antonio.valent...@tiscali.it>
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 <sebas...@debian.org>  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 
<pkg-grass-devel@lists.alioth.debian.org>
 Uploaders: Antonio Valentino <antonio.valent...@tiscali.it>
 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] 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 <antonio.valent...@tiscali.it>
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 <sebas...@debian.org>  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 <antonio.valent...@tiscali.it>
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 <sebas...@debian.org>  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


[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 <antonio.valent...@tiscali.it>  Sun, 24 Sep 2017 
13:20:24 +0200
+ -- Antonio Valentino <antonio.valent...@tiscali.it>  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] 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


[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 <antonio.valent...@tiscali.it>
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 <antonio.valent...@tiscali.it>  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] 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 <antonio.valent...@tiscali.it>
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 <antonio.valent...@tiscali.it>  Sun, 24 Sep 2017 
13:20:24 +0200
+ -- Antonio Valentino <antonio.valent...@tiscali.it>  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


[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

[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

[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] 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 <antonio.valent...@tiscali.it>
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 <antonio.valent...@tiscali.it>  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 <antonio.valent...@tiscali.it>
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 <antonio.valent...@tiscali.it>  Sun, 25 Feb 2018 
10:08:46 +
+ -- Antonio Valentino <antonio.valent...@tiscali.it>  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] 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 <antonio.valent...@tiscali.it>
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 <antonio.valent...@tiscali.it>
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):

[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 <antonio.valent...@tiscali.it>
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 <antonio.valent...@tiscali.it>  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


[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 <antonio.valent...@tiscali.it>
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 <antonio.valent...@tiscali.it>  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


  1   2   3   4   5   6   7   8   9   10   >