[osmium-tool] 01/01: pristine-tar data for osmium-tool_1.3.1.orig.tar.gz

2016-06-08 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 osmium-tool.

commit 2e4d358747abde6b6def993cc6ebbe5d719eff18
Author: Bas Couwenberg 
Date:   Wed Jun 8 20:43:42 2016 +0200

pristine-tar data for osmium-tool_1.3.1.orig.tar.gz
---
 osmium-tool_1.3.1.orig.tar.gz.delta | Bin 0 -> 8926 bytes
 osmium-tool_1.3.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/osmium-tool_1.3.1.orig.tar.gz.delta 
b/osmium-tool_1.3.1.orig.tar.gz.delta
new file mode 100644
index 000..14b0a9b
Binary files /dev/null and b/osmium-tool_1.3.1.orig.tar.gz.delta differ
diff --git a/osmium-tool_1.3.1.orig.tar.gz.id b/osmium-tool_1.3.1.orig.tar.gz.id
new file mode 100644
index 000..9ed5ec3
--- /dev/null
+++ b/osmium-tool_1.3.1.orig.tar.gz.id
@@ -0,0 +1 @@
+e9b9ecebea165acba73341b2b383c21748f36b33

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


[osmium-tool] annotated tag upstream/1.3.1 created (now 1e04bde)

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

sebastic pushed a change to annotated tag upstream/1.3.1
in repository osmium-tool.

at  1e04bde   (tag)
   tagging  0ed0bdac1c100d1e1182b416576d13e74830517b (commit)
  replaces  upstream/1.3.0
 tagged by  Bas Couwenberg
on  Wed Jun 8 20:43:42 2016 +0200

- Log -
Upstream version 1.3.1

Bas Couwenberg (1):
  Imported Upstream version 1.3.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/osmium-tool.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


[osmium-tool] branch upstream updated (c8e5ea4 -> 0ed0bda)

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

sebastic pushed a change to branch upstream
in repository osmium-tool.

  from  c8e5ea4   Imported Upstream version 1.3.0
   new  0ed0bda   Imported Upstream version 1.3.1

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


Summary of changes:
 .travis.yml|  149 +-
 CHANGELOG.md   |   26 +-
 CMakeLists.txt |   16 +-
 Makefile   |5 +-
 README.md  |4 +-
 cmake/run_test_compare_output.cmake|   12 +-
 man/common-options.md  |9 +
 man/input-options.md   |8 +
 man/osmium-add-locations-to-ways.md|   94 +
 man/osmium-apply-changes.md|   48 +-
 man/osmium-cat.md  |   46 +-
 man/osmium-changeset-filter.md |   66 +-
 man/osmium-check-refs.md   |   36 +-
 man/osmium-fileinfo.md |   17 +-
 man/osmium-getid.md|  110 +-
 man/osmium-merge-changes.md|   58 +-
 man/osmium-renumber.md |   69 +-
 man/osmium-show.md |   95 +
 man/osmium-sort.md |   52 +-
 man/osmium-time-filter.md  |   50 +-
 man/osmium.md  |   37 +
 man/output-options.md  |   26 +
 scripts/travis_script.sh   |   36 -
 src/CMakeLists.txt |2 +-
 src/cmd.cpp|   84 +
 src/cmd.hpp|   40 +-
 src/cmd_factory.cpp|2 +-
 src/command_add_locations_to_ways.cpp  |  173 ++
 src/command_add_locations_to_ways.hpp  |   76 +
 src/command_apply_changes.cpp  |   26 +-
 src/command_apply_changes.hpp  |   10 +-
 src/command_cat.cpp|   55 +-
 src/command_cat.hpp|   12 +-
 src/command_changeset_filter.cpp   |   26 +-
 src/command_changeset_filter.hpp   |   10 +-
 src/command_check_refs.cpp |  100 +-
 src/command_check_refs.hpp |   10 +-
 src/command_fileinfo.cpp   |   24 +-
 src/command_fileinfo.hpp   |   10 +-
 src/command_getid.cpp  |  369 ++-
 src/command_getid.hpp  |   52 +-
 src/command_help.cpp   |9 +-
 src/command_help.hpp   |   11 +-
 src/command_merge_changes.cpp  |   26 +-
 src/command_merge_changes.hpp  |   10 +-
 src/command_renumber.cpp   |  214 +-
 src/command_renumber.hpp   |   96 +-
 src/command_show.cpp   |  225 ++
 src/{command_cat.hpp => command_show.hpp}  |   30 +-
 src/command_sort.cpp   |   26 +-
 src/command_sort.hpp   |   10 +-
 src/command_time_filter.cpp|   24 +-
 src/command_time_filter.hpp|   11 +-
 src/exception.hpp  |2 +-
 src/io.cpp |   31 +-
 src/main.cpp   |   13 +-
 test/CMakeLists.txt|   27 +-
 test/add-locations-to-ways/CMakeLists.txt  |   17 +
 test/{getid => add-locations-to-ways}/input.osm|8 +-
 .../output-n.osm}  |   18 +-
 test/add-locations-to-ways/output.osm  |   17 +
 test/cat/output1.osm.opl   |6 +-
 test/changeset-filter/output1-all.osm  |2 +-
 test/changeset-filter/output1-first.osm|2 +-
 test/check-refs/CMakeLists.txt |   44 +-
 test/check-refs/fail-n-in-r.osm|6 +
 test/check-refs/{nw-okay.osm => fail-n-in-w.osm}   |6 -
 test/check-refs/fail-r-in-r-1.osm  |6 +
 test/check-refs/fail-r-in-r-2.osm  |6 +
 test/check-refs/fail-w-in-r.osm|6 +
 test/check-refs/okay-r-in-r.osm|9 +
 test/check-refs/{nw-okay.osm => okay.osm}  |4 +
 test/check-refs/{nw-okay.osm => way-okay.osm}

[osmium-tool] 04/07: Update copyright file, update copyright years for Jochen Topf.

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

sebastic pushed a commit to branch master
in repository osmium-tool.

commit 96759cce031d1f177d833fd426dba8f35917d7f6
Author: Bas Couwenberg 
Date:   Wed Jun 8 21:13:04 2016 +0200

Update copyright file, update copyright years for Jochen Topf.
---
 debian/changelog | 1 +
 debian/copyright | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4df62fc..af6df7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 osmium-tool (1.3.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Update copyright file, update copyright years for Jochen Topf.
 
  -- Bas Couwenberg   Wed, 08 Jun 2016 20:43:51 +0200
 
diff --git a/debian/copyright b/debian/copyright
index 2090cc0..7f5e064 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Osmium Developers (http://osmcode.org/contact)
 Source: https://github.com/osmcode/osmium-tool
 
 Files: *
-Copyright: 2013-2015, Jochen Topf 
+Copyright: 2013-2016, Jochen Topf 
 License: GPL-3+
 
 Files: include/rapidjson/*

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


[osmium-tool] branch pristine-tar updated (ead1cae -> 2e4d358)

2016-06-08 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 osmium-tool.

  from  ead1cae   pristine-tar data for osmium-tool_1.3.0.orig.tar.gz
   new  2e4d358   pristine-tar data for osmium-tool_1.3.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:
 osmium-tool_1.3.1.orig.tar.gz.delta | Bin 0 -> 8926 bytes
 osmium-tool_1.3.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 osmium-tool_1.3.1.orig.tar.gz.delta
 create mode 100644 osmium-tool_1.3.1.orig.tar.gz.id

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


[osmium-tool] 06/07: Add patch to fix 'output' typo.

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

sebastic pushed a commit to branch master
in repository osmium-tool.

commit 0c6142d13fc9d515f3496abd750c9d0f1cb194a7
Author: Bas Couwenberg 
Date:   Wed Jun 8 21:34:33 2016 +0200

Add patch to fix 'output' typo.
---
 debian/changelog |  1 +
 debian/patches/output-typo.patch | 15 +++
 debian/patches/series|  1 +
 3 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5dea86e..c6430f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ osmium-tool (1.3.1-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Update copyright file, update copyright years for Jochen Topf.
   * Drop spelling-errors.patch, applied upstream.
+  * Add patch to fix 'output' typo.
 
  -- Bas Couwenberg   Wed, 08 Jun 2016 20:43:51 +0200
 
diff --git a/debian/patches/output-typo.patch b/debian/patches/output-typo.patch
new file mode 100644
index 000..f890c52
--- /dev/null
+++ b/debian/patches/output-typo.patch
@@ -0,0 +1,15 @@
+Description: Fix 'ouput' typo, replace 'output'.
+Author: Bas Couwenberg 
+Forwarded: https://github.com/osmcode/osmium-tool/pull/28
+
+--- a/man/osmium-getid.md
 b/man/osmium-getid.md
+@@ -51,7 +51,7 @@ only used to detect which objects to get
+ different object versions in the different files.
+ 
+ The *OSM-FILE* can not be a history file unless the **-H**, **--history**
+-option is used. Then all versions of the objects will be copied to the ouput.
++option is used. Then all versions of the objects will be copied to the output.
+ 
+ If referenced objects are missing from the input file, the type and IDs
+ of those objects is written out to *stderr* at the end of the program unless
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..05769d2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+output-typo.patch

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


[osmium-tool] 05/07: Drop spelling-errors.patch, applied upstream.

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

sebastic pushed a commit to branch master
in repository osmium-tool.

commit c47d5236ab61f6e77b6141755a49559d0686f6cc
Author: Bas Couwenberg 
Date:   Wed Jun 8 21:18:27 2016 +0200

Drop spelling-errors.patch, applied upstream.
---
 debian/changelog |  1 +
 debian/patches/series|  1 -
 debian/patches/spelling-errors.patch | 28 
 3 files changed, 1 insertion(+), 29 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index af6df7b..5dea86e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ osmium-tool (1.3.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Update copyright file, update copyright years for Jochen Topf.
+  * Drop spelling-errors.patch, applied upstream.
 
  -- Bas Couwenberg   Wed, 08 Jun 2016 20:43:51 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 38edaa7..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch 
b/debian/patches/spelling-errors.patch
deleted file mode 100644
index 1cbfb3e..000
--- a/debian/patches/spelling-errors.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: Fix spelling errors.
- thats -> that's
-Author: Bas Couwenberg 
-Forwarded: https://github.com/osmcode/osmium-tool/pull/27
-Applied-Upstream: 
https://github.com/osmcode/osmium-tool/commit/2f2991993d21994998871d2207cc41c9c7c711a9
-
 a/CHANGELOG.md
-+++ b/CHANGELOG.md
-@@ -58,7 +58,7 @@ This project adheres to [Semantic Versio
- 
- ### Fixed
- 
--- Remove license thats not applicable from LICENSE-rapidjson.txt.
-+- Remove license that's not applicable from LICENSE-rapidjson.txt.
- - Renumbering didn't work properly in some cases.
- - Fix error checking in renumber command.
- 
 a/man/osmium-check-refs.md
-+++ b/man/osmium-check-refs.md
-@@ -21,7 +21,7 @@ good.
- 
- This command will do the check in one pass through the input data. It needs
- enough main memory to store all temporary data. Largest memory need will be
--1 bit for each node ID, thats roughly 500 MB these days (Summer 2015).
-+1 bit for each node ID, that's roughly 500 MB these days (Summer 2015).
- 
- If the option -r is not given, this command will only check if all nodes
- references in ways are in the file, with the option, relations will also be

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


[osmium-tool] 03/07: New upstream release.

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

sebastic pushed a commit to branch master
in repository osmium-tool.

commit 898c910a0118eba173077a040b65ec4461a7db4d
Author: Bas Couwenberg 
Date:   Wed Jun 8 20:43:53 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 7e42623..4df62fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+osmium-tool (1.3.1-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Bas Couwenberg   Wed, 08 Jun 2016 20:43:51 +0200
+
 osmium-tool (1.3.0-2) unstable; urgency=medium
 
   * Update Vcs-Git URL to use HTTPS.

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


[osmium-tool] 02/07: Merge tag 'upstream/1.3.1'

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

sebastic pushed a commit to branch master
in repository osmium-tool.

commit a7cbb88221bdd57d4c63d7ca2781ae3b761ac6a9
Merge: 1a8b799 0ed0bda
Author: Bas Couwenberg 
Date:   Wed Jun 8 20:43:42 2016 +0200

Merge tag 'upstream/1.3.1'

Upstream version 1.3.1

 .travis.yml|  149 +-
 CHANGELOG.md   |   26 +-
 CMakeLists.txt |   16 +-
 Makefile   |5 +-
 README.md  |4 +-
 cmake/run_test_compare_output.cmake|   12 +-
 man/common-options.md  |9 +
 man/input-options.md   |8 +
 man/osmium-add-locations-to-ways.md|   94 +
 man/osmium-apply-changes.md|   48 +-
 man/osmium-cat.md  |   46 +-
 man/osmium-changeset-filter.md |   66 +-
 man/osmium-check-refs.md   |   36 +-
 man/osmium-fileinfo.md |   17 +-
 man/osmium-getid.md|  110 +-
 man/osmium-merge-changes.md|   58 +-
 man/osmium-renumber.md |   69 +-
 man/osmium-show.md |   95 +
 man/osmium-sort.md |   52 +-
 man/osmium-time-filter.md  |   50 +-
 man/osmium.md  |   37 +
 man/output-options.md  |   26 +
 scripts/travis_script.sh   |   36 -
 src/CMakeLists.txt |2 +-
 src/cmd.cpp|   84 +
 src/cmd.hpp|   40 +-
 src/cmd_factory.cpp|2 +-
 src/command_add_locations_to_ways.cpp  |  173 ++
 src/command_add_locations_to_ways.hpp  |   76 +
 src/command_apply_changes.cpp  |   26 +-
 src/command_apply_changes.hpp  |   10 +-
 src/command_cat.cpp|   55 +-
 src/command_cat.hpp|   12 +-
 src/command_changeset_filter.cpp   |   26 +-
 src/command_changeset_filter.hpp   |   10 +-
 src/command_check_refs.cpp |  100 +-
 src/command_check_refs.hpp |   10 +-
 src/command_fileinfo.cpp   |   24 +-
 src/command_fileinfo.hpp   |   10 +-
 src/command_getid.cpp  |  369 ++-
 src/command_getid.hpp  |   52 +-
 src/command_help.cpp   |9 +-
 src/command_help.hpp   |   11 +-
 src/command_merge_changes.cpp  |   26 +-
 src/command_merge_changes.hpp  |   10 +-
 src/command_renumber.cpp   |  214 +-
 src/command_renumber.hpp   |   96 +-
 src/command_show.cpp   |  225 ++
 src/{command_cat.hpp => command_show.hpp}  |   30 +-
 src/command_sort.cpp   |   26 +-
 src/command_sort.hpp   |   10 +-
 src/command_time_filter.cpp|   24 +-
 src/command_time_filter.hpp|   11 +-
 src/exception.hpp  |2 +-
 src/io.cpp |   31 +-
 src/main.cpp   |   13 +-
 test/CMakeLists.txt|   27 +-
 test/add-locations-to-ways/CMakeLists.txt  |   17 +
 .../input.osm} |   11 +-
 .../output-n.osm}  |   19 +-
 test/add-locations-to-ways/output.osm  |   17 +
 test/cat/output1.osm.opl   |6 +-
 test/changeset-filter/output1-all.osm  |2 +-
 test/changeset-filter/output1-first.osm|2 +-
 test/check-refs/CMakeLists.txt |   44 +-
 test/check-refs/fail-n-in-r.osm|6 +
 test/check-refs/{nw-okay.osm => fail-n-in-w.osm}   |6 -
 test/check-refs/fail-r-in-r-1.osm  |6 +
 test/check-refs/fail-r-in-r-2.osm  |6 +
 test/check-refs/fail-w-in-r.osm|6 +
 test/check-refs/okay-r-in-r.osm|9 +
 test/check-refs/{nw-okay.osm => okay.osm}  |4 +
 test/check-refs/{nw-okay.osm => way-okay.osm}  |2 +-
 test/formats/f1.osm.opl|8 +-
 test/getid/CMakeLists.txt  |   38 +
 

[osmium-tool] branch master updated (1a8b799 -> 849c5d9)

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

sebastic pushed a change to branch master
in repository osmium-tool.

  from  1a8b799   Mark spelling-errors.patch as Applied-Upstream.
   new  0ed0bda   Imported Upstream version 1.3.1
   new  a7cbb88   Merge tag 'upstream/1.3.1'
   new  898c910   New upstream release.
   new  96759cc   Update copyright file, update copyright years for Jochen 
Topf.
   new  c47d523   Drop spelling-errors.patch, applied upstream.
   new  0c6142d   Add patch to fix 'output' typo.
   new  849c5d9   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|  149 +-
 CHANGELOG.md   |   26 +-
 CMakeLists.txt |   16 +-
 Makefile   |5 +-
 README.md  |4 +-
 cmake/run_test_compare_output.cmake|   12 +-
 debian/changelog   |9 +
 debian/copyright   |2 +-
 debian/patches/output-typo.patch   |   15 +
 debian/patches/series  |2 +-
 debian/patches/spelling-errors.patch   |   28 -
 man/common-options.md  |9 +
 man/input-options.md   |8 +
 man/osmium-add-locations-to-ways.md|   94 +
 man/osmium-apply-changes.md|   48 +-
 man/osmium-cat.md  |   46 +-
 man/osmium-changeset-filter.md |   66 +-
 man/osmium-check-refs.md   |   36 +-
 man/osmium-fileinfo.md |   17 +-
 man/osmium-getid.md|  110 +-
 man/osmium-merge-changes.md|   58 +-
 man/osmium-renumber.md |   69 +-
 man/osmium-show.md |   95 +
 man/osmium-sort.md |   52 +-
 man/osmium-time-filter.md  |   50 +-
 man/osmium.md  |   37 +
 man/output-options.md  |   26 +
 scripts/travis_script.sh   |   36 -
 src/CMakeLists.txt |2 +-
 src/cmd.cpp|   84 +
 src/cmd.hpp|   40 +-
 src/cmd_factory.cpp|2 +-
 src/command_add_locations_to_ways.cpp  |  173 ++
 src/command_add_locations_to_ways.hpp  |   76 +
 src/command_apply_changes.cpp  |   26 +-
 src/command_apply_changes.hpp  |   10 +-
 src/command_cat.cpp|   55 +-
 src/command_cat.hpp|   12 +-
 src/command_changeset_filter.cpp   |   26 +-
 src/command_changeset_filter.hpp   |   10 +-
 src/command_check_refs.cpp |  100 +-
 src/command_check_refs.hpp |   10 +-
 src/command_fileinfo.cpp   |   24 +-
 src/command_fileinfo.hpp   |   10 +-
 src/command_getid.cpp  |  369 ++-
 src/command_getid.hpp  |   52 +-
 src/command_help.cpp   |9 +-
 src/command_help.hpp   |   11 +-
 src/command_merge_changes.cpp  |   26 +-
 src/command_merge_changes.hpp  |   10 +-
 src/command_renumber.cpp   |  214 +-
 src/command_renumber.hpp   |   96 +-
 src/command_show.cpp   |  225 ++
 src/{command_cat.hpp => command_show.hpp}  |   30 +-
 src/command_sort.cpp   |   26 +-
 src/command_sort.hpp   |   10 +-
 src/command_time_filter.cpp|   24 +-
 src/command_time_filter.hpp|   11 +-
 src/exception.hpp  |2 +-
 src/io.cpp |   31 +-
 src/main.cpp   |   13 +-
 test/CMakeLists.txt|   27 +-
 test/add-locations-to-ways/CMakeLists.txt  |   17 +
 test/{getid => add-locations-to-ways}/input.osm|8 +-
 .../output-n.osm}  |   18 +-
 test/add-locations-to-ways/output.osm  |   17 +
 test/cat/output1.osm.opl  

[osmium-tool] 07/07: Set distribution to unstable.

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

sebastic pushed a commit to branch master
in repository osmium-tool.

commit 849c5d940d642a94a4626c70144e7cf2b4e104dc
Author: Bas Couwenberg 
Date:   Wed Jun 8 21:24:12 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 c6430f6..c9921ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-osmium-tool (1.3.1-1) UNRELEASED; urgency=medium
+osmium-tool (1.3.1-1) unstable; urgency=medium
 
   * New upstream release.
   * Update copyright file, update copyright years for Jochen Topf.
   * Drop spelling-errors.patch, applied upstream.
   * Add patch to fix 'output' typo.
 
- -- Bas Couwenberg   Wed, 08 Jun 2016 20:43:51 +0200
+ -- Bas Couwenberg   Wed, 08 Jun 2016 21:23:37 +0200
 
 osmium-tool (1.3.0-2) unstable; urgency=medium
 

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


[libosmium] tag debian/2.7.2-1 created (now bc23a2b)

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

sebastic pushed a change to tag debian/2.7.2-1
in repository libosmium.

at  bc23a2b   (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/libosmium.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


[libosmium] branch upstream updated (4f7a594 -> e93e38c)

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

sebastic pushed a change to branch upstream
in repository libosmium.

  from  4f7a594   Imported Upstream version 2.7.1
   new  e93e38c   Imported Upstream version 2.7.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:
 CHANGELOG.md |  18 ++-
 CMakeLists.txt   |   2 +-
 include/osmium/geom/factory.hpp  |   4 +-
 include/osmium/index/detail/mmap_vector_base.hpp |   9 +-
 include/osmium/io/detail/debug_output_format.hpp |  66 ++---
 include/osmium/io/detail/opl_output_format.hpp   | 171 +--
 include/osmium/io/detail/output_format.hpp   |  25 +++-
 include/osmium/io/detail/pbf.hpp |   2 +-
 include/osmium/io/detail/string_util.hpp |  30 +++-
 include/osmium/io/detail/xml_input_format.hpp|  24 ++--
 include/osmium/io/detail/xml_output_format.hpp   |  89 +++-
 include/osmium/osm/location.hpp  | 169 --
 include/osmium/version.hpp   |   4 +-
 test/t/basic/test_location.cpp   | 108 ++
 14 files changed, 555 insertions(+), 166 deletions(-)

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


[libosmium] annotated tag upstream/2.7.2 created (now 6f560cd)

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

sebastic pushed a change to annotated tag upstream/2.7.2
in repository libosmium.

at  6f560cd   (tag)
   tagging  e93e38c27c654e6a44c1dbb49ea1ca56930b0fad (commit)
  replaces  upstream/2.7.1
 tagged by  Bas Couwenberg
on  Wed Jun 8 20:30:13 2016 +0200

- Log -
Upstream version 2.7.2

Bas Couwenberg (1):
  Imported Upstream version 2.7.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/libosmium.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


[libosmium] branch pristine-tar updated (8cbd0b4 -> 781afdf)

2016-06-08 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 libosmium.

  from  8cbd0b4   pristine-tar data for libosmium_2.7.1.orig.tar.gz
   new  781afdf   pristine-tar data for libosmium_2.7.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:
 libosmium_2.7.2.orig.tar.gz.delta | Bin 0 -> 13290 bytes
 libosmium_2.7.2.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libosmium_2.7.2.orig.tar.gz.delta
 create mode 100644 libosmium_2.7.2.orig.tar.gz.id

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


[libosmium] 01/01: pristine-tar data for libosmium_2.7.2.orig.tar.gz

2016-06-08 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 libosmium.

commit 781afdfff06a969e6fde2a0b801fc33402f4213b
Author: Bas Couwenberg 
Date:   Wed Jun 8 20:30:13 2016 +0200

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

diff --git a/libosmium_2.7.2.orig.tar.gz.delta 
b/libosmium_2.7.2.orig.tar.gz.delta
new file mode 100644
index 000..2f3a970
Binary files /dev/null and b/libosmium_2.7.2.orig.tar.gz.delta differ
diff --git a/libosmium_2.7.2.orig.tar.gz.id b/libosmium_2.7.2.orig.tar.gz.id
new file mode 100644
index 000..c6b4dfd
--- /dev/null
+++ b/libosmium_2.7.2.orig.tar.gz.id
@@ -0,0 +1 @@
+b26dddb9e7157382c088c1eb4dde8ba23ef8d0ac

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


[libosmium] 03/04: New upstream release.

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

sebastic pushed a commit to branch master
in repository libosmium.

commit 688a65bf1d0b3e6d2f66ea22699f516197ab42ec
Author: Bas Couwenberg 
Date:   Wed Jun 8 20:30:26 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index a67cfba..b7f02cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libosmium (2.7.2-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Bas Couwenberg   Wed, 08 Jun 2016 20:30:21 +0200
+
 libosmium (2.7.1-1) unstable; urgency=medium
 
   * New upstream release.

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


[libosmium] 01/04: Imported Upstream version 2.7.2

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

sebastic pushed a commit to branch master
in repository libosmium.

commit e93e38c27c654e6a44c1dbb49ea1ca56930b0fad
Author: Bas Couwenberg 
Date:   Wed Jun 8 20:30:09 2016 +0200

Imported Upstream version 2.7.2
---
 CHANGELOG.md |  18 ++-
 CMakeLists.txt   |   2 +-
 include/osmium/geom/factory.hpp  |   4 +-
 include/osmium/index/detail/mmap_vector_base.hpp |   9 +-
 include/osmium/io/detail/debug_output_format.hpp |  66 ++---
 include/osmium/io/detail/opl_output_format.hpp   | 171 +--
 include/osmium/io/detail/output_format.hpp   |  25 +++-
 include/osmium/io/detail/pbf.hpp |   2 +-
 include/osmium/io/detail/string_util.hpp |  30 +++-
 include/osmium/io/detail/xml_input_format.hpp|  24 ++--
 include/osmium/io/detail/xml_output_format.hpp   |  89 +++-
 include/osmium/osm/location.hpp  | 169 --
 include/osmium/version.hpp   |   4 +-
 test/t/basic/test_location.cpp   | 108 ++
 14 files changed, 555 insertions(+), 166 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd9a861..4b8a6a9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,20 @@ This project adheres to [Semantic 
Versioning](http://semver.org/).
 ### Fixed
 
 
+## [2.7.2] - 2016-06-08
+
+### Changed
+
+- Much faster output of OSM files in XML, OPL, or debug formats.
+
+### Fixed
+
+- Parsing and output of coordinates now faster and always uses decimal dot
+  independant of locale setting.
+- Do not output empty discussion elements in changeset XML output.
+- Data corruption regression in mmap based indexes.
+
+
 ## [2.7.1] - 2016-06-01
 
 ### Fixes
@@ -327,7 +341,9 @@ This project adheres to [Semantic 
Versioning](http://semver.org/).
   Doxygen (up to version 1.8.8). This version contains a workaround to fix
   this.
 
-[unreleased]: https://github.com/osmcode/libosmium/compare/v2.7.0...HEAD
+[unreleased]: https://github.com/osmcode/libosmium/compare/v2.7.2...HEAD
+[2.7.2]: https://github.com/osmcode/libosmium/compare/v2.7.1...v2.7.2
+[2.7.1]: https://github.com/osmcode/libosmium/compare/v2.7.0...v2.7.1
 [2.7.0]: https://github.com/osmcode/libosmium/compare/v2.6.1...v2.7.0
 [2.6.1]: https://github.com/osmcode/libosmium/compare/v2.6.0...v2.6.1
 [2.6.0]: https://github.com/osmcode/libosmium/compare/v2.5.4...v2.6.0
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7434fb4..53251d0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ project(libosmium)
 
 set(LIBOSMIUM_VERSION_MAJOR 2)
 set(LIBOSMIUM_VERSION_MINOR 7)
-set(LIBOSMIUM_VERSION_PATCH 1)
+set(LIBOSMIUM_VERSION_PATCH 2)
 
 set(LIBOSMIUM_VERSION
 
"${LIBOSMIUM_VERSION_MAJOR}.${LIBOSMIUM_VERSION_MINOR}.${LIBOSMIUM_VERSION_PATCH}")
diff --git a/include/osmium/geom/factory.hpp b/include/osmium/geom/factory.hpp
index 6737278..03c1015 100644
--- a/include/osmium/geom/factory.hpp
+++ b/include/osmium/geom/factory.hpp
@@ -287,7 +287,7 @@ namespace osmium {
 return linestring_finish(num_points);
 }
 
-linestring_type create_linestring(const osmium::Way& way, 
use_nodes un=use_nodes::unique, direction dir=direction::forward) {
+linestring_type create_linestring(const osmium::Way& way, 
use_nodes un=use_nodes::unique, direction dir = direction::forward) {
 try {
 return create_linestring(way.nodes(), un, dir);
 } catch (osmium::geometry_error& e) {
@@ -361,7 +361,7 @@ namespace osmium {
 return polygon_finish(num_points);
 }
 
-polygon_type create_polygon(const osmium::Way& way, use_nodes 
un=use_nodes::unique, direction dir=direction::forward) {
+polygon_type create_polygon(const osmium::Way& way, use_nodes 
un=use_nodes::unique, direction dir = direction::forward) {
 try {
 return create_polygon(way.nodes(), un, dir);
 } catch (osmium::geometry_error& e) {
diff --git a/include/osmium/index/detail/mmap_vector_base.hpp 
b/include/osmium/index/detail/mmap_vector_base.hpp
index f84cc2e..8f52e98 100644
--- a/include/osmium/index/detail/mmap_vector_base.hpp
+++ b/include/osmium/index/detail/mmap_vector_base.hpp
@@ -134,16 +134,13 @@ namespace osmium {
 }
 
 void push_back(const T& value) {
-if (m_size >= capacity()) {
-resize(m_size+1);
-}
-data()[m_size] = value;
-++m_size;
+resize(m_size+1);
+data()[m_size-1] = value;
 }
 
 void reserve(size_t new_capacity) {
 if (new_capacity > capacity()) {
-size_t old_capacity = capacity();
+

[libosmium] 02/04: Merge tag 'upstream/2.7.2'

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

sebastic pushed a commit to branch master
in repository libosmium.

commit 9bfc3ee522cdd91303b0872b4697f97473d8d53b
Merge: cf1d9eb e93e38c
Author: Bas Couwenberg 
Date:   Wed Jun 8 20:30:14 2016 +0200

Merge tag 'upstream/2.7.2'

Upstream version 2.7.2

 CHANGELOG.md |  18 ++-
 CMakeLists.txt   |   2 +-
 include/osmium/geom/factory.hpp  |   4 +-
 include/osmium/index/detail/mmap_vector_base.hpp |   9 +-
 include/osmium/io/detail/debug_output_format.hpp |  66 ++---
 include/osmium/io/detail/opl_output_format.hpp   | 171 +--
 include/osmium/io/detail/output_format.hpp   |  25 +++-
 include/osmium/io/detail/pbf.hpp |   2 +-
 include/osmium/io/detail/string_util.hpp |  30 +++-
 include/osmium/io/detail/xml_input_format.hpp|  24 ++--
 include/osmium/io/detail/xml_output_format.hpp   |  89 +++-
 include/osmium/osm/location.hpp  | 169 --
 include/osmium/version.hpp   |   4 +-
 test/t/basic/test_location.cpp   | 108 ++
 14 files changed, 555 insertions(+), 166 deletions(-)

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


[libosmium] branch master updated (cf1d9eb -> bc23a2b)

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

sebastic pushed a change to branch master
in repository libosmium.

  from  cf1d9eb   Set distribution to unstable.
   new  e93e38c   Imported Upstream version 2.7.2
   new  9bfc3ee   Merge tag 'upstream/2.7.2'
   new  688a65b   New upstream release.
   new  bc23a2b   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:
 CHANGELOG.md |  18 ++-
 CMakeLists.txt   |   2 +-
 debian/changelog |   6 +
 include/osmium/geom/factory.hpp  |   4 +-
 include/osmium/index/detail/mmap_vector_base.hpp |   9 +-
 include/osmium/io/detail/debug_output_format.hpp |  66 ++---
 include/osmium/io/detail/opl_output_format.hpp   | 171 +--
 include/osmium/io/detail/output_format.hpp   |  25 +++-
 include/osmium/io/detail/pbf.hpp |   2 +-
 include/osmium/io/detail/string_util.hpp |  30 +++-
 include/osmium/io/detail/xml_input_format.hpp|  24 ++--
 include/osmium/io/detail/xml_output_format.hpp   |  89 +++-
 include/osmium/osm/location.hpp  | 169 --
 include/osmium/version.hpp   |   4 +-
 test/t/basic/test_location.cpp   | 108 ++
 15 files changed, 561 insertions(+), 166 deletions(-)

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


[pyosmium] 01/02: Merge tag 'debian/2.7.1-2' into jessie-backports

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

sebastic pushed a commit to branch jessie-backports
in repository pyosmium.

commit 22044f6cefa12d9bbb38a9e3b7a5cf713a89531f
Merge: e04a7c1 15f40a6
Author: Bas Couwenberg 
Date:   Wed Jun 8 20:26:28 2016 +0200

Merge tag 'debian/2.7.1-2' into jessie-backports

Conflicts:
debian/changelog

 .travis.yml   |  21 +++
 CHANGELOG.md  |  16 +-
 debian/changelog  |  22 +++
 debian/control|   4 +-
 debian/patches/allows-to-typo.patch   |  14 --
 debian/patches/series |   2 +-
 debian/patches/std_pair_to_python_converter.patch |  14 ++
 debian/python-pyosmium.lintian-overrides  |   1 +
 debian/python3-pyosmium.lintian-overrides |   1 +
 debian/rules  |   3 +
 debian/watch  |   2 +-
 doc/conf.py   |   4 +-
 examples/filter_coastlines.py |   2 +-
 examples/osm_replication_stats.py |  72 
 examples/osm_url_stats.py |  41 +
 lib/generic_handler.hpp   |  32 +++-
 lib/merged_input.hpp  |  74 
 lib/osm.cc|   1 +
 lib/osmium.cc |  30 ++-
 lib/replication.cc|  45 +
 osmium/replication/__init__.py|   1 +
 osmium/replication/server.py  | 211 ++
 setup.py  |   4 +-
 23 files changed, 586 insertions(+), 31 deletions(-)

diff --cc debian/changelog
index f1c1b72,03dcc84..fe32131
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,9 -1,25 +1,31 @@@
+ pyosmium (2.7.1-2) unstable; urgency=medium
+ 
+   * Add patch to fix test failure on 32-bit architectures.
+ 
+  -- Bas Couwenberg   Thu, 02 Jun 2016 10:11:28 +0200
+ 
+ pyosmium (2.7.1-1) unstable; urgency=medium
+ 
+   * New upstream release.
+   * Update watch file to handle more tag conventions in filenamemangle.
+   * Bump minimum required libosmium2-dev to 2.7.1.
+   * Drop allows-to-typo.patch, applied upstream.
+ 
+  -- Bas Couwenberg   Wed, 01 Jun 2016 17:19:44 +0200
+ 
+ pyosmium (2.6.0-2) unstable; urgency=medium
+ 
+   * Bump Standards-Version to 3.9.8, no changes.
+   * Enable bindnow hardening buildflags.
+ 
+  -- Bas Couwenberg   Thu, 05 May 2016 17:16:24 +0200
+ 
 +pyosmium (2.6.0-1~bpo8+1) jessie-backports; urgency=medium
 +
 +  * Rebuild for jessie-backports.
 +
 + -- Bas Couwenberg   Fri, 12 Feb 2016 19:52:40 +0100
 +
  pyosmium (2.6.0-1) unstable; urgency=medium
  
* New upstream release.
diff --cc debian/control
index 44d1dc7,ce45214..0628be5
--- a/debian/control
+++ b/debian/control
@@@ -21,9 -21,9 +21,9 @@@ Build-Depends: debhelper (>= 9)
 python3-nose,
 python3-sphinx,
 zlib1g-dev
- Standards-Version: 3.9.6
+ Standards-Version: 3.9.8
  Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pyosmium.git/
 -Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pyosmium.git
 +Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pyosmium.git -b 
jessie-backports
  Homepage: http://osmcode.org/pyosmium/
  
  Package: python-pyosmium

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


[pyosmium] 02/02: Rebuild for jessie-backports.

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

sebastic pushed a commit to branch jessie-backports
in repository pyosmium.

commit 839ae3408d1e79a225e6252c67e6f3983f7ccf0c
Author: Bas Couwenberg 
Date:   Wed Jun 8 20:26:50 2016 +0200

Rebuild for jessie-backports.
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fe32131..1478a0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyosmium (2.7.1-2~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+
+ -- Bas Couwenberg   Wed, 08 Jun 2016 20:26:34 +0200
+
 pyosmium (2.7.1-2) unstable; urgency=medium
 
   * Add patch to fix test failure on 32-bit architectures.

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


[pyosmium] tag debian/2.7.1-2.bpo8+1 created (now 839ae34)

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

sebastic pushed a change to tag debian/2.7.1-2.bpo8+1
in repository pyosmium.

at  839ae34   (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/pyosmium.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


[pyosmium] branch jessie-backports updated (e04a7c1 -> 839ae34)

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

sebastic pushed a change to branch jessie-backports
in repository pyosmium.

  from  e04a7c1   Rebuild for jessie-backports.
  adds  51c003a   Bump Standards-Version to 3.9.7, no changes.
  adds  b52f16a   Bump Standards-Version to 3.9.8, no changes.
  adds  1566fe4   Enable bindnow hardening buildflags.
  adds  1f09872   Set distribution to unstable.
  adds  fa820d2   Update watch file to handle more tag conventions in 
filenamemangle.
  adds  54e7a8c   Imported Upstream version 2.7.1
  adds  a78ba69   Merge tag 'upstream/2.7.1'
  adds  b286953   New upstream release.
  adds  9e01380   Bump minimum required libosmium2-dev to 2.7.1.
  adds  7f34d07   Drop allows-to-typo.patch, applied upstream.
  adds  ca66c29   Update lintian overrides for replication library.
  adds  d123b7a   Set distribution to unstable.
  adds  ab44661   Add patch to fix test failure on 32-bit architectures.
  adds  15f40a6   Set distribution to unstable.
   new  22044f6   Merge tag 'debian/2.7.1-2' into jessie-backports
   new  839ae34   Rebuild for jessie-backports.

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:
 .travis.yml|  21 ++
 CHANGELOG.md   |  16 +-
 debian/changelog   |  28 +++
 debian/control |   4 +-
 debian/patches/allows-to-typo.patch|  14 --
 debian/patches/series  |   2 +-
 debian/patches/std_pair_to_python_converter.patch  |  14 ++
 debian/python-pyosmium.lintian-overrides   |   1 +
 debian/python3-pyosmium.lintian-overrides  |   1 +
 debian/rules   |   3 +
 debian/watch   |   2 +-
 doc/conf.py|   4 +-
 examples/filter_coastlines.py  |   2 +-
 ...{osm_diff_stats.py => osm_replication_stats.py} |  24 ++-
 examples/{osm_file_stats.py => osm_url_stats.py}   |  14 +-
 lib/generic_handler.hpp|  32 +++-
 lib/merged_input.hpp   |  74 
 lib/osm.cc |   1 +
 lib/osmium.cc  |  30 ++-
 lib/replication.cc |  45 +
 osmium/replication/__init__.py |   1 +
 osmium/replication/server.py   | 211 +
 setup.py   |   4 +-
 23 files changed, 507 insertions(+), 41 deletions(-)
 delete mode 100644 debian/patches/allows-to-typo.patch
 create mode 100644 debian/patches/std_pair_to_python_converter.patch
 copy examples/{osm_diff_stats.py => osm_replication_stats.py} (58%)
 copy examples/{osm_file_stats.py => osm_url_stats.py} (65%)
 create mode 100644 lib/merged_input.hpp
 create mode 100644 lib/replication.cc
 create mode 100644 osmium/replication/__init__.py
 create mode 100644 osmium/replication/server.py

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


[libosmium] 01/02: Merge tag 'debian/2.7.1-1' into jessie-backports

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

sebastic pushed a commit to branch jessie-backports
in repository libosmium.

commit f220ae2e99fddd9002e42b5fd0dd636f4183997d
Merge: cfcde49 cf1d9eb
Author: Bas Couwenberg 
Date:   Tue Jun 7 19:22:00 2016 +0200

Merge tag 'debian/2.7.1-1' into jessie-backports

Conflicts:
debian/changelog

 .travis.yml|3 +-
 CHANGELOG.md   |   54 +-
 CMakeLists.txt |2 +-
 debian/changelog   |8 +
 debian/control |2 +-
 debian/watch   |2 +-
 include/gdalcpp.hpp|   91 +-
 include/osmium/area/assembler.hpp  | 1530 +++-
 include/osmium/area/detail/node_ref_segment.hpp|  309 ++--
 include/osmium/area/detail/proto_ring.hpp  |  235 ++-
 include/osmium/area/detail/segment_list.hpp|  164 ++-
 include/osmium/area/detail/vector.hpp  |  120 ++
 include/osmium/area/multipolygon_collector.hpp |   26 +-
 include/osmium/area/problem_reporter.hpp   |   76 +-
 include/osmium/area/problem_reporter_exception.hpp |   30 +-
 include/osmium/area/problem_reporter_ogr.hpp   |  143 +-
 include/osmium/area/problem_reporter_stream.hpp|   33 +-
 include/osmium/area/stats.hpp  |  128 ++
 include/osmium/builder/osm_object_builder.hpp  |   12 +-
 include/osmium/diff_iterator.hpp   |8 +-
 include/osmium/dynamic_handler.hpp |2 +-
 include/osmium/geom/factory.hpp|   18 +-
 include/osmium/geom/geojson.hpp|   10 +-
 include/osmium/geom/geos.hpp   |   10 +-
 include/osmium/geom/ogr.hpp|   35 +-
 include/osmium/geom/rapid_geojson.hpp  |   10 +-
 include/osmium/geom/wkb.hpp|   13 +-
 include/osmium/geom/wkt.hpp|   10 +-
 include/osmium/handler/chain.hpp   |2 +-
 include/osmium/handler/disk_store.hpp  |2 +-
 include/osmium/handler/node_locations_for_ways.hpp |   16 +-
 include/osmium/handler/object_relations.hpp|2 +-
 include/osmium/index/detail/mmap_vector_base.hpp   |   31 +-
 include/osmium/index/detail/mmap_vector_file.hpp   |   17 +-
 include/osmium/index/detail/vector_map.hpp |   16 +-
 include/osmium/index/detail/vector_multimap.hpp|8 +-
 include/osmium/index/map.hpp   |   12 +-
 include/osmium/index/map/sparse_mem_map.hpp|2 +-
 include/osmium/index/multimap.hpp  |8 +-
 include/osmium/index/multimap/hybrid.hpp   |   14 +-
 .../osmium/index/multimap/sparse_mem_multimap.hpp  |   11 +-
 include/osmium/io/compression.hpp  |   14 +-
 include/osmium/io/detail/debug_output_format.hpp   |   38 +
 include/osmium/io/detail/input_format.hpp  |   14 +-
 include/osmium/io/detail/opl_output_format.hpp |   38 +-
 include/osmium/io/detail/output_format.hpp |4 +-
 include/osmium/io/detail/pbf_decoder.hpp   |   24 +-
 include/osmium/io/detail/pbf_output_format.hpp |   35 +-
 include/osmium/io/detail/protobuf_tags.hpp |4 +-
 include/osmium/io/detail/queue_util.hpp|   19 +-
 include/osmium/io/detail/string_table.hpp  |   13 +-
 include/osmium/io/detail/xml_input_format.hpp  |  126 +-
 include/osmium/io/detail/xml_output_format.hpp |   30 +-
 include/osmium/io/input_iterator.hpp   |   20 +-
 include/osmium/io/output_iterator.hpp  |8 +-
 include/osmium/memory/buffer.hpp   |   10 +
 include/osmium/memory/collection.hpp   |   16 +-
 include/osmium/memory/item.hpp |2 +-
 include/osmium/memory/item_iterator.hpp|  110 +-
 include/osmium/object_pointer_collection.hpp   |4 +-
 include/osmium/osm/area.hpp|   33 +-
 include/osmium/osm/changeset.hpp   |   18 +-
 include/osmium/osm/crc.hpp |1 +
 include/osmium/osm/entity_bits.hpp |   18 +-
 include/osmium/osm/location.hpp|   42 +-
 include/osmium/osm/object.hpp  |   68 +-
 include/osmium/osm/object_comparisons.hpp  |   26 +-
 include/osmium/osm/relation.hpp|2 +-
 include/osmium/osm/tag.hpp |   59 +-
 include/osmium/osm/types.hpp   |   20 +-
 include/osmium/osm/types_from_string.hpp   |   18 +-
 include/osmium/relations/collector.hpp |   32 +-
 include/osmium/relations/detail/member_meta.hpp|2 +-
 include/osmium/relations/detail/relation_meta.hpp  |   

[libosmium] branch jessie-backports updated (cfcde49 -> 8fc90a1)

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

sebastic pushed a change to branch jessie-backports
in repository libosmium.

  from  cfcde49   Rebuild for jessie-backports.
  adds  768b40c   Bump Standards-Version to 3.9.8, no changes.
  adds  5a6d9f8   Imported Upstream version 2.7.0
  adds  4f7a594   Imported Upstream version 2.7.1
  adds  2d42d20   Merge tag 'upstream/2.7.1'
  adds  9c03aa3   New upstream release.
  adds  5592054   Update watch file to handle more tag conventions in 
filenamemangle.
  adds  cf1d9eb   Set distribution to unstable.
   new  f220ae2   Merge tag 'debian/2.7.1-1' into jessie-backports
   new  8fc90a1   Rebuild for jessie-backports.

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:
 .travis.yml|3 +-
 CHANGELOG.md   |   54 +-
 CMakeLists.txt |2 +-
 debian/changelog   |   14 +
 debian/control |2 +-
 debian/watch   |2 +-
 include/gdalcpp.hpp|   91 +-
 include/osmium/area/assembler.hpp  | 1530 +++-
 include/osmium/area/detail/node_ref_segment.hpp|  309 ++--
 include/osmium/area/detail/proto_ring.hpp  |  235 ++-
 include/osmium/area/detail/segment_list.hpp|  164 ++-
 include/osmium/area/detail/vector.hpp  |  120 ++
 include/osmium/area/multipolygon_collector.hpp |   26 +-
 include/osmium/area/problem_reporter.hpp   |   76 +-
 include/osmium/area/problem_reporter_exception.hpp |   30 +-
 include/osmium/area/problem_reporter_ogr.hpp   |  143 +-
 include/osmium/area/problem_reporter_stream.hpp|   33 +-
 include/osmium/area/stats.hpp  |  128 ++
 include/osmium/builder/osm_object_builder.hpp  |   12 +-
 include/osmium/diff_iterator.hpp   |8 +-
 include/osmium/dynamic_handler.hpp |2 +-
 include/osmium/geom/factory.hpp|   18 +-
 include/osmium/geom/geojson.hpp|   10 +-
 include/osmium/geom/geos.hpp   |   10 +-
 include/osmium/geom/ogr.hpp|   35 +-
 include/osmium/geom/rapid_geojson.hpp  |   10 +-
 include/osmium/geom/wkb.hpp|   13 +-
 include/osmium/geom/wkt.hpp|   10 +-
 include/osmium/handler/chain.hpp   |2 +-
 include/osmium/handler/disk_store.hpp  |2 +-
 include/osmium/handler/node_locations_for_ways.hpp |   16 +-
 include/osmium/handler/object_relations.hpp|2 +-
 include/osmium/index/detail/mmap_vector_base.hpp   |   31 +-
 include/osmium/index/detail/mmap_vector_file.hpp   |   17 +-
 include/osmium/index/detail/vector_map.hpp |   16 +-
 include/osmium/index/detail/vector_multimap.hpp|8 +-
 include/osmium/index/map.hpp   |   12 +-
 include/osmium/index/map/sparse_mem_map.hpp|2 +-
 include/osmium/index/multimap.hpp  |8 +-
 include/osmium/index/multimap/hybrid.hpp   |   14 +-
 .../osmium/index/multimap/sparse_mem_multimap.hpp  |   11 +-
 include/osmium/io/compression.hpp  |   14 +-
 include/osmium/io/detail/debug_output_format.hpp   |   38 +
 include/osmium/io/detail/input_format.hpp  |   14 +-
 include/osmium/io/detail/opl_output_format.hpp |   38 +-
 include/osmium/io/detail/output_format.hpp |4 +-
 include/osmium/io/detail/pbf_decoder.hpp   |   24 +-
 include/osmium/io/detail/pbf_output_format.hpp |   35 +-
 include/osmium/io/detail/protobuf_tags.hpp |4 +-
 include/osmium/io/detail/queue_util.hpp|   19 +-
 include/osmium/io/detail/string_table.hpp  |   13 +-
 include/osmium/io/detail/xml_input_format.hpp  |  126 +-
 include/osmium/io/detail/xml_output_format.hpp |   30 +-
 include/osmium/io/input_iterator.hpp   |   20 +-
 include/osmium/io/output_iterator.hpp  |8 +-
 include/osmium/memory/buffer.hpp   |   10 +
 include/osmium/memory/collection.hpp   |   16 +-
 include/osmium/memory/item.hpp |2 +-
 include/osmium/memory/item_iterator.hpp|  110 +-
 include/osmium/object_pointer_collection.hpp   |4 +-
 include/osmium/osm/area.hpp|   33 +-
 include/osmium/osm/changeset.hpp   |   18 +-
 include/osmium/osm/crc.hpp |1 +
 include/osmium/osm/entity_bits.hpp |   18 +-
 

[libosmium] 02/02: Rebuild for jessie-backports.

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

sebastic pushed a commit to branch jessie-backports
in repository libosmium.

commit 8fc90a1b050ce3b91e5b2fc0ccc539321107fa56
Author: Bas Couwenberg 
Date:   Tue Jun 7 19:22:14 2016 +0200

Rebuild for jessie-backports.
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d3cc1e5..7980a72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libosmium (2.7.1-1~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+
+ -- Bas Couwenberg   Tue, 07 Jun 2016 19:22:04 +0200
+
 libosmium (2.7.1-1) unstable; urgency=medium
 
   * New upstream release.

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


[libosmium] tag debian/2.7.1-1.bpo8+1 created (now 8fc90a1)

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

sebastic pushed a change to tag debian/2.7.1-1.bpo8+1
in repository libosmium.

at  8fc90a1   (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/libosmium.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


[merkaartor] 07/08: Add patch to fix 'committed' typo.

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

sebastic pushed a commit to branch master
in repository merkaartor.

commit c50cf0b863edf30c40c8573ef4100d01d942efde
Author: Bas Couwenberg 
Date:   Mon Jun 6 22:24:01 2016 +0200

Add patch to fix 'committed' typo.
---
 debian/changelog|  1 +
 debian/patches/committed-typo.patch | 26 ++
 debian/patches/series   |  1 +
 3 files changed, 28 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fc3d381..f96c5a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ merkaartor (0.18.3~rc1-1) UNRELEASED; urgency=medium
 - Update copyright years for Bart Vanhauwaert,
   Chris Browet & Ladislav Láska.
   * Drop patches applied upstream, refresh remaining patches.
+  * Add patch to fix 'committed' typo.
 
  -- Bas Couwenberg   Mon, 06 Jun 2016 20:12:06 +0200
 
diff --git a/debian/patches/committed-typo.patch 
b/debian/patches/committed-typo.patch
new file mode 100644
index 000..9b4ca91
--- /dev/null
+++ b/debian/patches/committed-typo.patch
@@ -0,0 +1,26 @@
+Description: Fix 'commited' typo, replace with 'committed'.
+Author: Bas Couwenberg 
+Forwarded: https://github.com/openstreetmap/merkaartor/pull/113
+
+--- a/src/Sync/SyncListDialog.ui
 b/src/Sync/SyncListDialog.ui
+@@ -56,7 +56,7 @@
+
+ 
+  
+-  The following changes will be commited:
++  The following changes will be committed:
+  
+ 
+
+--- a/translations/README.md
 b/translations/README.md
+@@ -13,7 +13,7 @@ The regular workflow is:
+This pushes the original english strings to Transifex, updating the 
database and
+allowing new strings to be downloaded.
+ 
+-1) Before release, Transifex data should be pulled and commited into the
++1) Before release, Transifex data should be pulled and committed into the
+ repository. This is not necessary, but serves as a backup in case something
+ terrible happens to Transifex.
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 2016e86..276b615 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 qmake-config-nostrip.patch
+committed-typo.patch

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

[merkaartor] annotated tag upstream/0.18.3_rc1 created (now 1dee349)

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

sebastic pushed a change to annotated tag upstream/0.18.3_rc1
in repository merkaartor.

at  1dee349   (tag)
   tagging  44d208a2e16081e794fab1ed5e3f8462ee5e80e2 (commit)
  replaces  upstream/0.18.2
 tagged by  Bas Couwenberg
on  Mon Jun 6 20:11:30 2016 +0200

- Log -
Upstream version 0.18.3~rc1

Bas Couwenberg (1):
  Imported Upstream version 0.18.3~rc1

---

No new revisions were added by this update.

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


[merkaartor] 01/01: pristine-tar data for merkaartor_0.18.3~rc1.orig.tar.gz

2016-06-06 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 merkaartor.

commit 35878a5ec4b3647b9364a930b0c483187dc21a75
Author: Bas Couwenberg 
Date:   Mon Jun 6 20:11:30 2016 +0200

pristine-tar data for merkaartor_0.18.3~rc1.orig.tar.gz
---
 merkaartor_0.18.3~rc1.orig.tar.gz.delta | Bin 0 -> 62090 bytes
 merkaartor_0.18.3~rc1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/merkaartor_0.18.3~rc1.orig.tar.gz.delta 
b/merkaartor_0.18.3~rc1.orig.tar.gz.delta
new file mode 100644
index 000..94b1aa8
Binary files /dev/null and b/merkaartor_0.18.3~rc1.orig.tar.gz.delta differ
diff --git a/merkaartor_0.18.3~rc1.orig.tar.gz.id 
b/merkaartor_0.18.3~rc1.orig.tar.gz.id
new file mode 100644
index 000..0948274
--- /dev/null
+++ b/merkaartor_0.18.3~rc1.orig.tar.gz.id
@@ -0,0 +1 @@
+60bc82eb1c0e0775069d18670af85bb59e1265bf

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


[merkaartor] 08/08: Set distribution to experimental.

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

sebastic pushed a commit to branch master
in repository merkaartor.

commit ddcf6273ccce95b661bcb6f23ed33757d6cb84de
Author: Bas Couwenberg 
Date:   Mon Jun 6 22:33:28 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index f96c5a7..8c68e7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-merkaartor (0.18.3~rc1-1) UNRELEASED; urgency=medium
+merkaartor (0.18.3~rc1-1~exp1) experimental; urgency=medium
 
   * New upstream release candidate.
   * Drop custom hicolor changes, included upstream.
@@ -8,7 +8,7 @@ merkaartor (0.18.3~rc1-1) UNRELEASED; urgency=medium
   * Drop patches applied upstream, refresh remaining patches.
   * Add patch to fix 'committed' typo.
 
- -- Bas Couwenberg   Mon, 06 Jun 2016 20:12:06 +0200
+ -- Bas Couwenberg   Mon, 06 Jun 2016 22:33:14 +0200
 
 merkaartor (0.18.2-7) unstable; urgency=medium
 

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


[merkaartor] 06/08: Drop patches applied upstream, refresh remaining patches.

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

sebastic pushed a commit to branch master
in repository merkaartor.

commit 383e7cd5a3c8b1ba00fe7996e1b52e486d4a5c80
Author: Bas Couwenberg 
Date:   Mon Jun 6 21:27:10 2016 +0200

Drop patches applied upstream, refresh remaining patches.
---
 debian/changelog   |   1 +
 .../0001-Fixed-GDAL-imports-for-GDAL-2.0.patch |  58 --
 ...ompilation-issues-with-GEOIMAGE-1-and-Qt5.patch |  41 --
 debian/patches/0001-Fixed-debug-build.patch|  22 -
 .../0001-Fixed-version-info-in-tarballs.patch  |  27 -
 ...ted-SYSTEM_QUAZIP_LDFLAGS-fixing-issue-66.patch |  38 --
 ...AL-import-to-always-confirm-projection-be.patch |  21 -
 debian/patches/desktop-keywords-syntax.patch   |  17 -
 debian/patches/desktop-keywords.patch  |  13 -
 debian/patches/hardening-buildflags.patch  |  18 -
 debian/patches/immediately-typo.patch  |  16 -
 debian/patches/libgps22.patch  |  26 -
 debian/patches/occurrence-typo.patch   |  16 -
 debian/patches/qmake-config-nostrip.patch  |   4 +-
 debian/patches/series  |  15 -
 debian/patches/suppress-typo.patch |  16 -
 debian/patches/unknown-typo.patch  | 214 ---
 debian/patches/various-typos.patch | 647 -
 18 files changed, 3 insertions(+), 1207 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7b433b0..fc3d381 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ merkaartor (0.18.3~rc1-1) UNRELEASED; urgency=medium
   * Update copyright file, changes:
 - Update copyright years for Bart Vanhauwaert,
   Chris Browet & Ladislav Láska.
+  * Drop patches applied upstream, refresh remaining patches.
 
  -- Bas Couwenberg   Mon, 06 Jun 2016 20:12:06 +0200
 
diff --git a/debian/patches/0001-Fixed-GDAL-imports-for-GDAL-2.0.patch 
b/debian/patches/0001-Fixed-GDAL-imports-for-GDAL-2.0.patch
deleted file mode 100644
index ad24588..000
--- a/debian/patches/0001-Fixed-GDAL-imports-for-GDAL-2.0.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-From b333cd33e487f79ae8cd0c2eea145baf650e793d Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ladislav=20L=C3=A1ska?= 
-Date: Sun, 26 Jul 2015 00:01:07 +0200
-Subject: Fixed GDAL imports for GDAL 2.0.
-Origin: 
https://github.com/openstreetmap/merkaartor/commit/b333cd33e487f79ae8cd0c2eea145baf650e793d
-
-The GDALOpen is not willing to use vector formats. Replaced by GDALOpenEx.

- src/ImportExport/ImportExportGdal.cpp | 7 +++
- src/MainWindow.cpp| 2 +-
- src/common/Document.cpp   | 3 ---
- 3 files changed, 4 insertions(+), 8 deletions(-)
-
 a/src/ImportExport/ImportExportGdal.cpp
-+++ b/src/ImportExport/ImportExportGdal.cpp
-@@ -487,16 +487,15 @@ bool ImportExportGdal::import(Layer* aLa
- #ifdef GDAL2
- GDALAllRegister();
- GDALDataset *poDS;
--poDS = (GDALDataset *) GDALOpen( FileName.toUtf8().constData(), 
GA_ReadOnly );
-+poDS = (GDALDataset *) GDALOpenEx( FileName.toUtf8().constData(), 
GDAL_OF_VECTOR | GDAL_OF_RASTER | GDAL_OF_VERBOSE_ERROR, NULL, NULL, NULL );
- #else
- OGRRegisterAll();
- OGRDataSource *poDS;
- poDS = OGRSFDriverRegistrar::Open( FileName.toUtf8().constData(), FALSE );
- #endif
- 
--if( poDS == NULL )
--{
--qDebug( "GDAL Open failed.\n" );
-+if( poDS == NULL ) {
-+//qDebug() << "GDAL Open failed from file " << 
FileName.toUtf8().constData();
- return false;
- }
- 
 a/src/MainWindow.cpp
-+++ b/src/MainWindow.cpp
-@@ -1739,7 +1739,7 @@ MainWindow::ImportStatus MainWindow::imp
- newLayer = new DrawingLayer( baseFileName );
- newLayer->setUploadable(false);
- mapDocument->add(newLayer);
--return mapDocument->importGDAL(baseFileName, (DrawingLayer*)newLayer) 
? IMPORT_OK : IMPORT_ERROR;
-+return mapDocument->importGDAL(fileName, (DrawingLayer*)newLayer) ? 
IMPORT_OK : IMPORT_ERROR;
- }
- }
- 
 a/src/common/Document.cpp
-+++ b/src/common/Document.cpp
-@@ -736,9 +736,6 @@ bool Document::importKML(const QString&
- #ifndef _MOBILE
- bool Document::importGDAL(const QString& filename, DrawingLayer* NewLayer)
- {
--Q_UNUSED(filename)
--Q_UNUSED(NewLayer)
--
- ImportExportGdal imp(this);
- if (!imp.loadFile(filename))
- return false;
diff --git 
a/debian/patches/0001-Fixed-compilation-issues-with-GEOIMAGE-1-and-Qt5.patch 
b/debian/patches/0001-Fixed-compilation-issues-with-GEOIMAGE-1-and-Qt5.patch
deleted file mode 100644
index 70b1de3..000
--- a/debian/patches/0001-Fixed-compilation-issues-with-GEOIMAGE-1-and-Qt5.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From e6d015a953a163f174e09a9b50c9bb8bc19593e4 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ladislav=20L=C3=A1ska?= 
-Date: Mon, 

[merkaartor] tag debian/0.18.3.rc1-1.exp1 created (now ddcf627)

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

sebastic pushed a change to tag debian/0.18.3.rc1-1.exp1
in repository merkaartor.

at  ddcf627   (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/merkaartor.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


[merkaartor] 03/08: New upstream release candidate.

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

sebastic pushed a commit to branch master
in repository merkaartor.

commit f6160725b493cc70f312749a558e7a2d97d7808f
Author: Bas Couwenberg 
Date:   Mon Jun 6 20:15:07 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index cc0ef72..80bf43c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+merkaartor (0.18.3~rc1-1) UNRELEASED; urgency=medium
+
+  * New upstream release candidate.
+
+ -- Bas Couwenberg   Mon, 06 Jun 2016 20:12:06 +0200
+
 merkaartor (0.18.2-7) unstable; urgency=medium
 
   * Enable all hardening buildflags.

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


[merkaartor] branch pristine-tar updated (7e6bbbc -> 35878a5)

2016-06-06 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 merkaartor.

  from  7e6bbbc   pristine-tar data for merkaartor_0.18.2.orig.tar.gz
   new  35878a5   pristine-tar data for merkaartor_0.18.3~rc1.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:
 merkaartor_0.18.3~rc1.orig.tar.gz.delta | Bin 0 -> 62090 bytes
 merkaartor_0.18.3~rc1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 merkaartor_0.18.3~rc1.orig.tar.gz.delta
 create mode 100644 merkaartor_0.18.3~rc1.orig.tar.gz.id

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


[merkaartor] 04/08: Drop custom hicolor changes, included upstream.

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

sebastic pushed a commit to branch master
in repository merkaartor.

commit 2e0ffcee119bfecd4b312a6ef708f3e15b8e9279
Author: Bas Couwenberg 
Date:   Mon Jun 6 20:53:51 2016 +0200

Drop custom hicolor changes, included upstream.
---
 debian/Icons/128x128/merkaartor.png | Bin 33958 -> 0 bytes
 debian/Icons/16x16/merkaartor.png   | Bin 1030 -> 0 bytes
 debian/Icons/192x192/merkaartor.png | Bin 68817 -> 0 bytes
 debian/Icons/22x22/merkaartor.png   | Bin 1624 -> 0 bytes
 debian/Icons/24x24/merkaartor.png   | Bin 1849 -> 0 bytes
 debian/Icons/256x256/merkaartor.png | Bin 113391 -> 0 bytes
 debian/Icons/32x32/merkaartor.png   | Bin 2972 -> 0 bytes
 debian/Icons/36x36/merkaartor.png   | Bin 3640 -> 0 bytes
 debian/Icons/40x40/merkaartor.png   | Bin 4364 -> 0 bytes
 debian/Icons/42x42/merkaartor.png   | Bin 4746 -> 0 bytes
 debian/Icons/512x512/merkaartor.png | Bin 384401 -> 0 bytes
 debian/Icons/64x64/merkaartor.png   | Bin 10057 -> 0 bytes
 debian/Icons/72x72/merkaartor.png   | Bin 12385 -> 0 bytes
 debian/Icons/80x80/merkaartor.png   | Bin 14910 -> 0 bytes
 debian/Icons/8x8/merkaartor.png | Bin 555 -> 0 bytes
 debian/Icons/96x96/merkaartor.png   | Bin 20628 -> 0 bytes
 debian/changelog|   1 +
 debian/patches/hicolor-icons.patch  |  70 
 debian/patches/series   |   1 -
 debian/rules|  18 --
 debian/source/include-binaries  |  16 -
 21 files changed, 1 insertion(+), 105 deletions(-)

diff --git a/debian/Icons/128x128/merkaartor.png 
b/debian/Icons/128x128/merkaartor.png
deleted file mode 100644
index c85f7ea..000
Binary files a/debian/Icons/128x128/merkaartor.png and /dev/null differ
diff --git a/debian/Icons/16x16/merkaartor.png 
b/debian/Icons/16x16/merkaartor.png
deleted file mode 100644
index 446f0e4..000
Binary files a/debian/Icons/16x16/merkaartor.png and /dev/null differ
diff --git a/debian/Icons/192x192/merkaartor.png 
b/debian/Icons/192x192/merkaartor.png
deleted file mode 100644
index 2df1b9a..000
Binary files a/debian/Icons/192x192/merkaartor.png and /dev/null differ
diff --git a/debian/Icons/22x22/merkaartor.png 
b/debian/Icons/22x22/merkaartor.png
deleted file mode 100644
index 83bfb54..000
Binary files a/debian/Icons/22x22/merkaartor.png and /dev/null differ
diff --git a/debian/Icons/24x24/merkaartor.png 
b/debian/Icons/24x24/merkaartor.png
deleted file mode 100644
index 472b90c..000
Binary files a/debian/Icons/24x24/merkaartor.png and /dev/null differ
diff --git a/debian/Icons/256x256/merkaartor.png 
b/debian/Icons/256x256/merkaartor.png
deleted file mode 100644
index ca8de94..000
Binary files a/debian/Icons/256x256/merkaartor.png and /dev/null differ
diff --git a/debian/Icons/32x32/merkaartor.png 
b/debian/Icons/32x32/merkaartor.png
deleted file mode 100644
index 91621f2..000
Binary files a/debian/Icons/32x32/merkaartor.png and /dev/null differ
diff --git a/debian/Icons/36x36/merkaartor.png 
b/debian/Icons/36x36/merkaartor.png
deleted file mode 100644
index d07aef1..000
Binary files a/debian/Icons/36x36/merkaartor.png and /dev/null differ
diff --git a/debian/Icons/40x40/merkaartor.png 
b/debian/Icons/40x40/merkaartor.png
deleted file mode 100644
index 7b4e3d0..000
Binary files a/debian/Icons/40x40/merkaartor.png and /dev/null differ
diff --git a/debian/Icons/42x42/merkaartor.png 
b/debian/Icons/42x42/merkaartor.png
deleted file mode 100644
index b2dfaa2..000
Binary files a/debian/Icons/42x42/merkaartor.png and /dev/null differ
diff --git a/debian/Icons/512x512/merkaartor.png 
b/debian/Icons/512x512/merkaartor.png
deleted file mode 100644
index dde4fe7..000
Binary files a/debian/Icons/512x512/merkaartor.png and /dev/null differ
diff --git a/debian/Icons/64x64/merkaartor.png 
b/debian/Icons/64x64/merkaartor.png
deleted file mode 100644
index b673b2a..000
Binary files a/debian/Icons/64x64/merkaartor.png and /dev/null differ
diff --git a/debian/Icons/72x72/merkaartor.png 
b/debian/Icons/72x72/merkaartor.png
deleted file mode 100644
index 763f226..000
Binary files a/debian/Icons/72x72/merkaartor.png and /dev/null differ
diff --git a/debian/Icons/80x80/merkaartor.png 
b/debian/Icons/80x80/merkaartor.png
deleted file mode 100644
index 9ddcec0..000
Binary files a/debian/Icons/80x80/merkaartor.png and /dev/null differ
diff --git a/debian/Icons/8x8/merkaartor.png b/debian/Icons/8x8/merkaartor.png
deleted file mode 100644
index b68f5ee..000
Binary files a/debian/Icons/8x8/merkaartor.png and /dev/null differ
diff --git a/debian/Icons/96x96/merkaartor.png 
b/debian/Icons/96x96/merkaartor.png
deleted file mode 100644
index 268b7bf..000
Binary files a/debian/Icons/96x96/merkaartor.png and /dev/null differ
diff --git a/debian/changelog b/debian/changelog
index 80bf43c..8ee1740 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 

[merkaartor] 05/08: Update copyright file, changes:

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

sebastic pushed a commit to branch master
in repository merkaartor.

commit 0e3c52c21599dce5f3d02c691be1093f19c04c2c
Author: Bas Couwenberg 
Date:   Mon Jun 6 21:07:54 2016 +0200

Update copyright file, changes:

- Update copyright years for Bart Vanhauwaert, Chris Browet & Ladislav 
Láska.
---
 debian/changelog | 3 +++
 debian/copyright | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8ee1740..7b433b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ merkaartor (0.18.3~rc1-1) UNRELEASED; urgency=medium
 
   * New upstream release candidate.
   * Drop custom hicolor changes, included upstream.
+  * Update copyright file, changes:
+- Update copyright years for Bart Vanhauwaert,
+  Chris Browet & Ladislav Láska.
 
  -- Bas Couwenberg   Mon, 06 Jun 2016 20:12:06 +0200
 
diff --git a/debian/copyright b/debian/copyright
index 56420ed..7c9bddc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,9 +10,9 @@ Copyright: 2005, Robin Gingras
2008, Travers Carter 
2010, Christian Vetter 
2010, James Hogan 
-  2006-2014, Bart Vanhauwaert 
-  2006-2014, Chris Browet 
-  2006-2014, Ladislav Láska
+  2006-2016, Bart Vanhauwaert 
+  2006-2016, Chris Browet 
+  2006-2016, Ladislav Láska
 Comment: AUTHORS
  .
  Bart Vanhauwaert bvh-...@irule.be

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

[merkaartor] branch master updated (3dd8717 -> ddcf627)

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

sebastic pushed a change to branch master
in repository merkaartor.

  from  3dd8717   Mark hicolor-icons.patch as Applied-Upstream.
   new  44d208a   Imported Upstream version 0.18.3~rc1
   new  3b4e47e   Merge tag 'upstream/0.18.3_rc1'
   new  f616072   New upstream release candidate.
   new  2e0ffce   Drop custom hicolor changes, included upstream.
   new  0e3c52c   Update copyright file, changes:
   new  383e7cd   Drop patches applied upstream, refresh remaining patches.
   new  c50cf0b   Add patch to fix 'committed' typo.
   new  ddcf627   Set distribution to experimental.

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:
 .drone.sec |1 +
 .drone.yml |   30 +
 .travis.yml|   37 +-
 .tx/config |9 +
 3rdparty/quazip-0.7/NEWS.txt   |2 +-
 3rdparty/quazip-0.7/doc/html/classQuaZip.html  |2 +-
 .../doc/html/structQuaZipFileInfo64.html   |2 +-
 3rdparty/quazip-0.7/doc/latex/classQuaZip.tex  |2 +-
 .../doc/latex/structQuaZipFileInfo64.tex   |2 +-
 3rdparty/quazip-0.7/quazip/quazip.h|2 +-
 3rdparty/quazip-0.7/quazip/quazipfile.cpp  |2 +-
 AUTHORS|9 +-
 CHANGELOG  |   88 +-
 COMPILE.md |  222 +
 HACKING|   11 -
 HACKING.md |   61 +
 INSTALL|  137 -
 {debian/Icons => Icons}/128x128/merkaartor.png |  Bin
 {debian/Icons => Icons}/16x16/merkaartor.png   |  Bin
 {debian/Icons => Icons}/192x192/merkaartor.png |  Bin
 {debian/Icons => Icons}/22x22/merkaartor.png   |  Bin
 {debian/Icons => Icons}/24x24/merkaartor.png   |  Bin
 {debian/Icons => Icons}/256x256/merkaartor.png |  Bin
 {debian/Icons => Icons}/32x32/merkaartor.png   |  Bin
 {debian/Icons => Icons}/36x36/merkaartor.png   |  Bin
 {debian/Icons => Icons}/40x40/merkaartor.png   |  Bin
 {debian/Icons => Icons}/42x42/merkaartor.png   |  Bin
 {debian/Icons => Icons}/512x512/merkaartor.png |  Bin
 {debian/Icons => Icons}/64x64/merkaartor.png   |  Bin
 {debian/Icons => Icons}/72x72/merkaartor.png   |  Bin
 {debian/Icons => Icons}/80x80/merkaartor.png   |  Bin
 {debian/Icons => Icons}/8x8/merkaartor.png |  Bin
 {debian/Icons => Icons}/96x96/merkaartor.png   |  Bin
 README.md  |   45 +
 Styles/{MapnikPlus.mas => Merkaartor.mas}  |  379 +-
 TODO   |5 -
 ci/travis-linux-install.sh |   13 +
 ci/travis-linux-script.sh  |6 +
 ci/travis-osx-install.sh   |   27 +
 ci/travis-osx-script.sh|   46 +
 debian/changelog   |   12 +
 debian/copyright   |6 +-
 .../0001-Fixed-GDAL-imports-for-GDAL-2.0.patch |   58 -
 ...ompilation-issues-with-GEOIMAGE-1-and-Qt5.patch |   41 -
 debian/patches/0001-Fixed-debug-build.patch|   22 -
 .../0001-Fixed-version-info-in-tarballs.patch  |   27 -
 ...ted-SYSTEM_QUAZIP_LDFLAGS-fixing-issue-66.patch |   38 -
 ...AL-import-to-always-confirm-projection-be.patch |   21 -
 debian/patches/committed-typo.patch|   26 +
 debian/patches/desktop-keywords-syntax.patch   |   17 -
 debian/patches/desktop-keywords.patch  |   13 -
 debian/patches/hardening-buildflags.patch  |   18 -
 debian/patches/hicolor-icons.patch |   70 -
 debian/patches/immediately-typo.patch  |   16 -
 debian/patches/libgps22.patch  |   26 -
 debian/patches/occurrence-typo.patch   |   16 -
 debian/patches/qmake-config-nostrip.patch  |4 +-
 debian/patches/series  |   17 +-
 debian/patches/suppress-typo.patch |   16 -
 debian/patches/unknown-typo.patch  |  214 -
 debian/patches/various-typos.patch |  647 --
 debian/rules   |   18 -
 debian/source/include-binaries |   16 -
 interfaces/IImageManager.h |4 +-
 .../MCadastreFranceBackground/CadastreFrance.cpp   |2 +-
 .../MCadastreFranceBackground/CadastreFrance.h |2 +-
 

[josm-plugins] 02/05: Merge tag 'upstream/0.0.svn32221+ds'

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

sebastic pushed a commit to branch master
in repository josm-plugins.

commit ade644cfbe501d0c42bb7fb62abd550b7a7bbb28
Merge: 96a8221 e5fd418
Author: Bas Couwenberg 
Date:   Mon Jun 6 20:04:40 2016 +0200

Merge tag 'upstream/0.0.svn32221+ds'

Upstream version 0.0.svn32221+ds

 svn-info.xml | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

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


[josm-plugins] 05/05: Set distribution to unstable.

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

sebastic pushed a commit to branch master
in repository josm-plugins.

commit 88ba124b86f5e193345897bb482bc4a2e13fb311
Author: Bas Couwenberg 
Date:   Mon Jun 6 20:07:19 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 5115c77..e510d69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-josm-plugins (0.0.svn32221+ds-1) UNRELEASED; urgency=medium
+josm-plugins (0.0.svn32221+ds-1) unstable; urgency=medium
 
   * New upstream SVN snapshot.
   * Bump JOSM dependency to 10327.
 
- -- Bas Couwenberg   Mon, 06 Jun 2016 20:04:50 +0200
+ -- Bas Couwenberg   Mon, 06 Jun 2016 20:06:55 +0200
 
 josm-plugins (0.0.svn32208+ds-1) unstable; urgency=medium
 

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


[josm-plugins] branch pristine-tar updated (72ca399 -> e17cf92)

2016-06-06 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 josm-plugins.

  from  72ca399   pristine-tar data for 
josm-plugins_0.0.svn32208+ds.orig.tar.gz
   new  e17cf92   pristine-tar data for 
josm-plugins_0.0.svn32221+ds.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:
 josm-plugins_0.0.svn32221+ds.orig.tar.gz.delta | Bin 0 -> 7764 bytes
 josm-plugins_0.0.svn32221+ds.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 josm-plugins_0.0.svn32221+ds.orig.tar.gz.delta
 create mode 100644 josm-plugins_0.0.svn32221+ds.orig.tar.gz.id

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


[josm-plugins] branch master updated (96a8221 -> 88ba124)

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

sebastic pushed a change to branch master
in repository josm-plugins.

  from  96a8221   Set distribution to unstable.
   new  e5fd418   Imported Upstream version 0.0.svn32221+ds
   new  ade644c   Merge tag 'upstream/0.0.svn32221+ds'
   new  f67ce74   New upstream SVN snapshot.
   new  eac4a9b   Bump JOSM dependency to 10327.
   new  88ba124   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   |  8 
 svn-info.xml | 10 +-
 3 files changed, 16 insertions(+), 9 deletions(-)

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


[josm-plugins] tag debian/0.0.svn32221+ds-1 created (now 88ba124)

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

sebastic pushed a change to tag debian/0.0.svn32221+ds-1
in repository josm-plugins.

at  88ba124   (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/josm-plugins.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


[josm-plugins] annotated tag upstream/0.0.svn32221+ds created (now c0675ce)

2016-06-06 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.svn32221+ds
in repository josm-plugins.

at  c0675ce   (tag)
   tagging  e5fd4189fa5905468aefd98cd5c7c6089b7f935e (commit)
  replaces  upstream/0.0.svn32208+ds
 tagged by  Bas Couwenberg
on  Mon Jun 6 20:04:40 2016 +0200

- Log -
Upstream version 0.0.svn32221+ds

Bas Couwenberg (1):
  Imported Upstream version 0.0.svn32221+ds

---

No new revisions were added by this update.

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


[josm-plugins] branch upstream updated (bff60ca -> e5fd418)

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

sebastic pushed a change to branch upstream
in repository josm-plugins.

  from  bff60ca   Imported Upstream version 0.0.svn32208+ds
   new  e5fd418   Imported Upstream version 0.0.svn32221+ds

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:
 svn-info.xml | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

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


[josm-plugins] 04/05: Bump JOSM dependency to 10327.

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

sebastic pushed a commit to branch master
in repository josm-plugins.

commit eac4a9bf6334d083bbc4627638d60df0b0b169c0
Author: Bas Couwenberg 
Date:   Mon Jun 6 20:06:28 2016 +0200

Bump JOSM dependency to 10327.
---
 debian/changelog | 1 +
 debian/control   | 8 
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fb84ce0..5115c77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 josm-plugins (0.0.svn32221+ds-1) UNRELEASED; urgency=medium
 
   * New upstream SVN snapshot.
+  * Bump JOSM dependency to 10327.
 
  -- Bas Couwenberg   Mon, 06 Jun 2016 20:04:50 +0200
 
diff --git a/debian/control b/debian/control
index 4b9e64f..857ed41 100644
--- a/debian/control
+++ b/debian/control
@@ -10,13 +10,13 @@ Build-Depends: debhelper (>= 9),
default-jdk,
ant,
ant-contrib,
-   josm (>= 0.0.svn10301),
+   josm (>= 0.0.svn10327),
libgettext-ant-tasks-java,
libjgrapht0.8-java,
liblog4j1.2-java,
libmetadata-extractor-java,
python
-Build-Conflicts: josm (>= 0.0.svn10302)
+Build-Conflicts: josm (>= 0.0.svn10328)
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/josm-plugins.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/josm-plugins.git
@@ -25,12 +25,12 @@ Homepage: https://josm.openstreetmap.de/wiki/Plugins
 Package: josm-plugins
 Architecture: all
 Depends: ${misc:Depends},
- josm (>= 0.0.svn10301),
+ josm (>= 0.0.svn10327),
  libjgrapht0.8-java,
  liblog4j1.2-java,
  libmetadata-extractor-java
 Suggests: gpsd
-Breaks: josm (>= 0.0.svn10302)
+Breaks: josm (>= 0.0.svn10328)
 Description: Plugins for JOSM
  JOSM (Java OpenStreetMap) plugin collection.
  .

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


[josm-plugins] 01/01: pristine-tar data for josm-plugins_0.0.svn32221+ds.orig.tar.gz

2016-06-06 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 josm-plugins.

commit e17cf92015176986106ae05ea4edf0a3ffb781e0
Author: Bas Couwenberg 
Date:   Mon Jun 6 20:04:40 2016 +0200

pristine-tar data for josm-plugins_0.0.svn32221+ds.orig.tar.gz
---
 josm-plugins_0.0.svn32221+ds.orig.tar.gz.delta | Bin 0 -> 7764 bytes
 josm-plugins_0.0.svn32221+ds.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/josm-plugins_0.0.svn32221+ds.orig.tar.gz.delta 
b/josm-plugins_0.0.svn32221+ds.orig.tar.gz.delta
new file mode 100644
index 000..87afb2c
Binary files /dev/null and b/josm-plugins_0.0.svn32221+ds.orig.tar.gz.delta 
differ
diff --git a/josm-plugins_0.0.svn32221+ds.orig.tar.gz.id 
b/josm-plugins_0.0.svn32221+ds.orig.tar.gz.id
new file mode 100644
index 000..2a617f7
--- /dev/null
+++ b/josm-plugins_0.0.svn32221+ds.orig.tar.gz.id
@@ -0,0 +1 @@
+3135b5e32a22165794a1f2f71c9c9cc546342200

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


[josm-plugins] 03/05: New upstream SVN snapshot.

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

sebastic pushed a commit to branch master
in repository josm-plugins.

commit f67ce7401c64cbf6e4fe4a7d96356b3cf49f9a74
Author: Bas Couwenberg 
Date:   Mon Jun 6 20:05:04 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index f648a86..fb84ce0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+josm-plugins (0.0.svn32221+ds-1) UNRELEASED; urgency=medium
+
+  * New upstream SVN snapshot.
+
+ -- Bas Couwenberg   Mon, 06 Jun 2016 20:04:50 +0200
+
 josm-plugins (0.0.svn32208+ds-1) unstable; urgency=medium
 
   * New upstream SVN snapshot.

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


[josm-plugins] 01/05: Imported Upstream version 0.0.svn32221+ds

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

sebastic pushed a commit to branch master
in repository josm-plugins.

commit e5fd4189fa5905468aefd98cd5c7c6089b7f935e
Author: Bas Couwenberg 
Date:   Mon Jun 6 20:04:39 2016 +0200

Imported Upstream version 0.0.svn32221+ds
---
 svn-info.xml | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/svn-info.xml b/svn-info.xml
index 629c9f7..3c0dd4b 100644
--- a/svn-info.xml
+++ b/svn-info.xml
@@ -1,9 +1,9 @@
 
 
 
+   path="plugins"
+   revision="32221">
 https://svn.openstreetmap.org/applications/editors/josm/plugins
 ^/applications/editors/josm/plugins
 
@@ -11,9 +11,9 @@
 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4
 
 
-donvip
-2016-05-30T08:11:58.732677Z
+   revision="32221">
+darya
+2016-06-06T14:59:05.290097Z
 
 
 

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


[josm] tag debian/0.0.svn10327+dfsg-1 created (now 626c51b)

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

sebastic pushed a change to tag debian/0.0.svn10327+dfsg-1
in repository josm.

at  626c51b   (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/josm.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


[josm] annotated tag upstream/0.0.svn10327+dfsg created (now 1af8b14)

2016-06-06 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.svn10327+dfsg
in repository josm.

at  1af8b14   (tag)
   tagging  319352e8b1d736ac5a55b70cb53e21713e3ee144 (commit)
  replaces  upstream/0.0.svn10301+dfsg
 tagged by  Bas Couwenberg
on  Mon Jun 6 19:54:33 2016 +0200

- Log -
Upstream version 0.0.svn10327+dfsg

Bas Couwenberg (1):
  Imported Upstream version 0.0.svn10327+dfsg

---

No new revisions were added by this update.

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


[josm] branch master updated (0fd54da -> 626c51b)

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

sebastic pushed a change to branch master
in repository josm.

  from  0fd54da   Set distribution to unstable.
   new  319352e   Imported Upstream version 0.0.svn10327+dfsg
   new  a4be318   Merge tag 'upstream/0.0.svn10327+dfsg'
   new  3b1f27d   New hotfix tested snapshot.
   new  626c51b   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:
 REVISION   |   8 +-
 data/defaultpresets.xml|  36 +--
 data/validator/combinations.mapcss |   6 +
 debian/changelog   |   6 +
 i18n/po/af.po  |  77 --
 i18n/po/am.po  |  77 --
 i18n/po/ar.po  |  81 --
 i18n/po/ast.po |  91 +--
 i18n/po/az.po  |  77 --
 i18n/po/be.po  |  91 +--
 i18n/po/bg.po  |  91 +--
 i18n/po/bn.po  |  77 --
 i18n/po/br.po  |  77 --
 i18n/po/bs.po  |  77 --
 i18n/po/ca.po  |  91 +--
 i18n/po/c...@valencia.po |  91 +--
 i18n/po/cs.po  | 103 ++--
 i18n/po/cy.po  |  77 --
 i18n/po/da.po  |  93 +--
 i18n/po/de.po  | 101 +--
 i18n/po/de_DE.po   |  77 --
 i18n/po/el.po  |  91 +--
 i18n/po/en_AU.po   |  91 +--
 i18n/po/en_CA.po   |  77 --
 i18n/po/en_GB.po   | 103 ++--
 i18n/po/eo.po  |  77 --
 i18n/po/es.po  | 111 +---
 i18n/po/et.po  |  91 +--
 i18n/po/eu.po  |  91 +--
 i18n/po/fa.po  |  77 --
 i18n/po/fi.po  |  89 +--
 i18n/po/fil.po |  77 --
 i18n/po/fo.po  |  77 --
 i18n/po/fr.po  |  91 +--
 i18n/po/ga.po  |  77 --
 i18n/po/gl.po  |  91 +--
 i18n/po/he.po  |  85 --
 i18n/po/hi.po  |  77 --
 i18n/po/hr.po  |  87 --
 i18n/po/ht.po  |  77 --
 i18n/po/hu.po  | 293 -
 i18n/po/hy.po  |  77 --
 i18n/po/ia.po  |  77 --
 i18n/po/id.po  |  91 +--
 i18n/po/is.po  |  81 --
 i18n/po/it.po  |  91 +--
 i18n/po/ja.po  |  91 +--
 i18n/po/ka.po  |  77 --
 i18n/po/km.po  |  77 --
 i18n/po/ko.po  |  77 --
 i18n/po/ky.po  |  77 --
 i18n/po/lb.po  |  77 --
 i18n/po/lo.po  |  77 --
 i18n/po/lt.po  |  89 +--
 i18n/po/lv.po  |  77 --
 i18n/po/mk.po  |  77 --
 i18n/po/mr.po  |  77 --
 i18n/po/ms.po  |  77 --
 i18n/po/nb.po  |  87 --
 i18n/po/nds.po |  77 --
 i18n/po/nl.po  |  91 +--
 i18n/po/nn.po  |  77 --
 i18n/po/oc.po  |  79 --
 i18n/po/pa.po  |  77 --
 i18n/po/pl.po  | 198 +-
 i18n/po/pt.po  |  91 +--
 

[josm] 03/04: New hotfix tested snapshot.

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

sebastic pushed a commit to branch master
in repository josm.

commit 3b1f27d90042467c5fb700901ac01ed62ebeb01f
Author: Bas Couwenberg 
Date:   Mon Jun 6 19:55:06 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index a62b991..6f4c501 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+josm (0.0.svn10327+dfsg-1) UNRELEASED; urgency=medium
+
+  * New hotfix tested snapshot.
+
+ -- Bas Couwenberg   Mon, 06 Jun 2016 19:54:42 +0200
+
 josm (0.0.svn10301+dfsg-1) unstable; urgency=medium
 
   * New tested snapshot.

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


[josm] 02/04: Merge tag 'upstream/0.0.svn10327+dfsg'

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

sebastic pushed a commit to branch master
in repository josm.

commit a4be318d2a3dd0c0e8f081f0da45760836818c1b
Merge: 0fd54da 319352e
Author: Bas Couwenberg 
Date:   Mon Jun 6 19:54:34 2016 +0200

Merge tag 'upstream/0.0.svn10327+dfsg'

Upstream version 0.0.svn10327+dfsg

 REVISION   |   8 +-
 data/defaultpresets.xml|  36 +--
 data/validator/combinations.mapcss |   6 +
 i18n/po/af.po  |  77 --
 i18n/po/am.po  |  77 --
 i18n/po/ar.po  |  81 --
 i18n/po/ast.po |  91 +--
 i18n/po/az.po  |  77 --
 i18n/po/be.po  |  91 +--
 i18n/po/bg.po  |  91 +--
 i18n/po/bn.po  |  77 --
 i18n/po/br.po  |  77 --
 i18n/po/bs.po  |  77 --
 i18n/po/ca.po  |  91 +--
 i18n/po/c...@valencia.po |  91 +--
 i18n/po/cs.po  | 103 ++--
 i18n/po/cy.po  |  77 --
 i18n/po/da.po  |  93 +--
 i18n/po/de.po  | 101 +--
 i18n/po/de_DE.po   |  77 --
 i18n/po/el.po  |  91 +--
 i18n/po/en_AU.po   |  91 +--
 i18n/po/en_CA.po   |  77 --
 i18n/po/en_GB.po   | 103 ++--
 i18n/po/eo.po  |  77 --
 i18n/po/es.po  | 111 +---
 i18n/po/et.po  |  91 +--
 i18n/po/eu.po  |  91 +--
 i18n/po/fa.po  |  77 --
 i18n/po/fi.po  |  89 +--
 i18n/po/fil.po |  77 --
 i18n/po/fo.po  |  77 --
 i18n/po/fr.po  |  91 +--
 i18n/po/ga.po  |  77 --
 i18n/po/gl.po  |  91 +--
 i18n/po/he.po  |  85 --
 i18n/po/hi.po  |  77 --
 i18n/po/hr.po  |  87 --
 i18n/po/ht.po  |  77 --
 i18n/po/hu.po  | 293 -
 i18n/po/hy.po  |  77 --
 i18n/po/ia.po  |  77 --
 i18n/po/id.po  |  91 +--
 i18n/po/is.po  |  81 --
 i18n/po/it.po  |  91 +--
 i18n/po/ja.po  |  91 +--
 i18n/po/ka.po  |  77 --
 i18n/po/km.po  |  77 --
 i18n/po/ko.po  |  77 --
 i18n/po/ky.po  |  77 --
 i18n/po/lb.po  |  77 --
 i18n/po/lo.po  |  77 --
 i18n/po/lt.po  |  89 +--
 i18n/po/lv.po  |  77 --
 i18n/po/mk.po  |  77 --
 i18n/po/mr.po  |  77 --
 i18n/po/ms.po  |  77 --
 i18n/po/nb.po  |  87 --
 i18n/po/nds.po |  77 --
 i18n/po/nl.po  |  91 +--
 i18n/po/nn.po  |  77 --
 i18n/po/oc.po  |  79 --
 i18n/po/pa.po  |  77 --
 i18n/po/pl.po  | 198 +-
 i18n/po/pt.po  |  91 +--
 i18n/po/pt_BR.po   | 107 +---
 i18n/po/rm.po  |  77 --
 i18n/po/ro.po  |  77 --
 i18n/po/ru.po  | 100 +--
 i18n/po/sk.po  | 103 ++--
 i18n/po/sl.po  

[josm] 04/04: Set distribution to unstable.

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

sebastic pushed a commit to branch master
in repository josm.

commit 626c51b31a74bcef1f9324c3cc2f2d1560a40015
Author: Bas Couwenberg 
Date:   Mon Jun 6 20:03:40 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 6f4c501..a0649ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-josm (0.0.svn10327+dfsg-1) UNRELEASED; urgency=medium
+josm (0.0.svn10327+dfsg-1) unstable; urgency=medium
 
   * New hotfix tested snapshot.
 
- -- Bas Couwenberg   Mon, 06 Jun 2016 19:54:42 +0200
+ -- Bas Couwenberg   Mon, 06 Jun 2016 20:03:12 +0200
 
 josm (0.0.svn10301+dfsg-1) unstable; urgency=medium
 

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


[josm] branch upstream updated (508c6f9 -> 319352e)

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

sebastic pushed a change to branch upstream
in repository josm.

  from  508c6f9   Imported Upstream version 0.0.svn10301+dfsg
   new  319352e   Imported Upstream version 0.0.svn10327+dfsg

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:
 REVISION   |   8 +-
 data/defaultpresets.xml|  36 +--
 data/validator/combinations.mapcss |   6 +
 i18n/po/af.po  |  77 --
 i18n/po/am.po  |  77 --
 i18n/po/ar.po  |  81 --
 i18n/po/ast.po |  91 +--
 i18n/po/az.po  |  77 --
 i18n/po/be.po  |  91 +--
 i18n/po/bg.po  |  91 +--
 i18n/po/bn.po  |  77 --
 i18n/po/br.po  |  77 --
 i18n/po/bs.po  |  77 --
 i18n/po/ca.po  |  91 +--
 i18n/po/c...@valencia.po |  91 +--
 i18n/po/cs.po  | 103 ++--
 i18n/po/cy.po  |  77 --
 i18n/po/da.po  |  93 +--
 i18n/po/de.po  | 101 +--
 i18n/po/de_DE.po   |  77 --
 i18n/po/el.po  |  91 +--
 i18n/po/en_AU.po   |  91 +--
 i18n/po/en_CA.po   |  77 --
 i18n/po/en_GB.po   | 103 ++--
 i18n/po/eo.po  |  77 --
 i18n/po/es.po  | 111 +---
 i18n/po/et.po  |  91 +--
 i18n/po/eu.po  |  91 +--
 i18n/po/fa.po  |  77 --
 i18n/po/fi.po  |  89 +--
 i18n/po/fil.po |  77 --
 i18n/po/fo.po  |  77 --
 i18n/po/fr.po  |  91 +--
 i18n/po/ga.po  |  77 --
 i18n/po/gl.po  |  91 +--
 i18n/po/he.po  |  85 --
 i18n/po/hi.po  |  77 --
 i18n/po/hr.po  |  87 --
 i18n/po/ht.po  |  77 --
 i18n/po/hu.po  | 293 -
 i18n/po/hy.po  |  77 --
 i18n/po/ia.po  |  77 --
 i18n/po/id.po  |  91 +--
 i18n/po/is.po  |  81 --
 i18n/po/it.po  |  91 +--
 i18n/po/ja.po  |  91 +--
 i18n/po/ka.po  |  77 --
 i18n/po/km.po  |  77 --
 i18n/po/ko.po  |  77 --
 i18n/po/ky.po  |  77 --
 i18n/po/lb.po  |  77 --
 i18n/po/lo.po  |  77 --
 i18n/po/lt.po  |  89 +--
 i18n/po/lv.po  |  77 --
 i18n/po/mk.po  |  77 --
 i18n/po/mr.po  |  77 --
 i18n/po/ms.po  |  77 --
 i18n/po/nb.po  |  87 --
 i18n/po/nds.po |  77 --
 i18n/po/nl.po  |  91 +--
 i18n/po/nn.po  |  77 --
 i18n/po/oc.po  |  79 --
 i18n/po/pa.po  |  77 --
 i18n/po/pl.po  | 198 +-
 i18n/po/pt.po  |  91 +--
 i18n/po/pt_BR.po   | 107 +---
 i18n/po/rm.po  |  77 --
 i18n/po/ro.po  |  77 --
 i18n/po/ru.po 

[josm] 01/01: pristine-tar data for josm_0.0.svn10327+dfsg.orig.tar.gz

2016-06-06 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 josm.

commit 86279faa0589dbfa32424f0b437c8272d5224a6d
Author: Bas Couwenberg 
Date:   Mon Jun 6 19:54:33 2016 +0200

pristine-tar data for josm_0.0.svn10327+dfsg.orig.tar.gz
---
 josm_0.0.svn10327+dfsg.orig.tar.gz.delta | Bin 0 -> 163194 bytes
 josm_0.0.svn10327+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/josm_0.0.svn10327+dfsg.orig.tar.gz.delta 
b/josm_0.0.svn10327+dfsg.orig.tar.gz.delta
new file mode 100644
index 000..1141d44
Binary files /dev/null and b/josm_0.0.svn10327+dfsg.orig.tar.gz.delta differ
diff --git a/josm_0.0.svn10327+dfsg.orig.tar.gz.id 
b/josm_0.0.svn10327+dfsg.orig.tar.gz.id
new file mode 100644
index 000..969df4c
--- /dev/null
+++ b/josm_0.0.svn10327+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+fed5b9510b42a15b61f966a05f7bf99b885d2bc0

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


[josm] branch pristine-tar updated (0860383 -> 86279fa)

2016-06-06 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 josm.

  from  0860383   pristine-tar data for josm_0.0.svn10301+dfsg.orig.tar.gz
   new  86279fa   pristine-tar data for josm_0.0.svn10327+dfsg.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:
 josm_0.0.svn10327+dfsg.orig.tar.gz.delta | Bin 0 -> 163194 bytes
 josm_0.0.svn10327+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 josm_0.0.svn10327+dfsg.orig.tar.gz.delta
 create mode 100644 josm_0.0.svn10327+dfsg.orig.tar.gz.id

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


Re: Building a Mapnik 3 backport for Debian stable

2016-06-05 Thread Sebastiaan Couwenberg
On 06/05/2016 10:46 PM, Sven Geggus wrote:
> I just tried to build a Mapnik 3 backport for Debian stable.
> 
> Looks like the following entry in debian/rules does not work:
> 
> override_dh_strip:
>dh_strip --no-automatic-dbgsym
> 
> Can I just remove this?

Of course, it's only required for the recent debhelper which supports
automatic debug packages.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1

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


[netcdf] tag debian/4.4.1.rc2-1.exp3 created (now aedccef)

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

sebastic pushed a change to tag debian/4.4.1.rc2-1.exp3
in repository netcdf.

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

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

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


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

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

sebastic pushed a commit to branch master
in repository netcdf.

commit aedccef8eacd7dc4c231871dba2df46b1c48ddb6
Author: Bas Couwenberg 
Date:   Sun Jun 5 19:00:56 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index f02f71b..64060ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-netcdf (1:4.4.1~rc2-1~exp3) UNRELEASED; urgency=medium
+netcdf (1:4.4.1~rc2-1~exp3) experimental; urgency=medium
 
   * Add patch to use SOURCE_DATE_EPOCH instead of current date.
   * Add patch to make the libnetcdf.settings file reproducible.
 
- -- Bas Couwenberg   Sun, 15 May 2016 17:05:23 +0200
+ -- Bas Couwenberg   Sun, 05 Jun 2016 19:00:43 +0200
 
 netcdf (1:4.4.1~rc2-1~exp2) experimental; urgency=medium
 

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

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


[netcdf] 01/02: Add patch to make the libnetcdf.settings file reproducible.

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

sebastic pushed a commit to branch master
in repository netcdf.

commit e7d09335d9ae109d3199238c6479b02e1ecfcac2
Author: Bas Couwenberg 
Date:   Sun Jun 5 18:56:57 2016 +0200

Add patch to make the libnetcdf.settings file reproducible.
---
 debian/changelog   |  1 +
 debian/patches/reproducible-settings.patch | 14 ++
 debian/patches/series  |  1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e643686..f02f71b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 netcdf (1:4.4.1~rc2-1~exp3) UNRELEASED; urgency=medium
 
   * Add patch to use SOURCE_DATE_EPOCH instead of current date.
+  * Add patch to make the libnetcdf.settings file reproducible.
 
  -- Bas Couwenberg   Sun, 15 May 2016 17:05:23 +0200
 
diff --git a/debian/patches/reproducible-settings.patch 
b/debian/patches/reproducible-settings.patch
new file mode 100644
index 000..a86063b
--- /dev/null
+++ b/debian/patches/reproducible-settings.patch
@@ -0,0 +1,14 @@
+Description: Remove settings that make the build unreproducible.
+Author: Bas Couwenberg 
+
+--- a/libnetcdf.settings.in
 b/libnetcdf.settings.in
+@@ -4,8 +4,6 @@
+ # General
+ ---
+ NetCDF Version:   @PACKAGE_VERSION@
+-Configured On:@CONFIG_DATE@
+-Host System:  @host_cpu@-@host_vendor@-@host_os@
+ Build Directory:  @abs_top_builddir@
+ Install Prefix: @prefix@
+ 
diff --git a/debian/patches/series b/debian/patches/series
index f3bf16c..638035f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ privacy-breach-logo.patch
 hdf5-library-path.patch
 tst_fileinfo-link-hdf5.patch
 source_date_epoch.patch
+reproducible-settings.patch

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

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


[netcdf] branch master updated (8140f53 -> aedccef)

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

sebastic pushed a change to branch master
in repository netcdf.

  from  8140f53   Add patch to use SOURCE_DATE_EPOCH instead of current 
date.
   new  e7d0933   Add patch to make the libnetcdf.settings file 
reproducible.
   new  aedccef   Set distribution to experimental.

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/patches/reproducible-settings.patch | 14 ++
 debian/patches/series  |  1 +
 3 files changed, 18 insertions(+), 2 deletions(-)
 create mode 100644 debian/patches/reproducible-settings.patch

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

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


[postgis] 01/01: Mark hicolor-icons.patch as Applied-Upstream.

2016-06-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 postgis.

commit 5044574a45b17b5a5d131b4ac353088f519dec7a
Author: Bas Couwenberg 
Date:   Sat Jun 4 20:12:57 2016 +0200

Mark hicolor-icons.patch as Applied-Upstream.
---
 debian/patches/hicolor-icons.patch | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/patches/hicolor-icons.patch 
b/debian/patches/hicolor-icons.patch
index d31a3ff..4bdfda1 100644
--- a/debian/patches/hicolor-icons.patch
+++ b/debian/patches/hicolor-icons.patch
@@ -10,6 +10,7 @@ Description: Install desktop file and applications icons for 
shp2pgsql-gui.
  https://www.debian.org/doc/debian-policy/ch-opersys.html#s-menus
 Author: Bas Couwenberg 
 Forwarded: https://trac.osgeo.org/postgis/ticket/3571
+Applied-Upstream: https://trac.osgeo.org/postgis/changeset/14932
 
 --- /dev/null
 +++ b/loader/shp2pgsql-gui.desktop

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


[postgis] branch master updated (19593d8 -> 5044574)

2016-06-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 postgis.

  from  19593d8   Install desktop file and application icons for 
shp2pgsql-gui.
   new  5044574   Mark hicolor-icons.patch as Applied-Upstream.

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/hicolor-icons.patch | 1 +
 1 file changed, 1 insertion(+)

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


[ossim-plugins] 01/01: Update email address for Massimo Di Stefano.

2016-06-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 ossim-plugins.

commit c575523458d72869053be2714b563b49e6988c1e
Author: Bas Couwenberg 
Date:   Sat Jun 4 18:50:05 2016 +0200

Update email address for Massimo Di Stefano.
---
 debian/changelog | 2 +-
 debian/control   | 2 +-
 debian/copyright | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 164b484..ea10025 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ ossim-plugins (1.8.20.3+ds-1) UNRELEASED; urgency=medium
 
   * Initial release. (closes: #nn)
 
- -- epifanio   Sat, 28 May 2016 01:52:39 +0200
+ -- Massimo Di Stefano   Sat, 28 May 2016 01:52:39 +0200
diff --git a/debian/control b/debian/control
index f7cbde0..8b5e477 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: ossim-plugins
 Maintainer: Debian GIS Project 
-Uploaders: epifanio 
+Uploaders: Massimo Di Stefano 
 Section: science
 Priority: extra
 Build-Depends: cmake (>= 2.8),
diff --git a/debian/copyright b/debian/copyright
index 5752932..dcb3c3b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -88,7 +88,7 @@ Copyright: 2012, 2014, Centre National Etudes Spatiales
 License: LGPL-3+
 
 Files: debian/*
-Copyright: 2016, epifanio 
+Copyright: 2016, Massimo Di Stefano 
 License: GPL-3+
 
 License: BSD-2-clause

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


[ossim-plugins] branch master updated (ab10252 -> c575523)

2016-06-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 ossim-plugins.

  from  ab10252   Add patch to fix spelling errors.
   new  c575523   Update email address for Massimo Di Stefano.

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/changelog | 2 +-
 debian/control   | 2 +-
 debian/copyright | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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


[gis] 01/01: Add libossim{gui, planet{, -qt}}-dev & libwms-dev to devel task.

2016-06-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 gis.

commit 86fbeb6c4c564b0a82fbb0bda321dd76ea9cb4fb
Author: Bas Couwenberg 
Date:   Sat Jun 4 18:23:32 2016 +0200

Add libossim{gui,planet{,-qt}}-dev & libwms-dev to devel task.
---
 debian/changelog | 4 +++-
 tasks/devel  | 3 +++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b2dbebf..11471b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
 debian-gis (0.0.9) UNRELEASED; urgency=medium
 
+  * tasks/devel:
+- Add libossimgui-dev, libossimplanet-dev, libossimplanetqt-dev &
+  libwms-dev
   * tasks/remotesensing:
 - Add ossim-gui, ossim-planet & ossim-planet-qt
-
  -- Bas Couwenberg   Sat, 04 Jun 2016 18:15:57 +0200
 
 debian-gis (0.0.8) unstable; urgency=medium
diff --git a/tasks/devel b/tasks/devel
index b1408e9..ba5dcb0 100644
--- a/tasks/devel
+++ b/tasks/devel
@@ -104,3 +104,6 @@ Depends: python-liblas, python-modestmaps
 Depends: python-geohash
 
 Depends: cf-python
+
+Suggests: libossimgui-dev, libossimplanet-dev, libossimplanetqt-dev, libwms-dev
+

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/blends/projects/gis.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


[gis] branch master updated (a9727bb -> 86fbeb6)

2016-06-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 gis.

  from  a9727bb   Add ossim-gui, ossim-planet & ossim-planet-qt to 
remotesensing task.
   new  86fbeb6   Add libossim{gui,planet{,-qt}}-dev & libwms-dev to devel 
task.

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/changelog | 4 +++-
 tasks/devel  | 3 +++
 2 files changed, 6 insertions(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/blends/projects/gis.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


[gis] branch master updated (5af3b46 -> a9727bb)

2016-06-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 gis.

  from  5af3b46   Set distribution to unstable.
   new  a9727bb   Add ossim-gui, ossim-planet & ossim-planet-qt to 
remotesensing task.

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/changelog| 7 +++
 tasks/remotesensing | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/blends/projects/gis.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


[gis] 01/01: Add ossim-gui, ossim-planet & ossim-planet-qt to remotesensing task.

2016-06-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 gis.

commit a9727bbd9a7fb6a103355deadf550ac7b6da66a4
Author: Bas Couwenberg 
Date:   Sat Jun 4 18:16:54 2016 +0200

Add ossim-gui, ossim-planet & ossim-planet-qt to remotesensing task.
---
 debian/changelog| 7 +++
 tasks/remotesensing | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 22fa87c..b2dbebf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debian-gis (0.0.9) UNRELEASED; urgency=medium
+
+  * tasks/remotesensing:
+- Add ossim-gui, ossim-planet & ossim-planet-qt
+
+ -- Bas Couwenberg   Sat, 04 Jun 2016 18:15:57 +0200
+
 debian-gis (0.0.8) unstable; urgency=medium
 
   * tasks/osm:
diff --git a/tasks/remotesensing b/tasks/remotesensing
index 9b25edd..f5b9970 100644
--- a/tasks/remotesensing
+++ b/tasks/remotesensing
@@ -11,7 +11,7 @@ Depends: gdal-bin, libgdal-dev, python-gdal
 
 Depends: ossim-core, libossim-dev
 
-Suggests: ossim-plugins
+Suggests: ossim-plugins, ossim-gui, ossim-planet, ossim-planet-qt
 
 Suggests: googleearth-package
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/blends/projects/gis.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


[ossim-gui] branch master updated (4900e89 -> 231eb16)

2016-06-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 ossim-gui.

  from  4900e89   Fix copyright file.
   new  679413b   Enable ossimPlanet support.
   new  231eb16   Add shlibs file libossimGui.

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/control| 1 +
 debian/libossimgui1.install   | 2 +-
 debian/libossimgui1.lintian-overrides | 3 +++
 debian/libossimgui1.shlibs| 1 +
 debian/rules  | 1 -
 5 files changed, 6 insertions(+), 2 deletions(-)
 create mode 100644 debian/libossimgui1.lintian-overrides
 create mode 100644 debian/libossimgui1.shlibs

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


[ossim-gui] 01/02: Enable ossimPlanet support.

2016-06-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 ossim-gui.

commit 679413b3d44066a513cd8d92a38fcb539d410df9
Author: Bas Couwenberg 
Date:   Sat Jun 4 17:37:03 2016 +0200

Enable ossimPlanet support.
---
 debian/control | 1 +
 debian/rules   | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 685906c..92d62c9 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends: cmake (>= 2.8),
debhelper (>= 9),
libopenthreads-dev,
libossim-dev (>= 1.8.20.3),
+   libossimplanet-dev (>= 1.8.20.3),
libqt4-dev,
libqt4-opengl-dev,
libtiff-dev
diff --git a/debian/rules b/debian/rules
index b8ed8a9..c556fb1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,6 @@ CMAKE_OPTS = \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_MODULE_PATH=$(CURDIR)/ossimGui/CMakeModules \
-   -DBUILD_OSSIMPLANET=OFF \
-DBUILD_SHARED_LIBS=ON
 
 override_dh_auto_configure:

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


[ossim-gui] 02/02: Add shlibs file libossimGui.

2016-06-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 ossim-gui.

commit 231eb16d22b6a6b096f77a29f481f757b51aa4d8
Author: Bas Couwenberg 
Date:   Sat Jun 4 18:03:34 2016 +0200

Add shlibs file libossimGui.
---
 debian/libossimgui1.install   | 2 +-
 debian/libossimgui1.lintian-overrides | 3 +++
 debian/libossimgui1.shlibs| 1 +
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/libossimgui1.install b/debian/libossimgui1.install
index 1543d54..d0dbfd1 100644
--- a/debian/libossimgui1.install
+++ b/debian/libossimgui1.install
@@ -1 +1 @@
-usr/lib/lib*.so.1*
+usr/lib/lib*.so.*
diff --git a/debian/libossimgui1.lintian-overrides 
b/debian/libossimgui1.lintian-overrides
new file mode 100644
index 000..74e3f03
--- /dev/null
+++ b/debian/libossimgui1.lintian-overrides
@@ -0,0 +1,3 @@
+# Symbols are problematic for C++ libraries, shlibs is used instead.
+libossimgui1: no-symbols-control-file *
+
diff --git a/debian/libossimgui1.shlibs b/debian/libossimgui1.shlibs
new file mode 100644
index 000..04089de
--- /dev/null
+++ b/debian/libossimgui1.shlibs
@@ -0,0 +1 @@
+libossimGui 1 libossimgui1 (>= 1.8.20.3)

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


[ossim-planet-qt] 01/01: pristine-tar data for ossim-planet-qt_1.8.20.3+ds.orig.tar.gz

2016-06-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 ossim-planet-qt.

commit 74d3a9af055a1234d7600bc9238602610dad7590
Author: Bas Couwenberg 
Date:   Sat Jun 4 15:24:12 2016 +0200

pristine-tar data for ossim-planet-qt_1.8.20.3+ds.orig.tar.gz
---
 ossim-planet-qt_1.8.20.3+ds.orig.tar.gz.delta | Bin 0 -> 274615 bytes
 ossim-planet-qt_1.8.20.3+ds.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/ossim-planet-qt_1.8.20.3+ds.orig.tar.gz.delta 
b/ossim-planet-qt_1.8.20.3+ds.orig.tar.gz.delta
new file mode 100644
index 000..43db6f2
Binary files /dev/null and b/ossim-planet-qt_1.8.20.3+ds.orig.tar.gz.delta 
differ
diff --git a/ossim-planet-qt_1.8.20.3+ds.orig.tar.gz.id 
b/ossim-planet-qt_1.8.20.3+ds.orig.tar.gz.id
new file mode 100644
index 000..5257984
--- /dev/null
+++ b/ossim-planet-qt_1.8.20.3+ds.orig.tar.gz.id
@@ -0,0 +1 @@
+ca936971d21fc10eb746122517b876d8412a6026

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


[ossim-planet-qt] branch master created (now 55d8675)

2016-06-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 ossim-planet-qt.

at  55d8675   Use separate library packages.

This branch includes the following new commits:

   new  7826aca   Imported Upstream version 1.8.20.3+ds
   new  d062c8b   Initial Debian packaging.
   new  55d8675   Use separate library packages.

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.


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


[ossim-planet-qt] branch upstream created (now 7826aca)

2016-06-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 ossim-planet-qt.

at  7826aca   Imported Upstream version 1.8.20.3+ds

This branch includes the following new commits:

   new  7826aca   Imported Upstream version 1.8.20.3+ds

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.


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


[ossim-planet-qt] branch pristine-tar created (now 74d3a9a)

2016-06-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 ossim-planet-qt.

at  74d3a9a   pristine-tar data for 
ossim-planet-qt_1.8.20.3+ds.orig.tar.gz

This branch includes the following new commits:

   new  74d3a9a   pristine-tar data for 
ossim-planet-qt_1.8.20.3+ds.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.


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


[ossim-planet-qt] 03/03: Use separate library packages.

2016-06-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 ossim-planet-qt.

commit 55d8675febe5c3421b870d894169d5492b29adfd
Author: Bas Couwenberg 
Date:   Sat Jun 4 17:04:18 2016 +0200

Use separate library packages.
---
 debian/control | 59 ++
 debian/libossimplanetqt-dev.install|  1 +
 debian/libossimplanetqt1.install   |  1 +
 debian/libossimplanetqt1.lintian-overrides |  3 ++
 debian/libossimplanetqt1.shlibs|  1 +
 debian/ossim-planet-qt.install |  1 +
 6 files changed, 66 insertions(+)

diff --git a/debian/control b/debian/control
index 43977c0..b3f630d 100644
--- a/debian/control
+++ b/debian/control
@@ -44,3 +44,62 @@ Description: OSSIM planet Qt utility
  .
  This package contains the OSSIM planet Qt utility.
 
+Package: libossimplanetqt1
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: OSSIM planet Qt library
+ Open Source Software Image Map (OSSIM) is a high performance engine for
+ remote sensing, image processing, geographical information systems and
+ photogrammetry. It has been actively developed since 1996.
+ .
+ Designed as a series of high performance software libraries, it is
+ written in C++ employing the latest techniques in object-oriented
+ software design.
+ .
+ The library provides advanced remote sensing, image processing, and
+ geo-spatial functionality. A quick summary of OSSIM functionality
+ includes ortho-rectification, precision terrain correction, rigorous
+ sensor models, very large mosaics, and cross sensor fusions, a wide
+ range of map projections and datums, and a large range of commercial
+ and government data formats. The architecture of the library supports
+ parallel processing with mpi (not enabled), a dynamic plugin architecture,
+ and dynamically connectable objects allowing rapid prototyping of custom
+ image processing chains.
+ .
+ This package contains the OSSIM planet Qt library.
+
+Package: libossimplanetqt-dev
+Architecture: any
+Section: libdevel
+Depends: libossimplanetqt1 (= ${binary:Version}),
+ libopenscenegraph-dev,
+ libopenthreads-dev,
+ libossim-dev,
+ libossimplanet-dev,
+ libqt4-dev,
+ libqt4-opengl-dev,
+ libwms-dev,
+ ${misc:Depends}
+Description: OSSIM planet Qt library - development files
+ Open Source Software Image Map (OSSIM) is a high performance engine for
+ remote sensing, image processing, geographical information systems and
+ photogrammetry. It has been actively developed since 1996.
+ .
+ Designed as a series of high performance software libraries, it is
+ written in C++ employing the latest techniques in object-oriented
+ software design.
+ .
+ The library provides advanced remote sensing, image processing, and
+ geo-spatial functionality. A quick summary of OSSIM functionality
+ includes ortho-rectification, precision terrain correction, rigorous
+ sensor models, very large mosaics, and cross sensor fusions, a wide
+ range of map projections and datums, and a large range of commercial
+ and government data formats. The architecture of the library supports
+ parallel processing with mpi (not enabled), a dynamic plugin architecture,
+ and dynamically connectable objects allowing rapid prototyping of custom
+ image processing chains.
+ .
+ This package contains the OSSIM planet Qt library development files.
+
diff --git a/debian/libossimplanetqt-dev.install 
b/debian/libossimplanetqt-dev.install
new file mode 100644
index 000..dc21b89
--- /dev/null
+++ b/debian/libossimplanetqt-dev.install
@@ -0,0 +1 @@
+usr/lib/lib*.so
diff --git a/debian/libossimplanetqt1.install b/debian/libossimplanetqt1.install
new file mode 100644
index 000..d0dbfd1
--- /dev/null
+++ b/debian/libossimplanetqt1.install
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff --git a/debian/libossimplanetqt1.lintian-overrides 
b/debian/libossimplanetqt1.lintian-overrides
new file mode 100644
index 000..4f7865d
--- /dev/null
+++ b/debian/libossimplanetqt1.lintian-overrides
@@ -0,0 +1,3 @@
+# Symbols are problematic for C++ libraries, shlibs is used instead.
+libossimplanetqt1: no-symbols-control-file *
+
diff --git a/debian/libossimplanetqt1.shlibs b/debian/libossimplanetqt1.shlibs
new file mode 100644
index 000..5a6009a
--- /dev/null
+++ b/debian/libossimplanetqt1.shlibs
@@ -0,0 +1 @@
+libossimPlanetQt 1 libossimplanetqt1 (>= 1.8.20.3)
diff --git a/debian/ossim-planet-qt.install b/debian/ossim-planet-qt.install
new file mode 100644
index 000..e772481
--- /dev/null
+++ b/debian/ossim-planet-qt.install
@@ -0,0 +1 @@
+usr/bin

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

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org

[ossim-planet-qt] annotated tag upstream/1.8.20.3+ds created (now 76dd33f)

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

sebastic pushed a change to annotated tag upstream/1.8.20.3+ds
in repository ossim-planet-qt.

at  76dd33f   (tag)
   tagging  7826aca4e89ce4094397cd0613bebf224859ee41 (commit)
 tagged by  Bas Couwenberg
on  Sat Jun 4 15:24:12 2016 +0200

- Log -
Upstream version 1.8.20.3+ds

Bas Couwenberg (1):
  Imported Upstream version 1.8.20.3+ds

---

No new revisions were added by this update.

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


[ossim-planet-qt] 02/03: Initial Debian packaging.

2016-06-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 ossim-planet-qt.

commit d062c8b83ca3ae0ac326de1e12ce1a1352d1d7bd
Author: Bas Couwenberg 
Date:   Sat Jun 4 15:45:33 2016 +0200

Initial Debian packaging.
---
 debian/README.source   |   10 +
 debian/changelog   |5 +
 debian/compat  |1 +
 debian/control |   46 +
 debian/copyright   |  142 +++
 debian/gbp.conf|   16 +
 debian/patches/cmake.patch | 2733 
 debian/patches/series  |1 +
 debian/rules   |   24 +
 debian/source/format   |1 +
 debian/upstream/metadata   |6 +
 debian/watch   |7 +
 12 files changed, 2992 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 000..d54dde9
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,10 @@
+OSSIM Planet Qt for Debian
+--
+
+The ossimPlanetQt subdirectory in the upstream tarball doesn't contain
+the CMake modules. This is included in the separate ossim_package_support
+subdirectory which is excluded from the repacked upstream tarball.
+When the ossim-planet-qt package is updated to a new upstream release,
+the cmake patch needs to be updated to include the recent files from
+the CMakeModules directory.
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..52242cd
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ossim-planet-qt (1.8.20.3+ds-1) UNRELEASED; urgency=medium
+
+  * Initial release. (closes: #nn)
+
+ -- Massimo Di Stefano   Fri, 03 Jun 2016 21:15:12 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..43977c0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,46 @@
+Source: ossim-planet-qt
+Maintainer: Debian GIS Project 
+Uploaders: Massimo Di Stefano 
+Section: science
+Priority: extra
+Build-Depends: cmake (>= 2.8),
+   debhelper (>= 9),
+   libgl1-mesa-dev | libgl-dev,
+   libopenscenegraph-dev,
+   libopenthreads-dev,
+   libossim-dev (>= 1.8.20.3),
+   libossimplanet-dev (>= 1.8.20.3),
+   libqt4-dev,
+   libqt4-opengl-dev,
+   libwms-dev
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/ossim-planet-qt.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-grass/ossim-planet-qt.git
+Homepage: http://www.ossim.org/
+
+Package: ossim-planet-qt
+Architecture: any
+Section: utils
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: OSSIM planet Qt utility
+ Open Source Software Image Map (OSSIM) is a high performance engine for
+ remote sensing, image processing, geographical information systems and
+ photogrammetry. It has been actively developed since 1996.
+ .
+ Designed as a series of high performance software libraries, it is
+ written in C++ employing the latest techniques in object-oriented
+ software design.
+ .
+ The library provides advanced remote sensing, image processing, and
+ geo-spatial functionality. A quick summary of OSSIM functionality
+ includes ortho-rectification, precision terrain correction, rigorous
+ sensor models, very large mosaics, and cross sensor fusions, a wide
+ range of map projections and datums, and a large range of commercial
+ and government data formats. The architecture of the library supports
+ parallel processing with mpi (not enabled), a dynamic plugin architecture,
+ and dynamically connectable objects allowing rapid prototyping of custom
+ image processing chains.
+ .
+ This package contains the OSSIM planet Qt utility.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..b68cb6d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,142 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: OSSIM Planet Qt
+Upstream-Contact: OSSIM Developers 
+Source: http://download.osgeo.org/ossim/source/
+ The upstream tarball is repacked to exclude all subdirectories other than
+ those for ossimPlanetQt.
+Files-Excluded: csmApi/*
+ csm_plugins/*
+ gsoc/*
+ libwms/*
+ oms/*
+ ossim/*
+ ossimGui/*
+ ossimPlanet/*
+ ossimPredator/*
+ ossim_package_support/*
+ ossim_plugins/*
+ ossim_qt4/*
+ ossimjni/*
+ planet_message/*
+ pqe/*
+
+Files: ossimPlanetQt/*
+Copyright: 2003, Neil Salter
+License: LGPL-2.1+
+
+Files: ossimPlanetQt/include/ossimPlanetQt/ossimPlanetQtExport.h
+Copyright: 2004, Garrett Potts
+License: WMSGPL
+
+Files: debian/*
+Copyright: 2016, Massimo Di Stefano 
+License: GPL-3+
+
+License: 

[ossim-planet] 01/01: Add libwms-dev to libossimplanet-dev dependencies.

2016-06-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 ossim-planet.

commit b1f0976cc6dacc6973d356678c73025097936097
Author: Bas Couwenberg 
Date:   Sat Jun 4 16:59:44 2016 +0200

Add libwms-dev to libossimplanet-dev dependencies.
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index add38c5..a745ecd 100644
--- a/debian/control
+++ b/debian/control
@@ -76,6 +76,7 @@ Depends: libossimplanet1 (= ${binary:Version}),
  libopenscenegraph-dev,
  libopenthreads-dev,
  libossim-dev,
+ libwms-dev,
  ${misc:Depends}
 Description: OSSIM planet library - development files
  Open Source Software Image Map (OSSIM) is a high performance engine for

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


[ossim-planet] branch master updated (0630f32 -> b1f0976)

2016-06-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 ossim-planet.

  from  0630f32   Add OSSIM & OSG to libossimplanet-dev dependencies.
   new  b1f0976   Add libwms-dev to libossimplanet-dev dependencies.

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/control | 1 +
 1 file changed, 1 insertion(+)

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


[ossim-planet] 01/02: Drop curl build dependencies, properly pulled in via libwms-dev now.

2016-06-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 ossim-planet.

commit 2d8b7674dcabb3a003b8e0f1192637cb48a6bfa2
Author: Bas Couwenberg 
Date:   Sat Jun 4 16:05:23 2016 +0200

Drop curl build dependencies, properly pulled in via libwms-dev now.
---
 debian/control | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/control b/debian/control
index 1460eaa..c4b32e6 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Section: science
 Priority: extra
 Build-Depends: cmake (>= 2.8),
debhelper (>= 9),
-   libcurl4-gnutls-dev | libcurl-ssl-dev,
libgl1-mesa-dev | libgl-dev,
libjpeg-dev,
libopenscenegraph-dev,

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


[ossim-planet] 02/02: Add OSSIM & OSG to libossimplanet-dev dependencies.

2016-06-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 ossim-planet.

commit 0630f32f7d8e3f7a57b843a4ddf5729c6916c830
Author: Bas Couwenberg 
Date:   Sat Jun 4 16:26:28 2016 +0200

Add OSSIM & OSG to libossimplanet-dev dependencies.
---
 debian/control | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/control b/debian/control
index c4b32e6..add38c5 100644
--- a/debian/control
+++ b/debian/control
@@ -73,6 +73,9 @@ Package: libossimplanet-dev
 Architecture: any
 Section: libdevel
 Depends: libossimplanet1 (= ${binary:Version}),
+ libopenscenegraph-dev,
+ libopenthreads-dev,
+ libossim-dev,
  ${misc:Depends}
 Description: OSSIM planet library - development files
  Open Source Software Image Map (OSSIM) is a high performance engine for

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


[ossim-planet] branch master updated (9f5cae3 -> 0630f32)

2016-06-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 ossim-planet.

  from  9f5cae3   Use separate library packages.
   new  2d8b767   Drop curl build dependencies, properly pulled in via 
libwms-dev now.
   new  0630f32   Add OSSIM & OSG to libossimplanet-dev dependencies.

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/control | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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


[ossim-wms] 01/01: Add curl to libwms-dev dependencies.

2016-06-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 ossim-wms.

commit 4f608fedf2ac6d5a5cfa764b4cb630d3d7362775
Author: Bas Couwenberg 
Date:   Sat Jun 4 15:56:52 2016 +0200

Add curl to libwms-dev dependencies.
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index de81698..677ef76 100644
--- a/debian/control
+++ b/debian/control
@@ -42,6 +42,7 @@ Package: libwms-dev
 Architecture: any
 Section: libdevel
 Depends: libwms1 (= ${binary:Version}),
+ libcurl4-gnutls-dev | libcurl-ssl-dev,
  ${misc:Depends}
 Description: OSSIM WMS library - development files
  Open Source Software Image Map (OSSIM) is a high performance engine for

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


[ossim-wms] branch master updated (da3f101 -> 4f608fe)

2016-06-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 ossim-wms.

  from  da3f101   Drop obsolete dh overrides.
   new  4f608fe   Add curl to libwms-dev dependencies.

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/control | 1 +
 1 file changed, 1 insertion(+)

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


[ossim-planet] 06/06: Use separate library packages.

2016-06-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 ossim-planet.

commit 9f5cae37d099f4079d2fd760ecf520713eb37129
Author: Bas Couwenberg 
Date:   Sat Jun 4 14:02:51 2016 +0200

Use separate library packages.
---
 debian/control   | 52 
 debian/libossimplanet-dev.install|  2 ++
 debian/libossimplanet1.install   |  1 +
 debian/libossimplanet1.lintian-overrides |  3 ++
 debian/libossimplanet1.shlibs|  1 +
 debian/ossim-planet.install  |  1 +
 6 files changed, 60 insertions(+)

diff --git a/debian/control b/debian/control
index ae08b90..1460eaa 100644
--- a/debian/control
+++ b/debian/control
@@ -44,3 +44,55 @@ Description: OSSIM planet utilities
  .
  This package contains the OSSIM planet utilities.
 
+Package: libossimplanet1
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: OSSIM planet library
+ Open Source Software Image Map (OSSIM) is a high performance engine for
+ remote sensing, image processing, geographical information systems and
+ photogrammetry. It has been actively developed since 1996.
+ .
+ Designed as a series of high performance software libraries, it is
+ written in C++ employing the latest techniques in object-oriented
+ software design.
+ .
+ The library provides advanced remote sensing, image processing, and
+ geo-spatial functionality. A quick summary of OSSIM functionality
+ includes ortho-rectification, precision terrain correction, rigorous
+ sensor models, very large mosaics, and cross sensor fusions, a wide
+ range of map projections and datums, and a large range of commercial
+ and government data formats. The architecture of the library supports
+ parallel processing with mpi (not enabled), a dynamic plugin architecture,
+ and dynamically connectable objects allowing rapid prototyping of custom
+ image processing chains.
+ .
+ This package contains the OSSIM planet library.
+
+Package: libossimplanet-dev
+Architecture: any
+Section: libdevel
+Depends: libossimplanet1 (= ${binary:Version}),
+ ${misc:Depends}
+Description: OSSIM planet library - development files
+ Open Source Software Image Map (OSSIM) is a high performance engine for
+ remote sensing, image processing, geographical information systems and
+ photogrammetry. It has been actively developed since 1996.
+ .
+ Designed as a series of high performance software libraries, it is
+ written in C++ employing the latest techniques in object-oriented
+ software design.
+ .
+ The library provides advanced remote sensing, image processing, and
+ geo-spatial functionality. A quick summary of OSSIM functionality
+ includes ortho-rectification, precision terrain correction, rigorous
+ sensor models, very large mosaics, and cross sensor fusions, a wide
+ range of map projections and datums, and a large range of commercial
+ and government data formats. The architecture of the library supports
+ parallel processing with mpi (not enabled), a dynamic plugin architecture,
+ and dynamically connectable objects allowing rapid prototyping of custom
+ image processing chains.
+ .
+ This package contains the OSSIM planet library development files.
+
diff --git a/debian/libossimplanet-dev.install 
b/debian/libossimplanet-dev.install
new file mode 100644
index 000..7e4fd81
--- /dev/null
+++ b/debian/libossimplanet-dev.install
@@ -0,0 +1,2 @@
+usr/lib/lib*.so
+usr/include
diff --git a/debian/libossimplanet1.install b/debian/libossimplanet1.install
new file mode 100644
index 000..d0dbfd1
--- /dev/null
+++ b/debian/libossimplanet1.install
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff --git a/debian/libossimplanet1.lintian-overrides 
b/debian/libossimplanet1.lintian-overrides
new file mode 100644
index 000..3466e95
--- /dev/null
+++ b/debian/libossimplanet1.lintian-overrides
@@ -0,0 +1,3 @@
+# Symbols are problematic for C++ libraries, shlibs is used instead.
+libossimplanet1: no-symbols-control-file *
+
diff --git a/debian/libossimplanet1.shlibs b/debian/libossimplanet1.shlibs
new file mode 100644
index 000..cfdac64
--- /dev/null
+++ b/debian/libossimplanet1.shlibs
@@ -0,0 +1 @@
+libossimPlanet 1 libossimplanet1 (>= 1.8.20.3)
diff --git a/debian/ossim-planet.install b/debian/ossim-planet.install
new file mode 100644
index 000..e772481
--- /dev/null
+++ b/debian/ossim-planet.install
@@ -0,0 +1 @@
+usr/bin

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


[ossim-planet] 02/06: Initial Debian packaging.

2016-06-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 ossim-planet.

commit 9fa43a45e6da89b1c49ac6048e92b3e61ed6e258
Author: Bas Couwenberg 
Date:   Fri Jun 3 23:49:34 2016 +0200

Initial Debian packaging.
---
 debian/README.source   |   10 +
 debian/changelog   |5 +
 debian/compat  |1 +
 debian/control |   54 +
 debian/copyright   |   64 ++
 debian/gbp.conf|   16 +
 debian/patches/cmake.patch | 2733 
 debian/patches/series  |1 +
 debian/rules   |   23 +
 debian/source/format   |1 +
 debian/upstream/metadata   |6 +
 debian/watch   |7 +
 12 files changed, 2921 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 000..7d78943
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,10 @@
+OSSIM Planet for Debian
+---
+
+The ossimPlanet subdirectory in the upstream tarball doesn't contain
+the CMake modules. This is included in the separate ossim_package_support
+subdirectory which is excluded from the repacked upstream tarball.
+When the ossim-planet package is updated to a new upstream release,
+the cmake patch needs to be updated to include the recent files from
+the CMakeModules directory.
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..2f38d82
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ossim-planet (1.8.20.3+ds-1) UNRELEASED; urgency=medium
+
+  * Initial release. (closes: #nn)
+
+ -- Massimo Di Stefano   Fri, 03 Jun 2016 21:15:12 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..f7b6da4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,54 @@
+Source: ossim-planet
+Maintainer: Debian GIS Project 
+Uploaders: Massimo Di Stefano 
+Section: science
+Priority: extra
+Build-Depends: cmake (>= 2.8),
+   debhelper (>= 9),
+   libavcodec-dev,
+   libavdevice-dev,
+   libavfilter-dev,
+   libavformat-dev,
+   libavutil-dev,
+   libcurl4-gnutls-dev | libcurl-ssl-dev,
+   libgl1-mesa-dev | libgl-dev,
+   libjpeg-dev,
+   libopenscenegraph-dev,
+   libopenthreads-dev,
+   libossim-dev (>= 1.8.20.3),
+   libossimpredator-dev (>= 1.8.20.3),
+   libswresample-dev,
+   libswscale-dev,
+   libwms-dev,
+   zlib1g-dev
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/ossim-planet.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-grass/ossim-planet.git
+Homepage: http://www.ossim.org/
+
+Package: ossim-planet
+Architecture: any
+Section: utils
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: OSSIM planet utilities
+ Open Source Software Image Map (OSSIM) is a high performance engine for
+ remote sensing, image processing, geographical information systems and
+ photogrammetry. It has been actively developed since 1996.
+ .
+ Designed as a series of high performance software libraries, it is
+ written in C++ employing the latest techniques in object-oriented
+ software design.
+ .
+ The library provides advanced remote sensing, image processing, and
+ geo-spatial functionality. A quick summary of OSSIM functionality
+ includes ortho-rectification, precision terrain correction, rigorous
+ sensor models, very large mosaics, and cross sensor fusions, a wide
+ range of map projections and datums, and a large range of commercial
+ and government data formats. The architecture of the library supports
+ parallel processing with mpi (not enabled), a dynamic plugin architecture,
+ and dynamically connectable objects allowing rapid prototyping of custom
+ image processing chains.
+ .
+ This package contains the OSSIM planet utilities.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..6066e2b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,64 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: OSSIM Planet
+Upstream-Contact: OSSIM Developers 
+Source: http://download.osgeo.org/ossim/source/
+ The upstream tarball is repacked to exclude all subdirectories other than
+ those for ossimPlanet.
+Files-Excluded: csmApi/*
+ csm_plugins/*
+ gsoc/*
+ libwms/*
+ oms/*
+ ossim/*
+ ossimGui/*
+ ossimPlanetQt/*
+ ossimPredator/*
+ ossim_package_support/*
+ ossim_plugins/*
+ ossim_qt4/*
+ ossimjni/*
+ planet_message/*
+ pqe/*
+
+Files: ossimPlanet/*
+Copyright: 
+License: Expat

[ossim-planet] annotated tag upstream/1.8.20.3+ds created (now 7e5a2fd)

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

sebastic pushed a change to annotated tag upstream/1.8.20.3+ds
in repository ossim-planet.

at  7e5a2fd   (tag)
   tagging  743f9befdf0d01bce3d6a0dc44e64b4727f690fe (commit)
 tagged by  Bas Couwenberg
on  Fri Jun 3 23:35:38 2016 +0200

- Log -
Upstream version 1.8.20.3+ds

Bas Couwenberg (1):
  Imported Upstream version 1.8.20.3+ds

---

No new revisions were added by this update.

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


[ossim-planet] 03/06: Remove ossimPredator support (FTBFS with current FFmpeg).

2016-06-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 ossim-planet.

commit e3c2feeeac975e04f9501122689ff5c506b6237a
Author: Bas Couwenberg 
Date:   Sat Jun 4 12:58:22 2016 +0200

Remove ossimPredator support (FTBFS with current FFmpeg).
---
 debian/control | 8 
 debian/rules   | 1 +
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index f7b6da4..ae08b90 100644
--- a/debian/control
+++ b/debian/control
@@ -5,20 +5,12 @@ Section: science
 Priority: extra
 Build-Depends: cmake (>= 2.8),
debhelper (>= 9),
-   libavcodec-dev,
-   libavdevice-dev,
-   libavfilter-dev,
-   libavformat-dev,
-   libavutil-dev,
libcurl4-gnutls-dev | libcurl-ssl-dev,
libgl1-mesa-dev | libgl-dev,
libjpeg-dev,
libopenscenegraph-dev,
libopenthreads-dev,
libossim-dev (>= 1.8.20.3),
-   libossimpredator-dev (>= 1.8.20.3),
-   libswresample-dev,
-   libswscale-dev,
libwms-dev,
zlib1g-dev
 Standards-Version: 3.9.8
diff --git a/debian/rules b/debian/rules
index acf6de8..0c29991 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,7 @@ CMAKE_OPTS = \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_MODULE_PATH=$(CURDIR)/ossimPlanet/CMakeModules \
+   -DBUILD_OSSIMPREDATOR=OFF \
-DBUILD_SHARED_LIBS=ON
 
 override_dh_auto_configure:

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


[ossim-planet] branch upstream created (now 743f9be)

2016-06-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 ossim-planet.

at  743f9be   Imported Upstream version 1.8.20.3+ds

This branch includes the following new commits:

   new  743f9be   Imported Upstream version 1.8.20.3+ds

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.


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


[ossim-planet] 05/06: Update copyright file.

2016-06-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 ossim-planet.

commit 93c339387730d6a5ff60138909045c61a0ad1c5e
Author: Bas Couwenberg 
Date:   Sat Jun 4 13:54:47 2016 +0200

Update copyright file.
---
 debian/copyright | 291 ++-
 1 file changed, 290 insertions(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 6066e2b..94e8178 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -21,13 +21,100 @@ Files-Excluded: csmApi/*
  pqe/*
 
 Files: ossimPlanet/*
-Copyright: 
+Copyright: 2015
 License: Expat
 
+Files: ossimPlanet/include/ossimPlanet/compiler.h
+ ossimPlanet/include/ossimPlanet/netBuffer.h
+ ossimPlanet/include/ossimPlanet/netChannel.h
+ ossimPlanet/include/ossimPlanet/netChat.h
+ ossimPlanet/include/ossimPlanet/netMessage.h
+ ossimPlanet/include/ossimPlanet/netMonitor.h
+ ossimPlanet/include/ossimPlanet/netSocket.h
+ ossimPlanet/include/ossimPlanet/ul.h
+ ossimPlanet/include/ossimPlanet/ulLocal.h
+ ossimPlanet/include/ossimPlanet/ulRTTI.h
+ ossimPlanet/src/ossimPlanet/netBuffer.cpp
+ ossimPlanet/src/ossimPlanet/netChannel.cpp
+ ossimPlanet/src/ossimPlanet/netChat.cpp
+ ossimPlanet/src/ossimPlanet/netMessage.cpp
+ ossimPlanet/src/ossimPlanet/netMonitor.cpp
+ ossimPlanet/src/ossimPlanet/netSocket.cpp
+ ossimPlanet/src/ossimPlanet/ul.cpp
+ ossimPlanet/src/ossimPlanet/ulClock.cpp
+ ossimPlanet/src/ossimPlanet/ulError.cpp
+ ossimPlanet/src/ossimPlanet/ulLinkedList.cpp
+ ossimPlanet/src/ossimPlanet/ulList.cpp
+ ossimPlanet/src/ossimPlanet/ulRTTI.cpp
+Copyright: 1998,2002, Steve Baker
+License: LGPL-2+
+
+Files: ossimPlanet/include/ossimPlanet/ioapi.h
+ ossimPlanet/include/ossimPlanet/iowin32.h
+ ossimPlanet/include/ossimPlanet/unzip.h
+ ossimPlanet/include/ossimPlanet/zip.h
+ ossimPlanet/src/ossimPlanet/crypt.h
+ ossimPlanet/src/ossimPlanet/ioapi.c
+ ossimPlanet/src/ossimPlanet/iowin32.c
+ ossimPlanet/src/ossimPlanet/unzip.c
+ ossimPlanet/src/ossimPlanet/zip.c
+Copyright: 1998-2005, Gilles Vollant
+   1990-2000, Info-ZIP.
+License: zlib
+
+Files: ossimPlanet/include/ossimPlanet/iochannel.h
+ ossimPlanet/include/ossimPlanet/sg_file.h
+ ossimPlanet/include/ossimPlanet/sg_socket.h
+ ossimPlanet/include/ossimPlanet/sg_socket_udp.h
+ ossimPlanet/src/ossimPlanet/iochannel.cpp
+ ossimPlanet/src/ossimPlanet/sg_file.cpp
+ ossimPlanet/src/ossimPlanet/sg_socket.cpp
+ ossimPlanet/src/ossimPlanet/sg_socket_udp.cpp
+Copyright: 1999, 2001, Curtis L. Olson - http://www.flightgear.org/~curt
+License: GPL-2+
+
+Files: ossimPlanet/include/ossimPlanet/ossimPlanetCompass.h
+ ossimPlanet/src/ossimPlanet/ossimPlanetCompass.cpp
+Copyright: 2007, Arizona State University
+License: BSD-2-Clause
+
+Files: ossimPlanet/include/ossimPlanet/ossimPlanetExport.h
+Copyright: 2004, Garrett Potts
+License: WMSGPL
+
+Files: ossimPlanet/include/ossimPlanet/ossimPlanetFadeText.h
+ ossimPlanet/include/ossimPlanet/ossimPlanetManipulator.h
+ ossimPlanet/src/ossimPlanet/ossimPlanetFadeText.cpp
+Copyright: 1998-2006, Robert Osfield
+License: OSGPL
+
 Files: debian/*
 Copyright: 2016, Massimo Di Stefano 
 License: GPL-3+
 
+License: BSD-2-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions of source code must retain the above copyright notice,
+this list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation
+and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+
 License: Expat
  Permission is hereby granted, free of charge, to any person obtaining a
  copy of this software and associated documentation files (the "Software"),
@@ -47,6 +134,21 @@ License: Expat
  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  DEALINGS IN THE SOFTWARE.
 
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License 

[ossim-planet] branch pristine-tar created (now e6ae4c1)

2016-06-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 ossim-planet.

at  e6ae4c1   pristine-tar data for ossim-planet_1.8.20.3+ds.orig.tar.gz

This branch includes the following new commits:

   new  e6ae4c1   pristine-tar data for ossim-planet_1.8.20.3+ds.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.


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


[ossim-planet] 01/01: pristine-tar data for ossim-planet_1.8.20.3+ds.orig.tar.gz

2016-06-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 ossim-planet.

commit e6ae4c197767c405d8f15d5fd46d29cd0dc9772b
Author: Bas Couwenberg 
Date:   Fri Jun 3 23:35:38 2016 +0200

pristine-tar data for ossim-planet_1.8.20.3+ds.orig.tar.gz
---
 ossim-planet_1.8.20.3+ds.orig.tar.gz.delta | Bin 0 -> 567047 bytes
 ossim-planet_1.8.20.3+ds.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/ossim-planet_1.8.20.3+ds.orig.tar.gz.delta 
b/ossim-planet_1.8.20.3+ds.orig.tar.gz.delta
new file mode 100644
index 000..a401d1b
Binary files /dev/null and b/ossim-planet_1.8.20.3+ds.orig.tar.gz.delta differ
diff --git a/ossim-planet_1.8.20.3+ds.orig.tar.gz.id 
b/ossim-planet_1.8.20.3+ds.orig.tar.gz.id
new file mode 100644
index 000..9b2b00c
--- /dev/null
+++ b/ossim-planet_1.8.20.3+ds.orig.tar.gz.id
@@ -0,0 +1 @@
+a8adb07b60d597eb35b6a7a865e4f2172d4a5888

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


[ossim-planet] 04/06: Disable ephemeris option, GPSTk not packaged yet.

2016-06-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 ossim-planet.

commit 8b0b5fe8530737b3f025098050e559de501deb16
Author: Bas Couwenberg 
Date:   Sat Jun 4 13:06:36 2016 +0200

Disable ephemeris option, GPSTk not packaged yet.
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 0c29991..bf8319b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,8 @@ CMAKE_OPTS = \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_MODULE_PATH=$(CURDIR)/ossimPlanet/CMakeModules \
-DBUILD_OSSIMPREDATOR=OFF \
-   -DBUILD_SHARED_LIBS=ON
+   -DBUILD_SHARED_LIBS=ON \
+   -DOSSIMPLANET_ENABLE_EPHEMERIS=OFF
 
 override_dh_auto_configure:
dh_auto_configure -- $(CMAKE_OPTS) 

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


[ossim-planet] branch master created (now 9f5cae3)

2016-06-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 ossim-planet.

at  9f5cae3   Use separate library packages.

This branch includes the following new commits:

   new  743f9be   Imported Upstream version 1.8.20.3+ds
   new  9fa43a4   Initial Debian packaging.
   new  e3c2fee   Remove ossimPredator support (FTBFS with current FFmpeg).
   new  8b0b5fe   Disable ephemeris option, GPSTk not packaged yet.
   new  93c3393   Update copyright file.
   new  9f5cae3   Use separate library packages.

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.


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


[ossim-video] branch pristine-tar created (now 336cfd3)

2016-06-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 ossim-video.

at  336cfd3   pristine-tar data for ossim-video_1.8.20.3+ds.orig.tar.gz

This branch includes the following new commits:

   new  336cfd3   pristine-tar data for ossim-video_1.8.20.3+ds.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.


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


<    4   5   6   7   8   9   10   11   12   13   >