[mkgmap] 03/05: New upstream SVN snapshot.

2016-05-04 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mkgmap.

commit 72aeca6874afd300bf1edc0e771b3309b0a1a4e7
Author: Bas Couwenberg 
Date:   Wed May 4 08:44:53 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index b9bd8bf..626469b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mkgmap (0.0.0+svn3676-1) UNRELEASED; urgency=medium
+
+  * New upstream SVN snapshot.
+
+ -- Bas Couwenberg   Wed, 04 May 2016 08:44:35 +0200
+
 mkgmap (0.0.0+svn3674-1) unstable; urgency=medium
 
   * New upstream SVN snapshot.

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


[mkgmap] 01/05: Imported Upstream version 0.0.0+svn3676

2016-05-04 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mkgmap.

commit f268957f373f19ecd0776acec58854db161656d5
Author: Bas Couwenberg 
Date:   Wed May 4 08:44:21 2016 +0200

Imported Upstream version 0.0.0+svn3676
---
 doc/options.txt|  5 +--
 doc/styles/internal-tags.txt   |  2 +-
 resources/help/en/options  |  6 ++--
 resources/mkgmap-version.properties|  4 +--
 resources/styles/default/lines | 18 +-
 src/uk/me/parabola/mkgmap/main/StyleTester.java| 16 +
 src/uk/me/parabola/mkgmap/osmstyle/ActionRule.java |  5 +++
 .../parabola/mkgmap/osmstyle/ExpressionRule.java   |  5 +++
 src/uk/me/parabola/mkgmap/osmstyle/RuleSet.java| 19 +++
 .../parabola/mkgmap/osmstyle/StyledConverter.java  |  6 +++-
 .../mkgmap/reader/osm/LinkDestinationHook.java | 38 ++
 src/uk/me/parabola/mkgmap/reader/osm/Rule.java |  2 ++
 12 files changed, 93 insertions(+), 33 deletions(-)

diff --git a/doc/options.txt b/doc/options.txt
index 2a5eea9..a851d7d 100644
--- a/doc/options.txt
+++ b/doc/options.txt
@@ -633,11 +633,12 @@ are ignored for pedestrian-only ways.
 ;--process-destination
 :  Splits all motorway_link, trunk_link, primary_link, secondary_link,
 and tertiary_link ways tagged with destination into two or three parts where 
-the second part is additionally tagged with mkgmap:dest_hint=true.
+the second part is additionally tagged with mkgmap:dest_hint=*.
 The code checks for the tags destination, destination:lanes, 
 destination:street and some variants with :forward/:backward like
 destination:forward or destination:lanes:backward. If a value for
-destination is found, the tag destination is set to it and the way is split.
+destination is found, the special tag mkgmap:dest_hint is set to  
+it  and the way is split.
 This happens before the style rules are processed.
 This allows to use any routable Garmin type (except 0x08 and 0x09)
 for that part so that the Garmin device tells the name of
diff --git a/doc/styles/internal-tags.txt b/doc/styles/internal-tags.txt
index 2420a07..80643f2 100644
--- a/doc/styles/internal-tags.txt
+++ b/doc/styles/internal-tags.txt
@@ -120,7 +120,7 @@ is used to assign the country location.
 | +mkgmap:exit_hint_name+  | The +name+ tag value of the links exit node | 
'process-exits'
 | +mkgmap:exit_hint_ref+  | The +ref+ tag value of the links exit node | 
'process-exits'
 | +mkgmap:exit_hint_exit_to+  | The +exit_to+ tag value of the links exit node 
| 'process-exits'
-| +mkgmap:dest_hint+  | +true+ for the part on link roads that should contain 
destination information about the link | 'process-destination'
+| +mkgmap:dest_hint+  | The tag is set to a reasonable destination value for 
the part on link roads that should contain destination information about the 
link | 'process-destination'
 | +mkgmap:synthesised+  | The value is +yes+ if the way was added by the 
make-opposite-cycleways option | 'make-opposite-cycleways'
 | +mkgmap:mp_created+  | The value is +true+ if the way was created by the 
internal multi-polygon-relation handling | none
 |=
diff --git a/resources/help/en/options b/resources/help/en/options
index f3ad0cc..5c579ae 100644
--- a/resources/help/en/options
+++ b/resources/help/en/options
@@ -630,12 +630,12 @@ Miscellaneous options:
 --process-destination
Splits all motorway_link, trunk_link, primary_link, secondary_link,
and tertiary_link ways tagged with destination into two or three parts 
where 
-   the second part is additionally tagged with mkgmap:dest_hint=true.
+   the second part is additionally tagged with mkgmap:dest_hint=*.
The code checks for the tags destination, destination:lanes, 
destination:street and some variants with :forward/:backward like
destination:forward or destination:lanes:backward. If a value for
-   destination is found, the tag destination is set to it and the way is 
split.
-   This happens before the style rules are processed.
+   destination is found, the special tag mkgmap:dest_hint is set to 
+   it and the way is split. This happens before the style rules are 
processed.
This allows to use any routable Garmin type (except 0x08 and 0x09)
for that part so that the Garmin device tells the name of
this part as hint which destination to follow. 
diff --git a/resources/mkgmap-version.properties 
b/resources/mkgmap-version.properties
index dae105d..d5d1fd0 100644
--- a/resources/mkgmap-version.properties
+++ b/resources/mkgmap-version.properties
@@ -1,2 +1,2 @@
-svn.version: 3674
-build.timestamp: 2016-03-25T23:18:19+
+svn.version: 3676
+build.timestamp: 2016-04-02T12:58:33+0100
diff --git a/resources/styles/default/lines b/resou

[mkgmap] 05/05: Set distribution to unstable.

2016-05-04 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mkgmap.

commit 287251f81ff9b0177653e604c4288a6c19c1ea2e
Author: Bas Couwenberg 
Date:   Wed May 4 08:46:32 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 9db2bf7..b30b451 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-mkgmap (0.0.0+svn3676-1) UNRELEASED; urgency=medium
+mkgmap (0.0.0+svn3676-1) unstable; urgency=medium
 
   * New upstream SVN snapshot.
   * Bump Standards-Version to 3.9.8, no changes.
 
- -- Bas Couwenberg   Wed, 04 May 2016 08:44:35 +0200
+ -- Bas Couwenberg   Wed, 04 May 2016 08:46:20 +0200
 
 mkgmap (0.0.0+svn3674-1) unstable; urgency=medium
 

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


[mkgmap] 02/05: Merge tag 'upstream/0.0.0+svn3676'

2016-05-04 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mkgmap.

commit 861dc2aba6cc6cb51a0e4c0af84157b9133a317f
Merge: cd59c11 f268957
Author: Bas Couwenberg 
Date:   Wed May 4 08:44:25 2016 +0200

Merge tag 'upstream/0.0.0+svn3676'

Upstream version 0.0.0+svn3676

 doc/options.txt|  5 +--
 doc/styles/internal-tags.txt   |  2 +-
 resources/help/en/options  |  6 ++--
 resources/mkgmap-version.properties|  4 +--
 resources/styles/default/lines | 18 +-
 src/uk/me/parabola/mkgmap/main/StyleTester.java| 16 +
 src/uk/me/parabola/mkgmap/osmstyle/ActionRule.java |  5 +++
 .../parabola/mkgmap/osmstyle/ExpressionRule.java   |  5 +++
 src/uk/me/parabola/mkgmap/osmstyle/RuleSet.java| 19 +++
 .../parabola/mkgmap/osmstyle/StyledConverter.java  |  6 +++-
 .../mkgmap/reader/osm/LinkDestinationHook.java | 38 ++
 src/uk/me/parabola/mkgmap/reader/osm/Rule.java |  2 ++
 12 files changed, 93 insertions(+), 33 deletions(-)

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


[mkgmap] branch master updated (cd59c11 -> 287251f)

2016-05-04 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository mkgmap.

  from  cd59c11   Set distribution to unstable.
   new  f268957   Imported Upstream version 0.0.0+svn3676
   new  861dc2a   Merge tag 'upstream/0.0.0+svn3676'
   new  72aeca6   New upstream SVN snapshot.
   new  04ac89b   Bump Standards-Version to 3.9.8, no changes.
   new  287251f   Set distribution to unstable.

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


Summary of changes:
 debian/changelog   |  7 
 debian/control |  2 +-
 doc/options.txt|  5 +--
 doc/styles/internal-tags.txt   |  2 +-
 resources/help/en/options  |  6 ++--
 resources/mkgmap-version.properties|  4 +--
 resources/styles/default/lines | 18 +-
 src/uk/me/parabola/mkgmap/main/StyleTester.java| 16 +
 src/uk/me/parabola/mkgmap/osmstyle/ActionRule.java |  5 +++
 .../parabola/mkgmap/osmstyle/ExpressionRule.java   |  5 +++
 src/uk/me/parabola/mkgmap/osmstyle/RuleSet.java| 19 +++
 .../parabola/mkgmap/osmstyle/StyledConverter.java  |  6 +++-
 .../mkgmap/reader/osm/LinkDestinationHook.java | 38 ++
 src/uk/me/parabola/mkgmap/reader/osm/Rule.java |  2 ++
 14 files changed, 101 insertions(+), 34 deletions(-)

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


[mkgmap] branch upstream updated (f67a403 -> f268957)

2016-05-04 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository mkgmap.

  from  f67a403   Imported Upstream version 0.0.0+svn3674
   new  f268957   Imported Upstream version 0.0.0+svn3676

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:
 doc/options.txt|  5 +--
 doc/styles/internal-tags.txt   |  2 +-
 resources/help/en/options  |  6 ++--
 resources/mkgmap-version.properties|  4 +--
 resources/styles/default/lines | 18 +-
 src/uk/me/parabola/mkgmap/main/StyleTester.java| 16 +
 src/uk/me/parabola/mkgmap/osmstyle/ActionRule.java |  5 +++
 .../parabola/mkgmap/osmstyle/ExpressionRule.java   |  5 +++
 src/uk/me/parabola/mkgmap/osmstyle/RuleSet.java| 19 +++
 .../parabola/mkgmap/osmstyle/StyledConverter.java  |  6 +++-
 .../mkgmap/reader/osm/LinkDestinationHook.java | 38 ++
 src/uk/me/parabola/mkgmap/reader/osm/Rule.java |  2 ++
 12 files changed, 93 insertions(+), 33 deletions(-)

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


[mkgmap] 04/05: Bump Standards-Version to 3.9.8, no changes.

2016-05-04 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mkgmap.

commit 04ac89b27ba92c5c5f9c45aebe494ad8c1faceb1
Author: Bas Couwenberg 
Date:   Wed May 4 08:46:16 2016 +0200

Bump Standards-Version to 3.9.8, no changes.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 626469b..9db2bf7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 mkgmap (0.0.0+svn3676-1) UNRELEASED; urgency=medium
 
   * New upstream SVN snapshot.
+  * Bump Standards-Version to 3.9.8, no changes.
 
  -- Bas Couwenberg   Wed, 04 May 2016 08:44:35 +0200
 
diff --git a/debian/control b/debian/control
index 15e0e1d..d928c2b 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9),
libfastutil-java,
libprotobuf-java,
libosmpbf-java
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/mkgmap.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/mkgmap.git
 Homepage: http://www.mkgmap.org.uk

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


[mkgmap] annotated tag upstream/0.0.0+svn3676 created (now fc16a56)

2016-05-04 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to annotated tag upstream/0.0.0+svn3676
in repository mkgmap.

at  fc16a56   (tag)
   tagging  f268957f373f19ecd0776acec58854db161656d5 (commit)
  replaces  upstream/0.0.0+svn3674
 tagged by  Bas Couwenberg
on  Wed May 4 08:44:24 2016 +0200

- Log -
Upstream version 0.0.0+svn3676

Bas Couwenberg (1):
  Imported Upstream version 0.0.0+svn3676

---

No new revisions were added by this update.

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


[mkgmap] branch pristine-tar updated (26b0d74 -> dd67ddd)

2016-05-04 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

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

  from  26b0d74   pristine-tar data for mkgmap_0.0.0+svn3674.orig.tar.gz
   new  dd67ddd   pristine-tar data for mkgmap_0.0.0+svn3676.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:
 mkgmap_0.0.0+svn3676.orig.tar.gz.delta | Bin 0 -> 46994 bytes
 mkgmap_0.0.0+svn3676.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 mkgmap_0.0.0+svn3676.orig.tar.gz.delta
 create mode 100644 mkgmap_0.0.0+svn3676.orig.tar.gz.id

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


[mkgmap] 01/01: pristine-tar data for mkgmap_0.0.0+svn3676.orig.tar.gz

2016-05-04 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

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

commit dd67ddd92327a842976f6aeb69c119606949adbc
Author: Bas Couwenberg 
Date:   Wed May 4 08:44:23 2016 +0200

pristine-tar data for mkgmap_0.0.0+svn3676.orig.tar.gz
---
 mkgmap_0.0.0+svn3676.orig.tar.gz.delta | Bin 0 -> 46994 bytes
 mkgmap_0.0.0+svn3676.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/mkgmap_0.0.0+svn3676.orig.tar.gz.delta 
b/mkgmap_0.0.0+svn3676.orig.tar.gz.delta
new file mode 100644
index 000..d5c9494
Binary files /dev/null and b/mkgmap_0.0.0+svn3676.orig.tar.gz.delta differ
diff --git a/mkgmap_0.0.0+svn3676.orig.tar.gz.id 
b/mkgmap_0.0.0+svn3676.orig.tar.gz.id
new file mode 100644
index 000..3d0e353
--- /dev/null
+++ b/mkgmap_0.0.0+svn3676.orig.tar.gz.id
@@ -0,0 +1 @@
+85dd36c4280406beb8175b3fde2108c4ebb3259d

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


[mkgmap] tag debian/0.0.0+svn3676-1 created (now 287251f)

2016-05-04 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/0.0.0+svn3676-1
in repository mkgmap.

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

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

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


Processing of mkgmap_0.0.0+svn3676-1_amd64.changes

2016-05-04 Thread Debian FTP Masters
mkgmap_0.0.0+svn3676-1_amd64.changes uploaded successfully to localhost
along with the files:
  mkgmap_0.0.0+svn3676-1.dsc
  mkgmap_0.0.0+svn3676.orig.tar.gz
  mkgmap_0.0.0+svn3676-1.debian.tar.xz
  mkgmap_0.0.0+svn3676-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.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


mkgmap_0.0.0+svn3676-1_amd64.changes ACCEPTED into unstable

2016-05-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 04 May 2016 08:46:20 +0200
Source: mkgmap
Binary: mkgmap
Architecture: source all
Version: 0.0.0+svn3676-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 mkgmap - Generate Garmin maps from OpenStreetMap data
Changes:
 mkgmap (0.0.0+svn3676-1) unstable; urgency=medium
 .
   * New upstream SVN snapshot.
   * Bump Standards-Version to 3.9.8, no changes.
Checksums-Sha1:
 6d4fd1574b5d0d3c904f4b69bc170365eec7d94f 2131 mkgmap_0.0.0+svn3676-1.dsc
 460d2a514982577c6bee2a94ed03dbbb01e5a5a7 1626020 
mkgmap_0.0.0+svn3676.orig.tar.gz
 7ea6b2f040a79a0cb7d2806f695d2fc376689459 7080 
mkgmap_0.0.0+svn3676-1.debian.tar.xz
 d6825a26a5c20e399f78c464b8dc70a18c8c47bc 2079794 mkgmap_0.0.0+svn3676-1_all.deb
Checksums-Sha256:
 fbb34462cf63a97e8cb5b3e8f9d1d0c4dd08ba24712fc7cd1ce1667faf64464e 2131 
mkgmap_0.0.0+svn3676-1.dsc
 a9d44ae6e77f6e584af9c59d08ea00b34988ceab695d7e0f9c1fb5edb0f9ef9c 1626020 
mkgmap_0.0.0+svn3676.orig.tar.gz
 b08bebae96d1c9f212bc3e9bbaa2221dbf1bb87c471313f61343fff336428844 7080 
mkgmap_0.0.0+svn3676-1.debian.tar.xz
 5cdee0dd5d1ee688ae373afe925b4171dd2341f8f7bbe2e2ab05e7d54eb2a707 2079794 
mkgmap_0.0.0+svn3676-1_all.deb
Files:
 9b860ba0e3c2304d502051eba94eeec3 2131 utils optional mkgmap_0.0.0+svn3676-1.dsc
 503f1e9e315ed9ee6805ef6080b99bb8 1626020 utils optional 
mkgmap_0.0.0+svn3676.orig.tar.gz
 ddad6906621fe92ed68861022e812a67 7080 utils optional 
mkgmap_0.0.0+svn3676-1.debian.tar.xz
 1f08c94ee6354126936591d2fd5b2ff7 2079794 utils optional 
mkgmap_0.0.0+svn3676-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXKZ7xAAoJEGdQ8QrojUrxb9IP/1D8XK+/+agHRhTFJlTPEhXf
4KV7Ere6ayI2mIte/0P39W4ZmPe6NkrNyauAHML3n1HPYPJ0WME1LYl4oxQOj8Cu
X/HYbOI2T5GHYB6SEcQrXb02NdiX9iAFSxZaq+EPW48qumgYJzm38ZqgIaxErzKi
aaVLYiA8LzXERQtf7jZxQZBt3pxsi6KRQIfgI+rFshabia8AOsNF6eUZNGJFtEM3
DUgs3Sb8AyqNtkFJgL2M1ih5fJhH9rclIV6k2G8EcUIaEt/DL9e1NfNY94vVXfdf
lv8n44+mKJWv/6Kd0OfFSI9eqJVyG++g6gS1XjUo+nfaG7lZGSVjj4Nhv+Zza2rY
cBSJSNlvwrOhlR/+5JwO5xWIApsXaVU3jlStGSynBdcS0c+M61bRLKJl46SbPjhm
tR2R76DbGd3Ea2hZ/U9oG/KhNlDLSC9qpPyAiRW0ldA8YZkCfZL3vdHN69tVutiL
9CH9kdrMfFl3hATegfc7gmYPwvF7fqHYMFZIIVAhQrofQOm+r4UfHPyt/08NsnVe
Ju0mjhIpCTkmJ+0fZcqXul78ROWROkTOeQWYLRxGpjPZciyMOpRIOKDKjpXwKqkV
YglnIu6zSJ9URVcZTjRhIrsWxw4FL2uHGYZU5P+ovvb4fay7KlaZusRHjn0IsU5K
+qqddkuX/XEjrF8hV+PT
=7hAo
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


[rasterio] 05/07: Require at least python-affine 1.3.0.

2016-05-04 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository rasterio.

commit 679f766d19486e8e233276906c11852bdd119360
Author: Bas Couwenberg 
Date:   Wed May 4 09:08:39 2016 +0200

Require at least python-affine 1.3.0.
---
 debian/changelog | 1 +
 debian/control   | 8 
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ab9102d..aa24a08 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ rasterio (0.35.0-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release.
   * Bump Standards-Version to 3.9.8, no changes.
+  * Require at least python-affine 1.3.0.
 
  -- Bas Couwenberg   Wed, 04 May 2016 09:06:20 +0200
 
diff --git a/debian/control b/debian/control
index 9e57da4..db315d6 100644
--- a/debian/control
+++ b/debian/control
@@ -14,19 +14,19 @@ Build-Depends: debhelper (>= 9),
python-setuptools,
python-numpy,
python-snuggs,
-   python-affine,
+   python-affine (>= 1.3.0),
python-enum34,
python-pytest,
-   python-cligj(>=0.2),
+   python-cligj (>= 0.2),
python-click-plugins,
python3-all,
python3-all-dev,
python3-setuptools,
python3-numpy,
python3-snuggs,
-   python3-affine,
+   python3-affine (>= 1.3.0),
python3-pytest,
-   python3-cligj(>=0.2),
+   python3-cligj (>= 0.2),
python3-click-plugins,
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/rasterio.git

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


[rasterio] branch pristine-tar updated (d48af6d -> fdb6b44)

2016-05-04 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

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

  from  d48af6d   pristine-tar data for rasterio_0.34.0.orig.tar.gz
   new  fdb6b44   pristine-tar data for rasterio_0.35.0.orig.tar.gz

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


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

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


[rasterio] 06/07: Add python{,3}-boto3 to build dependencies.

2016-05-04 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository rasterio.

commit 715a5b7b88fee6f4ea3305b2225cc78c3b140d55
Author: Bas Couwenberg 
Date:   Wed May 4 09:23:06 2016 +0200

Add python{,3}-boto3 to build dependencies.
---
 debian/changelog | 1 +
 debian/control   | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index aa24a08..9ba4797 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ rasterio (0.35.0-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Bump Standards-Version to 3.9.8, no changes.
   * Require at least python-affine 1.3.0.
+  * Add python{,3}-boto3 to build dependencies.
 
  -- Bas Couwenberg   Wed, 04 May 2016 09:06:20 +0200
 
diff --git a/debian/control b/debian/control
index db315d6..735dc95 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Build-Depends: debhelper (>= 9),
python-numpy,
python-snuggs,
python-affine (>= 1.3.0),
+   python-boto3,
python-enum34,
python-pytest,
python-cligj (>= 0.2),
@@ -25,6 +26,7 @@ Build-Depends: debhelper (>= 9),
python3-numpy,
python3-snuggs,
python3-affine (>= 1.3.0),
+   python3-boto3,
python3-pytest,
python3-cligj (>= 0.2),
python3-click-plugins,

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


[rasterio] 07/07: Set distribution to unstable.

2016-05-04 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository rasterio.

commit 5a75d38bc2bff20084382ce2a78be6dddb4188cf
Author: Bas Couwenberg 
Date:   Wed May 4 09:24:01 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 9ba4797..0ae4d24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-rasterio (0.35.0-1) UNRELEASED; urgency=medium
+rasterio (0.35.0-1) unstable; urgency=medium
 
   * Team upload.
   * New upstream release.
@@ -6,7 +6,7 @@ rasterio (0.35.0-1) UNRELEASED; urgency=medium
   * Require at least python-affine 1.3.0.
   * Add python{,3}-boto3 to build dependencies.
 
- -- Bas Couwenberg   Wed, 04 May 2016 09:06:20 +0200
+ -- Bas Couwenberg   Wed, 04 May 2016 09:23:39 +0200
 
 rasterio (0.34.0-1) unstable; urgency=medium
 

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


[rasterio] branch upstream updated (11f4a62 -> cf4a577)

2016-05-04 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository rasterio.

  from  11f4a62   Imported Upstream version 0.34.0
   new  cf4a577   Imported Upstream version 0.35.0

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


Summary of changes:
 .travis.yml  |   5 +-
 AUTHORS.txt  |   1 +
 CHANGES.txt  |  26 +++-
 README.rst   | 130 +---
 cloudformation/testuser.json |  64 
 docs/color.rst   |   2 +-
 docs/concurrency.rst |   6 +-
 docs/configuration.rst   |  88 +++
 docs/cookbook.rst|  39 +++--
 docs/data_model.rst  |   5 +-
 docs/features.rst|   2 +-
 docs/image_options.rst   |  55 +--
 docs/img/green_box_kmz.png   | Bin 0 -> 1452013 bytes
 docs/index.rst   |   2 +
 docs/installation.rst|  10 ++
 docs/osgeo_gdal_migration.rst|   6 +-
 docs/rasterio.rst|  12 ++
 docs/{recipies => recipes}/band_summary_stats.py |   0
 docs/{recipies => recipes}/filter.py |   0
 docs/{recipies => recipes}/mask_shp.py   |   0
 docs/recipes/raster_to_kmz.py|  57 +++
 docs/{recipies => recipes}/reproject.py  |   0
 docs/{recipies => recipes}/saturation.py |   0
 docs/reproject.rst   |   2 +-
 docs/resampling.rst  | 110 -
 docs/windowed-rw.rst |  27 ++--
 docs/working_with_datasets.rst   |  28 +++-
 docs/writing.rst |   1 -
 examples/async-rasterio.py   |   4 +-
 examples/concurrent-cpu-bound.py |   7 +-
 examples/decimate.py |   3 +-
 examples/rasterize_geometry.py   |  10 +-
 examples/reproject.py|   2 +-
 examples/sieve.py|   2 +-
 examples/total.py|   2 +-
 rasterio/__init__.py | 162 +++
 rasterio/_base.pxd   |   1 -
 rasterio/_base.pyx   |  54 +++
 rasterio/_copy.pyx   |   9 +-
 rasterio/_drivers.pyx| 145 +
 rasterio/_features.pyx   |  11 +-
 rasterio/_fill.pyx   |   4 +-
 rasterio/_io.pyx |  68 
 rasterio/_warp.pyx   |  27 +---
 rasterio/aws.py  |  61 
 rasterio/coords.py   |   9 +-
 rasterio/crs.py  |  42 +++--
 rasterio/dtypes.py   |  45 +++---
 rasterio/enums.py| 116 --
 rasterio/env.py  | 188 ++
 rasterio/errors.py   |  17 +-
 rasterio/features.py |  70 -
 rasterio/fill.py |  13 +-
 rasterio/five.py |   9 +-
 rasterio/mask.py |   6 +-
 rasterio/merge.py|  28 ++--
 rasterio/plot.py |  28 ++--
 rasterio/profiles.py |   5 +-
 rasterio/rio/bounds.py   |  12 +-
 rasterio/rio/calc.py |  16 +-
 rasterio/rio/clip.py |   4 +-
 rasterio/rio/convert.py  |   4 +-
 rasterio/rio/edit_info.py|   4 +-
 rasterio/rio/env.py  |   4 +-
 rasterio/rio/info.py |  10 +-
 rasterio/rio/insp.py |  12 +-
 rasterio/rio/main.py |  26 +---
 rasterio/rio/mask.py |   8 +-
 rasterio/rio/merge.py|  29 ++--
 rasterio/rio/overview.py |  16 +-
 rasterio/rio/rasterize.py|   8 +-
 rasterio/rio/sample.py   |   4 +-
 rasterio/rio/shapes.py   |  13 +-
 rasterio/rio/stack.py

[rasterio] 01/07: Bump Standards-Version to 3.9.8, no changes.

2016-05-04 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository rasterio.

commit e3d6b41bde4c371f6283458a996357fd29d6f6d5
Author: Bas Couwenberg 
Date:   Tue May 3 10:56:58 2016 +0200

Bump Standards-Version to 3.9.8, no changes.
---
 debian/changelog | 7 +++
 debian/control   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 524378f..be3d85c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+rasterio (0.34.0-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Bump Standards-Version to 3.9.8, no changes.
+
+ -- Bas Couwenberg   Tue, 03 May 2016 10:56:38 +0200
+
 rasterio (0.34.0-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 9b9dadc..9e57da4 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Build-Depends: debhelper (>= 9),
python3-pytest,
python3-cligj(>=0.2),
python3-click-plugins,
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/rasterio.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/rasterio.git
 Homepage: https://github.com/mapbox/rasterio

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


[rasterio] branch master updated (0589036 -> 5a75d38)

2016-05-04 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository rasterio.

  from  0589036   Set distribution to unstable.
   new  e3d6b41   Bump Standards-Version to 3.9.8, no changes.
   new  cf4a577   Imported Upstream version 0.35.0
   new  353fa12   Merge tag 'upstream/0.35.0'
   new  9c59790   New upstream release.
   new  679f766   Require at least python-affine 1.3.0.
   new  715a5b7   Add python{,3}-boto3 to build dependencies.
   new  5a75d38   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:
 .travis.yml  |   5 +-
 AUTHORS.txt  |   1 +
 CHANGES.txt  |  26 +++-
 README.rst   | 130 +---
 cloudformation/testuser.json |  64 
 debian/changelog |  10 ++
 debian/control   |  12 +-
 docs/color.rst   |   2 +-
 docs/concurrency.rst |   6 +-
 docs/configuration.rst   |  88 +++
 docs/cookbook.rst|  39 +++--
 docs/data_model.rst  |   5 +-
 docs/features.rst|   2 +-
 docs/image_options.rst   |  55 +--
 docs/img/green_box_kmz.png   | Bin 0 -> 1452013 bytes
 docs/index.rst   |   2 +
 docs/installation.rst|  10 ++
 docs/osgeo_gdal_migration.rst|   6 +-
 docs/rasterio.rst|  12 ++
 docs/{recipies => recipes}/band_summary_stats.py |   0
 docs/{recipies => recipes}/filter.py |   0
 docs/{recipies => recipes}/mask_shp.py   |   0
 docs/recipes/raster_to_kmz.py|  57 +++
 docs/{recipies => recipes}/reproject.py  |   0
 docs/{recipies => recipes}/saturation.py |   0
 docs/reproject.rst   |   2 +-
 docs/resampling.rst  | 110 -
 docs/windowed-rw.rst |  27 ++--
 docs/working_with_datasets.rst   |  28 +++-
 docs/writing.rst |   1 -
 examples/async-rasterio.py   |   4 +-
 examples/concurrent-cpu-bound.py |   7 +-
 examples/decimate.py |   3 +-
 examples/rasterize_geometry.py   |  10 +-
 examples/reproject.py|   2 +-
 examples/sieve.py|   2 +-
 examples/total.py|   2 +-
 rasterio/__init__.py | 162 +++
 rasterio/_base.pxd   |   1 -
 rasterio/_base.pyx   |  54 +++
 rasterio/_copy.pyx   |   9 +-
 rasterio/_drivers.pyx| 145 +
 rasterio/_features.pyx   |  11 +-
 rasterio/_fill.pyx   |   4 +-
 rasterio/_io.pyx |  68 
 rasterio/_warp.pyx   |  27 +---
 rasterio/aws.py  |  61 
 rasterio/coords.py   |   9 +-
 rasterio/crs.py  |  42 +++--
 rasterio/dtypes.py   |  45 +++---
 rasterio/enums.py| 116 --
 rasterio/env.py  | 188 ++
 rasterio/errors.py   |  17 +-
 rasterio/features.py |  70 -
 rasterio/fill.py |  13 +-
 rasterio/five.py |   9 +-
 rasterio/mask.py |   6 +-
 rasterio/merge.py|  28 ++--
 rasterio/plot.py |  28 ++--
 rasterio/profiles.py |   5 +-
 rasterio/rio/bounds.py   |  12 +-
 rasterio/rio/calc.py |  16 +-
 rasterio/rio/clip.py |   4 +-
 rasterio/rio/convert.py  |   4 +-
 rasterio/rio/edit_info.py|   4 +-
 rasterio/rio/env.py  |   4 +-
 rasterio/rio/info.py |  10 +-
 rasterio/rio/insp.py |  1

[rasterio] 04/07: New upstream release.

2016-05-04 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository rasterio.

commit 9c5979054027fd15bc8d3295dcf30536cac6ff80
Author: Bas Couwenberg 
Date:   Wed May 4 09:06:32 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index be3d85c..ab9102d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-rasterio (0.34.0-2) UNRELEASED; urgency=medium
+rasterio (0.35.0-1) UNRELEASED; urgency=medium
 
   * Team upload.
+  * New upstream release.
   * Bump Standards-Version to 3.9.8, no changes.
 
- -- Bas Couwenberg   Tue, 03 May 2016 10:56:38 +0200
+ -- Bas Couwenberg   Wed, 04 May 2016 09:06:20 +0200
 
 rasterio (0.34.0-1) unstable; urgency=medium
 

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


[rasterio] 03/07: Merge tag 'upstream/0.35.0'

2016-05-04 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository rasterio.

commit 353fa122328978832c5a9a4586c860c7b82def87
Merge: e3d6b41 cf4a577
Author: Bas Couwenberg 
Date:   Wed May 4 09:06:12 2016 +0200

Merge tag 'upstream/0.35.0'

Upstream version 0.35.0

 .travis.yml  |   5 +-
 AUTHORS.txt  |   1 +
 CHANGES.txt  |  26 +++-
 README.rst   | 130 +---
 cloudformation/testuser.json |  64 
 docs/color.rst   |   2 +-
 docs/concurrency.rst |   6 +-
 docs/configuration.rst   |  88 +++
 docs/cookbook.rst|  39 +++--
 docs/data_model.rst  |   5 +-
 docs/features.rst|   2 +-
 docs/image_options.rst   |  55 +--
 docs/img/green_box_kmz.png   | Bin 0 -> 1452013 bytes
 docs/index.rst   |   2 +
 docs/installation.rst|  10 ++
 docs/osgeo_gdal_migration.rst|   6 +-
 docs/rasterio.rst|  12 ++
 docs/{recipies => recipes}/band_summary_stats.py |   0
 docs/{recipies => recipes}/filter.py |   0
 docs/{recipies => recipes}/mask_shp.py   |   0
 docs/recipes/raster_to_kmz.py|  57 +++
 docs/{recipies => recipes}/reproject.py  |   0
 docs/{recipies => recipes}/saturation.py |   0
 docs/reproject.rst   |   2 +-
 docs/resampling.rst  | 110 -
 docs/windowed-rw.rst |  27 ++--
 docs/working_with_datasets.rst   |  28 +++-
 docs/writing.rst |   1 -
 examples/async-rasterio.py   |   4 +-
 examples/concurrent-cpu-bound.py |   7 +-
 examples/decimate.py |   3 +-
 examples/rasterize_geometry.py   |  10 +-
 examples/reproject.py|   2 +-
 examples/sieve.py|   2 +-
 examples/total.py|   2 +-
 rasterio/__init__.py | 162 +++
 rasterio/_base.pxd   |   1 -
 rasterio/_base.pyx   |  54 +++
 rasterio/_copy.pyx   |   9 +-
 rasterio/_drivers.pyx| 145 +
 rasterio/_features.pyx   |  11 +-
 rasterio/_fill.pyx   |   4 +-
 rasterio/_io.pyx |  68 
 rasterio/_warp.pyx   |  27 +---
 rasterio/aws.py  |  61 
 rasterio/coords.py   |   9 +-
 rasterio/crs.py  |  42 +++--
 rasterio/dtypes.py   |  45 +++---
 rasterio/enums.py| 116 --
 rasterio/env.py  | 188 ++
 rasterio/errors.py   |  17 +-
 rasterio/features.py |  70 -
 rasterio/fill.py |  13 +-
 rasterio/five.py |   9 +-
 rasterio/mask.py |   6 +-
 rasterio/merge.py|  28 ++--
 rasterio/plot.py |  28 ++--
 rasterio/profiles.py |   5 +-
 rasterio/rio/bounds.py   |  12 +-
 rasterio/rio/calc.py |  16 +-
 rasterio/rio/clip.py |   4 +-
 rasterio/rio/convert.py  |   4 +-
 rasterio/rio/edit_info.py|   4 +-
 rasterio/rio/env.py  |   4 +-
 rasterio/rio/info.py |  10 +-
 rasterio/rio/insp.py |  12 +-
 rasterio/rio/main.py |  26 +---
 rasterio/rio/mask.py |   8 +-
 rasterio/rio/merge.py|  29 ++--
 rasterio/rio/overview.py |  16 +-
 rasterio/rio/rasterize.py|   8 +-
 rasterio/rio/sample.py   |   4 +-
 rasterio/rio/shapes.py   |  13 +-
 rasterio/rio/stack.py|  14 +-
 rasterio/rio/transform.py|   5 +-
 rasterio/rio/warp.py |  18 ++-
 rasterio/tool.py 

[rasterio] tag debian/0.35.0-1 created (now 5a75d38)

2016-05-04 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/0.35.0-1
in repository rasterio.

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

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


[rasterio] annotated tag upstream/0.35.0 created (now 65bf843)

2016-05-04 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to annotated tag upstream/0.35.0
in repository rasterio.

at  65bf843   (tag)
   tagging  cf4a57723c4d340d5fdf7c7fffecb2512a84f055 (commit)
  replaces  upstream/0.34.0
 tagged by  Bas Couwenberg
on  Wed May 4 09:06:11 2016 +0200

- Log -
Upstream version 0.35.0

Bas Couwenberg (1):
  Imported Upstream version 0.35.0

---

No new revisions were added by this update.

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


[rasterio] 01/01: pristine-tar data for rasterio_0.35.0.orig.tar.gz

2016-05-04 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

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

commit fdb6b44f3cece8fdb72d56d8bb478c0879af03b0
Author: Bas Couwenberg 
Date:   Wed May 4 09:06:11 2016 +0200

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

diff --git a/rasterio_0.35.0.orig.tar.gz.delta 
b/rasterio_0.35.0.orig.tar.gz.delta
new file mode 100644
index 000..214144a
Binary files /dev/null and b/rasterio_0.35.0.orig.tar.gz.delta differ
diff --git a/rasterio_0.35.0.orig.tar.gz.id b/rasterio_0.35.0.orig.tar.gz.id
new file mode 100644
index 000..217b7e7
--- /dev/null
+++ b/rasterio_0.35.0.orig.tar.gz.id
@@ -0,0 +1 @@
+440622b977cd50f36e77f81ae9e68fc6a1b87b28

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

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


Processing of rasterio_0.35.0-1_amd64.changes

2016-05-04 Thread Debian FTP Masters
rasterio_0.35.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  rasterio_0.35.0-1.dsc
  rasterio_0.35.0.orig.tar.gz
  rasterio_0.35.0-1.debian.tar.xz
  python-rasterio-dbgsym_0.35.0-1_amd64.deb
  python-rasterio_0.35.0-1_amd64.deb
  python3-rasterio-dbgsym_0.35.0-1_amd64.deb
  python3-rasterio_0.35.0-1_amd64.deb
  rasterio_0.35.0-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.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


rasterio_0.35.0-1_amd64.changes ACCEPTED into unstable

2016-05-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 04 May 2016 09:23:39 +0200
Source: rasterio
Binary: python-rasterio python3-rasterio rasterio
Architecture: source amd64 all
Version: 0.35.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 python-rasterio - Python 2 API for using geospatial raster data with Numpy
 python3-rasterio - Python 3 API for using geospatial raster data with Numpy
 rasterio   - Command line tool for investigating geospatial rasters
Changes:
 rasterio (0.35.0-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release.
   * Bump Standards-Version to 3.9.8, no changes.
   * Require at least python-affine 1.3.0.
   * Add python{,3}-boto3 to build dependencies.
Checksums-Sha1:
 19f07c319acdfba2e4ba6e300fd6cdfa7d3a6d60 2469 rasterio_0.35.0-1.dsc
 21e337fdbddfaf9d8615b285f7a9f2996eab1e70 7103006 rasterio_0.35.0.orig.tar.gz
 20c6fc1e4178bd7729e8d426117958762eece96a 5900 rasterio_0.35.0-1.debian.tar.xz
 b95668984450e8b9ce509e8b37b1e81a89704538 1888700 
python-rasterio-dbgsym_0.35.0-1_amd64.deb
 b89140abcb2dc2412fefa092d4bf7654986d312c 575002 
python-rasterio_0.35.0-1_amd64.deb
 a19c43ee2abbaac4791e4bb7cf590b2345dc509c 2127226 
python3-rasterio-dbgsym_0.35.0-1_amd64.deb
 d483eab00e61afd8f5c4e7ae8f1ed1464051e0cb 559064 
python3-rasterio_0.35.0-1_amd64.deb
 e58f7c9bb0616bf301460e4b2fda3e00928a0443 12976 rasterio_0.35.0-1_all.deb
Checksums-Sha256:
 09a1da6d4e7b0eab5ed3eb6e572aca902e8c639752687e04664f1653aee03ea9 2469 
rasterio_0.35.0-1.dsc
 83beaf407ced639f4233de9ed75d395b1c4b382a82300887dd595877ce78ea03 7103006 
rasterio_0.35.0.orig.tar.gz
 3158df0cfc8bd3500127ea29aac5e9f672b84ebc18146d8f50935b081c45c710 5900 
rasterio_0.35.0-1.debian.tar.xz
 64569706bae7b3cc71938599b6116ac075f29608bc5c69d3cc7377f94ca971ca 1888700 
python-rasterio-dbgsym_0.35.0-1_amd64.deb
 30d53edaee58d4c0aa1f0b1baeb5c2c8a48a956f8b0de9eb3b328870deef5ca7 575002 
python-rasterio_0.35.0-1_amd64.deb
 3fa0c95ee4db1a7a31fc1f563de7c9658b392433bf8415c93483839041c76bd1 2127226 
python3-rasterio-dbgsym_0.35.0-1_amd64.deb
 17d3a73f9ce875c1f28604b8dce4f900f0da8be15c748dc64621e89768019062 559064 
python3-rasterio_0.35.0-1_amd64.deb
 243014d41a2fd12ebf5c2a1216f35126abf96bc5e537a23809e0bc98ea0f5c56 12976 
rasterio_0.35.0-1_all.deb
Files:
 290d8c8a8f0209dc2e636d55d08ebebe 2469 python optional rasterio_0.35.0-1.dsc
 6b4f758b4bb8229f0d095bf9f04e277f 7103006 python optional 
rasterio_0.35.0.orig.tar.gz
 38b904ac78fa1b4c96dc1239cd3b50a0 5900 python optional 
rasterio_0.35.0-1.debian.tar.xz
 e37ab582025e78d12a9754f2cdfc72cd 1888700 debug extra 
python-rasterio-dbgsym_0.35.0-1_amd64.deb
 fb70666316d318182874fd5c4fb9e257 575002 python optional 
python-rasterio_0.35.0-1_amd64.deb
 ce75e6ea7e38781f9a527b02e6f1ea1a 2127226 debug extra 
python3-rasterio-dbgsym_0.35.0-1_amd64.deb
 864f48de630a7a4bae0e1abb783c05b4 559064 python optional 
python3-rasterio_0.35.0-1_amd64.deb
 e76e8663b3270d98c790fa59e4432f9c 12976 science optional 
rasterio_0.35.0-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXKaW0AAoJEGdQ8QrojUrxnz0P/2LQ1B8vNCo8CblP0KMjbdez
8Bvr4+c6Rv6DurNC4ez+GJV2S1lsJVmz3g/SCHErovykgarOGjr4iCPa93zg2VSi
FEQWqBJNDYJHiSjjKugIQzsR/xCALy0DWChCAXngokLYGj41BAdnQnW7zC6hP8MN
3S5KaLEd4OUQWtXJGtE5e2p7Brn31qnoSCXzcM8xHY8LafCnUGpTqwod3TJd+hZg
DyI/Im3RF0OCYSkEiD4TbpMHXsE9XR2Ajk7hUvUNtfgjVlz2xqAAEql0WuWCCRTO
U/TUCFoHaSnh+424UBV06NivMfm7ciXmBLw3H4rn7HnnQkJlKBUzVnN/gMMG4BWN
mXjsNenmuwFhI9uVSWWmt0JinkEuq7Uq44R3T+40nD9MJv5uDczgO1Kx73hr0Mcd
2o17Yz4HmIyzyEmdy/eDEHdCqQ9kKpZc9Tl5Y5vW5t05r4oGQRAYQfos+cc+BqXY
sqiz7o6H9zkEolTVuwuGC64WXRTmBaQ9cnhvz0uZHSCx+Vh9bP4nupTtzQPTQro1
S8wKkoLHK3hvheC0Hi+7B8Ta3a35Pat6gYajnTSCjCXYUSlf/vzDf4qbXiAqFuOx
nIDT69idbcEzp46O8C65+8CBq4amcAD7H46ch86n3mee3E3+pLq4CcDUxUyy9q5p
HFmVCC7fmxwQGEIWMAP6
=OGRP
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


Bug#807339: qgis: saga not available in processing toolbox

2016-05-04 Thread Moritz Lennert

On 03/05/16 22:51, Sebastiaan Couwenberg wrote:

Hi Moritz,

On 03/10/2016 07:42 AM, Sebastiaan Couwenberg wrote:

On 11-12-15 23:19, Sebastiaan Couwenberg wrote:

On 08-12-15 16:05, Sebastiaan Couwenberg wrote:

It seems QGIS doesn't support SAGA 2.2.2 yet:

https://lists.osgeo.org/pipermail/qgis-developer/2015-December/040670.html


QGIS 2.12 and later do support SAGA 2.2, but these changes have not been
backported to QGIS 2.8 LTR yet. Hopefully they'll be backported for QGIS
2.8.5.


We have QGIS 2.14 in unstable now, SAGA was updated to 2.2.4 in the mean
time, but remains unavailable in the processing toolbox.

There are a number of SAGA 2.2.x related commits available in the 2.14
branch which may fix the issue in QGIS 2.14.1 to be released by the end
of the month.


No SAGA changes in 2.14.2, I'm seriously starting to doubt if we can
support recent SAGA versions in QGIS. It seems the SAGA version in
unstable will always be more current than the supported versions in QGIS.


I think the question is mainly whether we can aim for compatible 
versions in a stable release, or ?


Moritz

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


Bug#807339: qgis: saga not available in processing toolbox

2016-05-04 Thread Bas Couwenberg

On 2016-05-04 10:12, Moritz Lennert wrote:

On 03/05/16 22:51, Sebastiaan Couwenberg wrote:

On 03/10/2016 07:42 AM, Sebastiaan Couwenberg wrote:

On 11-12-15 23:19, Sebastiaan Couwenberg wrote:

On 08-12-15 16:05, Sebastiaan Couwenberg wrote:

It seems QGIS doesn't support SAGA 2.2.2 yet:

https://lists.osgeo.org/pipermail/qgis-developer/2015-December/040670.html


QGIS 2.12 and later do support SAGA 2.2, but these changes have not 
been
backported to QGIS 2.8 LTR yet. Hopefully they'll be backported for 
QGIS

2.8.5.


We have QGIS 2.14 in unstable now, SAGA was updated to 2.2.4 in the 
mean

time, but remains unavailable in the processing toolbox.

There are a number of SAGA 2.2.x related commits available in the 
2.14
branch which may fix the issue in QGIS 2.14.1 to be released by the 
end

of the month.


No SAGA changes in 2.14.2, I'm seriously starting to doubt if we can
support recent SAGA versions in QGIS. It seems the SAGA version in
unstable will always be more current than the supported versions in 
QGIS.


I think the question is mainly whether we can aim for compatible
versions in a stable release, or ?


For stable we may be able to support the SAGA version with QGIS in 
backports.


It seem that for every SAGA release, the list of support versions in the 
QGIS processing plugin needs to be updated. See for example the changes 
for SAGA 2.2.3:


 
https://github.com/qgis/QGIS/commit/607642a562f58652a2939aad64d6476fc50f02de


There is currently no explicit support for SAGA >= 2.2.4. There is an 
outstanding issue in the upstream issue tracker about changes required 
for SAGA 2.24:


 http://hub.qgis.org/issues/14735

With the frequent API breakage in new SAGA releases, and the lack of 
manpower in the QGIS project to keep the SAGA processing plugin updated, 
I remain sceptical of our ability to support SAGA in QGIS.


 
https://lists.osgeo.org/pipermail/qgis-developer/2015-December/040797.html


I'd like to hear Johans opinion on SAGA support in QGIS.

Kind Regards,

Bas

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


Bug#807339: qgis: saga not available in processing toolbox

2016-05-04 Thread Moritz Lennert

On 04/05/16 10:40, Bas Couwenberg wrote:

On 2016-05-04 10:12, Moritz Lennert wrote:

On 03/05/16 22:51, Sebastiaan Couwenberg wrote:

On 03/10/2016 07:42 AM, Sebastiaan Couwenberg wrote:

On 11-12-15 23:19, Sebastiaan Couwenberg wrote:

On 08-12-15 16:05, Sebastiaan Couwenberg wrote:

It seems QGIS doesn't support SAGA 2.2.2 yet:

https://lists.osgeo.org/pipermail/qgis-developer/2015-December/040670.html


QGIS 2.12 and later do support SAGA 2.2, but these changes have not
been
backported to QGIS 2.8 LTR yet. Hopefully they'll be backported for
QGIS
2.8.5.


We have QGIS 2.14 in unstable now, SAGA was updated to 2.2.4 in the
mean
time, but remains unavailable in the processing toolbox.

There are a number of SAGA 2.2.x related commits available in the
2.14
branch which may fix the issue in QGIS 2.14.1 to be released by the
end
of the month.


No SAGA changes in 2.14.2, I'm seriously starting to doubt if we can
support recent SAGA versions in QGIS. It seems the SAGA version in
unstable will always be more current than the supported versions in
QGIS.


I think the question is mainly whether we can aim for compatible
versions in a stable release, or ?


For stable we may be able to support the SAGA version with QGIS in
backports.

It seem that for every SAGA release, the list of support versions in the
QGIS processing plugin needs to be updated. See for example the changes
for SAGA 2.2.3:


https://github.com/qgis/QGIS/commit/607642a562f58652a2939aad64d6476fc50f02de

There is currently no explicit support for SAGA >= 2.2.4. There is an
outstanding issue in the upstream issue tracker about changes required
for SAGA 2.24:

   http://hub.qgis.org/issues/14735

With the frequent API breakage in new SAGA releases, and the lack of
manpower in the QGIS project to keep the SAGA processing plugin updated,
I remain sceptical of our ability to support SAGA in QGIS.


https://lists.osgeo.org/pipermail/qgis-developer/2015-December/040797.html


Are there any Saga devs involved in this discussion ? Maybe it would be 
possible to convince them to avoid API changes in minor versions...


Moritz

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


Bug#807339: qgis: saga not available in processing toolbox

2016-05-04 Thread Bas Couwenberg

On 2016-05-04 10:57, Moritz Lennert wrote:

Are there any Saga devs involved in this discussion ? Maybe it would
be possible to convince them to avoid API changes in minor versions...


Only Johan for now. But the issues with processing support for SAGA in 
QGIS is well known in both communities.


Kind Regards,

Bas

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