[gdal] 01/01: Mark hardening as Applied-Upstream for 2.0 branch too.

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental-2.0
in repository gdal.

commit 1f91e1a632d04070332fbdc95f12ba3b379037ad
Author: Bas Couwenberg 
Date:   Sun Oct 18 22:10:55 2015 +0200

Mark hardening as Applied-Upstream for 2.0 branch too.
---
 debian/patches/hardening | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/patches/hardening b/debian/patches/hardening
index fe23148..7a51bc4 100644
--- a/debian/patches/hardening
+++ b/debian/patches/hardening
@@ -2,6 +2,7 @@ Description: Add support for all hardening buildflags.
 Author: Bas Couwenberg 
 Forwarded: https://trac.osgeo.org/gdal/ticket/5998
 Applied-Upstream: https://trac.osgeo.org/gdal/changeset/29360
+  https://trac.osgeo.org/gdal/changeset/31064
 
 --- a/swig/java/GNUmakefile
 +++ b/swig/java/GNUmakefile

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


[gdal] branch experimental-2.0 updated (d0884e4 -> 1f91e1a)

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch experimental-2.0
in repository gdal.

  from  d0884e4   Restore hardening patch for java changes applied upstream 
in trunk only.
   new  1f91e1a   Mark hardening as Applied-Upstream for 2.0 branch too.

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

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


[gdal] 01/01: Restore hardening patch for java changes applied upstream in trunk only.

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental-2.0
in repository gdal.

commit d0884e49c6fc18d535a12413ebff839d9261c528
Author: Bas Couwenberg 
Date:   Sun Oct 18 21:42:11 2015 +0200

Restore hardening patch for java changes applied upstream in trunk only.
---
 debian/patches/hardening | 21 +
 debian/patches/series|  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/hardening b/debian/patches/hardening
new file mode 100644
index 000..fe23148
--- /dev/null
+++ b/debian/patches/hardening
@@ -0,0 +1,21 @@
+Description: Add support for all hardening buildflags.
+Author: Bas Couwenberg 
+Forwarded: https://trac.osgeo.org/gdal/ticket/5998
+Applied-Upstream: https://trac.osgeo.org/gdal/changeset/29360
+
+--- a/swig/java/GNUmakefile
 b/swig/java/GNUmakefile
+@@ -100,10 +100,10 @@ $(JAVA_MODULES): lib%jni.$(SO_EXT): %_wr
+ # Do not remove -fno-strict-aliasing while SWIG generates weird code in 
upcast methods
+ # See http://trac.osgeo.org/gdal/changeset/16006
+ %.$(OBJ_EXT): %.cpp
+-  $(CXX) -fno-strict-aliasing $(CFLAGS) $(GDAL_INCLUDE) $(JAVA_INCLUDE) 
-c $<
++  $(CXX) -fno-strict-aliasing $(CFLAGS) $(CPPFLAGS) $(GDAL_INCLUDE) 
$(JAVA_INCLUDE) -c $<
+ 
+ %.$(OBJ_EXT): %.cxx
+-  $(CXX) -fno-strict-aliasing $(CFLAGS) $(GDAL_INCLUDE) $(JAVA_INCLUDE) 
-c $<
++  $(CXX) -fno-strict-aliasing $(CFLAGS) $(CPPFLAGS) $(GDAL_INCLUDE) 
$(JAVA_INCLUDE) -c $<
+ 
+ %.$(OBJ_EXT): %.c
+-  $(CC) -fno-strict-aliasing $(CFLAGS) $(GDAL_INCLUDE) $(JAVA_INCLUDE) -c 
$<
++  $(CC) -fno-strict-aliasing $(CFLAGS) $(CPPFLAGS) $(GDAL_INCLUDE) 
$(JAVA_INCLUDE) -c $<
diff --git a/debian/patches/series b/debian/patches/series
index a7979fc..aa1be10 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,4 +7,5 @@ ecw-plugin
 mrsid-plugin
 spatialite
 java.opt
+hardening
 perl-vendor

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


Bug#802266: openscenegraph: Fails to build with GDAL 2.0

2015-10-18 Thread Bas Couwenberg
Source: openscenegraph
Version: 3.2.1-7
Severity: important
Tags: patch upstream
User: debian-...@lists.debian.org
Usertags: gdal-2.0

Dear Maintainer,

openscenegraph (3.2.1-7) FTBFS due to missing compatibility with
GDAL/OGR 2.0:

 error: 'Open' is not a member of 'OGRSFDriverRegistrar'

This build failure needs to be resolved to unblock the rebuilds of
osgearth & qgis as part of the gdal-2.0 transition.

There is some discussion about GDAL 2.0 support on the OSG forum:

 http://forum.openscenegraph.org/viewtopic.php?t=14579

And this change in SVN fixes the OGRSFDriverRegistrar build failure:

 http://trac.openscenegraph.org/projects/osg/changeset/14926

The attached debdiff includes the changes from OSG SVN r14926 in 
gdal-2.0.patch, please consider including these changes in the next
openscenegraph upload.

The severity of this issue will be increased to serious when the GDAL
2.0 transition starts.

There are no GDAL 2.0.1 packages available in experimental yet, because
the transition to GDAL 1.11.3 (#80) needs to start first. This issue
was triaged using locally built GDAL 2.0.1 packages from the
experimental-2.0 branch in git [1].

[0] https://lists.debian.org/debian-gis/2015/10/msg00022.html
[1] http://anonscm.debian.org/cgit/pkg-grass/gdal.git/log/?h=experimental-2.0

Kind Regards,

Bas
diff -Nru openscenegraph-3.2.1/debian/changelog openscenegraph-3.2.1/debian/changelog
--- openscenegraph-3.2.1/debian/changelog	2015-08-30 16:53:50.0 +0200
+++ openscenegraph-3.2.1/debian/changelog	2015-10-18 20:52:39.0 +0200
@@ -1,3 +1,10 @@
+openscenegraph (3.2.1-7.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add patch for GDAL 2.0 support.
+
+ -- Bas Couwenberg   Sun, 18 Oct 2015 20:51:48 +0200
+
 openscenegraph (3.2.1-7) unstable; urgency=medium
 
   [ Martin Pitt ]
diff -Nru openscenegraph-3.2.1/debian/patches/gdal-2.0.patch openscenegraph-3.2.1/debian/patches/gdal-2.0.patch
--- openscenegraph-3.2.1/debian/patches/gdal-2.0.patch	1970-01-01 01:00:00.0 +0100
+++ openscenegraph-3.2.1/debian/patches/gdal-2.0.patch	2015-10-18 20:51:34.0 +0200
@@ -0,0 +1,53 @@
+Description: Add support for GDAL 2.0.
+ See also: https://svn.osgeo.org/gdal/branches/2.0/gdal/MIGRATION_GUIDE.TXT
+Origin: http://trac.openscenegraph.org/projects/osg/changeset/14926
+
+--- a/OpenSceneGraph/src/osgPlugins/ogr/ReaderWriterOGR.cpp
 b/OpenSceneGraph/src/osgPlugins/ogr/ReaderWriterOGR.cpp
+@@ -134,11 +134,20 @@ public:
+ 
+ virtual ReadResult readFile(const std::string& fileName, const osgDB::ReaderWriter::Options* options) const
+ {
++#if GDAL_VERSION_MAJOR<2
+ if (OGRSFDriverRegistrar::GetRegistrar()->GetDriverCount() == 0)
+ OGRRegisterAll();
+ 
+ // Try to open data source
+ OGRDataSource* file = OGRSFDriverRegistrar::Open(fileName.c_str());
++#else
++if (GDALGetDriverCount() == 0)
++GDALAllRegister();
++
++// Try to open data source
++GDALDataset* file  = (GDALDataset*) GDALOpenEx( fileName.c_str(), GDAL_OF_VECTOR, NULL, NULL, NULL );
++#endif
++
+ if (!file)
+ return 0;
+ 
+@@ -156,6 +165,7 @@ public:
+ 
+ osg::Group* group = new osg::Group;
+ 
++#if GDAL_VERSION_MAJOR<2
+ for (int i = 0; i < file->GetLayerCount(); i++)
+ {
+ osg::Group* node = readLayer(file->GetLayer(i), file->GetName(), useRandomColorByFeature, addGroupPerFeature);
+@@ -163,6 +173,17 @@ public:
+ group->addChild( node );
+ }
+ OGRDataSource::DestroyDataSource( file );
++#else
++for (int i = 0; i < GDALDatasetGetLayerCount(file); i++)
++{
++OGRLayer* layer = (OGRLayer *)GDALDatasetGetLayer(file, i);
++osg::Group* node = readLayer(layer, layer->GetName(), useRandomColorByFeature, addGroupPerFeature);
++if (node)
++group->addChild( node );
++}
++GDALClose( file );
++#endif
++
+ return group;
+ }
+ 
diff -Nru openscenegraph-3.2.1/debian/patches/series openscenegraph-3.2.1/debian/patches/series
--- openscenegraph-3.2.1/debian/patches/series	2015-02-04 11:25:06.0 +0100
+++ openscenegraph-3.2.1/debian/patches/series	2015-10-18 20:47:06.0 +0200
@@ -3,3 +3,4 @@
 libav10.patch
 bug763818_fix_preprocessor_double_substitution
 bug765855_removecallback_use_after_free
+gdal-2.0.patch
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[saga] 02/04: Update watchfile to find also versions separated by -

2015-10-18 Thread Johan Van de Wauw
This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository saga.

commit 2f027a766bf2af33201ce31ec33b03b43a6f6b21
Author: Johan Van de Wauw 
Date:   Sun Oct 18 21:24:09 2015 +0200

Update watchfile to find also versions separated by -
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 1c576ac..222a4b7 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 opts=dversionmangle=s/\+dfsg//,repacksuffix=+dfsg \
-http://sf.net/saga-gis/saga_(\d\.\d\.\d).tar\.gz
+http://sf.net/saga-gis/saga[_-](\d\.\d\.\d).tar\.gz

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


[saga] 04/04: Merge tag 'upstream/2.2.2'

2015-10-18 Thread Johan Van de Wauw
This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository saga.

commit e2e7872547ca1d7eaf8258a76b7cd6bb51753e0f
Merge: 2f027a7 45e0b24
Author: Johan Van de Wauw 
Date:   Sun Oct 18 21:24:44 2015 +0200

Merge tag 'upstream/2.2.2'

Upstream version 2.2.2

 Makefile.am| 5 +
 Makefile.in|39 +-
 README | 2 +-
 configure  |20 +-
 configure.ac   | 4 +-
 .../climate/climate_tools/MLB_Interface.cpp| 3 +
 src/modules/climate/climate_tools/Makefile.am  | 2 +
 src/modules/climate/climate_tools/Makefile.in  | 5 +-
 .../climate_tools/daily_sun.cpp}   |   513 +-
 .../Filter.h => climate/climate_tools/daily_sun.h} |39 +-
 .../climate/climate_tools/etp_hargreave.cpp|34 +-
 src/modules/db/db_odbc/odbc.cpp|31 +-
 src/modules/db/db_pgsql/MLB_Interface.cpp  | 4 +
 src/modules/db/db_pgsql/db_pgsql.cpp   |   330 +-
 src/modules/db/db_pgsql/db_pgsql.h |29 +-
 src/modules/db/db_pgsql/get_connection.cpp |   175 +
 src/modules/db/db_pgsql/get_connection.h   |40 +
 src/modules/db/db_pgsql/pgis_raster.cpp|   252 +-
 src/modules/db/db_pgsql/pgis_raster.h  |29 +
 src/modules/db/db_pgsql/pgis_shapes.cpp|24 +-
 .../garden_3d_viewer/3d_viewer_pointcloud.cpp  | 7 -
 src/modules/grid/grid_filter/Filter.cpp|   145 +-
 src/modules/grid/grid_filter/Filter.h  |10 +-
 src/modules/grid/grid_filter/MLB_Interface.cpp | 5 +-
 src/modules/grid/grid_filter/wombling.cpp  |   633 +-
 src/modules/grid/grid_filter/wombling.h|59 +-
 src/modules/grid/grid_gridding/nn/triangle.c   | 16012 +++
 src/modules/grid/grid_gridding/nn/triangle.h   |   296 +
 .../grid/grid_spline/Gridding_Spline_MBA.cpp   | 7 +-
 src/modules/grid/grid_tools/Grid_Gaps.cpp  |50 +-
 .../imagery_classification/MLB_Interface.cpp   | 4 +-
 .../imagery/imagery_classification/Makefile.am | 2 +
 .../imagery/imagery_classification/Makefile.in | 9 +-
 .../imagery_classification/change_detection.cpp|   274 +-
 .../imagery_classification/change_detection.h  | 2 +
 .../classification_quality.cpp |   429 +
 ...change_detection.h => classification_quality.h} |27 +-
 src/modules/imagery/imagery_svm/svm.cpp|  3089 
 src/modules/imagery/imagery_svm/svm.h  |   101 +
 src/modules/io/io_gdal/gdal_import.cpp |13 +-
 .../pointcloud_tools/pc_attribute_calculator.cpp   |25 +-
 .../pointcloud_tools/pc_attribute_calculator.h | 3 +-
 .../pointcloud_tools/pc_drop_attribute.cpp |   130 +-
 .../pointcloud_tools/pc_drop_attribute.h   | 3 +-
 .../pointcloud/pointcloud_tools/pc_merge.cpp   |30 +-
 src/modules/pointcloud/pointcloud_tools/pc_merge.h | 3 +-
 .../shapes/shapes_tools/shapes_split_randomly.cpp  |74 +-
 .../shapes/shapes_tools/shapes_split_randomly.h|11 +-
 .../simulation/sim_fire_spreading/Forecasting.cpp  |   666 +
 .../simulation/sim_fire_spreading/Forecasting.h|84 +
 .../sim_fire_spreading}/MLB_Interface.cpp  |88 +-
 .../sim_fire_spreading/MLB_Interface.h}|49 +-
 .../simulation/sim_fire_spreading/Makefile.am  |26 +
 .../sim_fire_spreading}/Makefile.in|   115 +-
 .../simulation/sim_fire_spreading/Simulate.cpp |   363 +
 .../simulation/sim_fire_spreading/Simulate.h   |81 +
 .../simulation/sim_fire_spreading/fireLib.c|  1817 +++
 .../simulation/sim_fire_spreading/fireLib.h|   551 +
 .../statistics/statistics_kriging/kriging_base.cpp |48 +-
 .../statistics_kriging/kriging_regression.cpp  |49 +-
 .../statistics_kriging/semivariogram.cpp   |49 +-
 .../ta_lighting/SolarRadiation.cpp |  1131 +-
 .../terrain_analysis/ta_lighting/SolarRadiation.h  |35 +-
 .../ta_morphometry/MLB_Interface.cpp   | 1 +
 .../ta_morphometry/wind_effect.cpp |   195 +-
 .../terrain_analysis/ta_morphometry/wind_effect.h  |27 +-
 src/modules/tin/tin_viewer/tin_view_module.cpp | 7 -
 src/saga_core/saga_api/api_callback.cpp|16 +-
 src/saga_core/saga_api/api_core.h  | 4 +-
 src/saga_core/saga_api/api_memory.cpp  | 6 +-
 src/saga_core/saga_api/datetime.cpp|   175 +-
 src/saga_core/saga_api/datetime.h  |28 +-
 src/saga_core/saga_api/grid.cpp|95 +-
 src/saga_core/saga_api/grid_io.cpp   

[saga] branch master updated (171ab9c -> e2e7872)

2015-10-18 Thread Johan Van de Wauw
This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a change to branch master
in repository saga.

  from  171ab9c   Release to unstable
   new  5639d87   Point to right branch for vcs-git
   new  2f027a7   Update watchfile to find also versions separated by -
   new  45e0b24   Imported Upstream version 2.2.2
   new  e2e7872   Merge tag 'upstream/2.2.2'

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:
 Makefile.am| 5 +
 Makefile.in|39 +-
 README | 2 +-
 configure  |20 +-
 configure.ac   | 4 +-
 debian/control | 2 +-
 debian/watch   | 2 +-
 .../climate/climate_tools/MLB_Interface.cpp| 3 +
 src/modules/climate/climate_tools/Makefile.am  | 2 +
 src/modules/climate/climate_tools/Makefile.in  | 5 +-
 .../climate_tools/daily_sun.cpp}   |   518 +-
 .../climate_tools/daily_sun.h} |22 +-
 .../climate/climate_tools/etp_hargreave.cpp|34 +-
 src/modules/db/db_odbc/odbc.cpp|31 +-
 src/modules/db/db_pgsql/MLB_Interface.cpp  | 4 +
 src/modules/db/db_pgsql/db_pgsql.cpp   |   330 +-
 src/modules/db/db_pgsql/db_pgsql.h |29 +-
 src/modules/db/db_pgsql/get_connection.cpp |   175 +
 src/modules/db/db_pgsql/get_connection.h   |40 +
 src/modules/db/db_pgsql/pgis_raster.cpp|   252 +-
 src/modules/db/db_pgsql/pgis_raster.h  |29 +
 src/modules/db/db_pgsql/pgis_shapes.cpp|24 +-
 .../garden_3d_viewer/3d_viewer_pointcloud.cpp  | 7 -
 src/modules/grid/grid_filter/Filter.cpp|   145 +-
 src/modules/grid/grid_filter/Filter.h  |10 +-
 src/modules/grid/grid_filter/MLB_Interface.cpp | 5 +-
 src/modules/grid/grid_filter/wombling.cpp  |   633 +-
 src/modules/grid/grid_filter/wombling.h|59 +-
 src/modules/grid/grid_gridding/nn/triangle.c   | 16012 +++
 src/modules/grid/grid_gridding/nn/triangle.h   |   296 +
 .../grid/grid_spline/Gridding_Spline_MBA.cpp   | 7 +-
 src/modules/grid/grid_tools/Grid_Gaps.cpp  |50 +-
 .../imagery_classification/MLB_Interface.cpp   | 4 +-
 .../imagery/imagery_classification/Makefile.am | 2 +
 .../imagery/imagery_classification/Makefile.in | 9 +-
 .../imagery_classification/change_detection.cpp|   274 +-
 .../imagery_classification/change_detection.h  | 2 +
 .../classification_quality.cpp |   429 +
 ...change_detection.h => classification_quality.h} |27 +-
 src/modules/imagery/imagery_svm/svm.cpp|  3089 
 src/modules/imagery/imagery_svm/svm.h  |   101 +
 src/modules/io/io_gdal/gdal_import.cpp |13 +-
 .../pointcloud_tools/pc_attribute_calculator.cpp   |25 +-
 .../pointcloud_tools/pc_attribute_calculator.h | 3 +-
 .../pointcloud_tools/pc_drop_attribute.cpp |   130 +-
 .../pointcloud_tools/pc_drop_attribute.h   | 3 +-
 .../pointcloud/pointcloud_tools/pc_merge.cpp   |30 +-
 src/modules/pointcloud/pointcloud_tools/pc_merge.h | 3 +-
 .../shapes/shapes_tools/shapes_split_randomly.cpp  |74 +-
 .../shapes/shapes_tools/shapes_split_randomly.h|11 +-
 .../simulation/sim_fire_spreading/Forecasting.cpp  |   666 +
 .../simulation/sim_fire_spreading/Forecasting.h|84 +
 .../sim_fire_spreading}/MLB_Interface.cpp  |65 +-
 .../sim_fire_spreading}/MLB_Interface.h|12 +-
 .../Makefile.am|18 +-
 .../sim_fire_spreading}/Makefile.in|76 +-
 .../simulation/sim_fire_spreading/Simulate.cpp |   363 +
 .../simulation/sim_fire_spreading/Simulate.h   |81 +
 .../simulation/sim_fire_spreading/fireLib.c|  1817 +++
 .../simulation/sim_fire_spreading/fireLib.h|   551 +
 .../statistics/statistics_kriging/kriging_base.cpp |48 +-
 .../statistics_kriging/kriging_regression.cpp  |49 +-
 .../statistics_kriging/semivariogram.cpp   |49 +-
 .../ta_lighting/SolarRadiation.cpp |  1131 +-
 .../terrain_analysis/ta_lighting/SolarRadiation.h  |35 +-
 .../ta_morphometry/MLB_Interface.cpp   | 1 +
 .../ta_morphometry/wind_effect.cpp |   195 +-
 .../terrain_analysis/ta_morphometry/wind_effect.h  |27 +-
 

[saga] 01/04: Point to right branch for vcs-git

2015-10-18 Thread Johan Van de Wauw
This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository saga.

commit 5639d87511dec661012c02d17768502a560a5bac
Author: Johan Van de Wauw 
Date:   Sun Oct 18 21:23:07 2015 +0200

Point to right branch for vcs-git
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 52794c2..facd156 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Build-Depends: libwxgtk3.0-dev,
libopencv-photo-dev
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/saga.git
-Vcs-Git: git://anonscm.debian.org/pkg-grass/saga.git -b experimental
+Vcs-Git: git://anonscm.debian.org/pkg-grass/saga.git
 Homepage: http://www.saga-gis.org/
 
 Package: saga

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


[gdal] branch experimental-2.0 updated (2c1bcd7 -> d0884e4)

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch experimental-2.0
in repository gdal.

  from  2c1bcd7   New upstream release.
   new  d0884e4   Restore hardening patch for java changes applied upstream 
in trunk only.

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/hardening | 21 +
 debian/patches/series|  1 +
 2 files changed, 22 insertions(+)
 create mode 100644 debian/patches/hardening

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


[qmapshack] 01/02: Use desktop file in favor of menu file per CTTE #741573.

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository qmapshack.

commit 4033bc2fa1c87b92d1d1ba3d4f0e07580875f815
Author: Bas Couwenberg 
Date:   Sun Oct 18 19:43:52 2015 +0200

Use desktop file in favor of menu file per CTTE #741573.
---
 debian/changelog  |  6 ++
 debian/qmapshack.menu |  6 --
 debian/qmapshack.xpm  | 57 ---
 debian/rules  |  4 
 4 files changed, 6 insertions(+), 67 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3fd40af..28948c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qmapshack (1.3.1-2) UNRELEASED; urgency=medium
+
+  * Use desktop file in favor of menu file per CTTE #741573.
+
+ -- Bas Couwenberg   Sun, 18 Oct 2015 19:43:37 +0200
+
 qmapshack (1.3.1-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/qmapshack.menu b/debian/qmapshack.menu
deleted file mode 100644
index ee0c232..000
--- a/debian/qmapshack.menu
+++ /dev/null
@@ -1,6 +0,0 @@
-?package(qmapshack):\
-needs="X11"\
-section="Applications/Science/Geoscience"\
-title="QMapShack"\
-icon="/usr/share/pixmaps/qmapshack.xpm"\
-command="/usr/bin/qmapshack"
diff --git a/debian/qmapshack.xpm b/debian/qmapshack.xpm
deleted file mode 100644
index 8ae5974..000
--- a/debian/qmapshack.xpm
+++ /dev/null
@@ -1,57 +0,0 @@
-/* XPM */
-static char *qmapshack[] = {
-/* columns rows colors chars-per-pixel */
-"32 32 19 1",
-"  c #7F",
-". c navy",
-"X c #81",
-"o c #82",
-"O c #83",
-"+ c #84",
-"@ c #85",
-"# c #86",
-"$ c #87",
-"% c #88",
-"& c #89",
-"* c #8B",
-"= c #8E",
-"- c #92",
-"; c #99",
-": c #AA",
-"> c blue",
-", c gray100",
-"< c None",
-/* pixels */
-"",
-"",
-"....",
-"....",
-"..<<....",
-"..><<*...-...><>><:...><<<..",
-"=<<..<..",
-". .#.;;<<...#<..",
-"..=...<<<..<;<..",
-"...<<<..",
-"...><..#..#*<<..",
-"..#...#<-.#<<<..",
-"..<..:<<....",
-"..<...<<<..#.#><<<..",
-"..<<<>..=<<<...#<:.<..>><<..",
-"..<<<. <#..<<<..",
-"..<<<..<#.;<",
-".....<..",
-"..><<...",
-"..>...<<<...",
-"..<...<*..<<<.. .  .",
-"..<..<<*#<..",
-"..<..>..",
-"..<..<..",
-"..  ",
-"..< ..<<<# <<<..",
-"..<*..   .#<<<..",
-"..<<#... ...",
-"....",
-"....",
-"",
-""
-};
diff --git a/debian/rules b/debian/rules
index a5e4893..668323b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,10 +29,6 @@ endif
 
dh_auto_build
 
-override_dh_auto_install:
-   dh_auto_install
-   install -m 644 $(CURDIR)/debian/*.xpm 
$(CURDIR)/debian/qmapshack/usr/share/pixmaps/
-
 override_dh_install:
dh_install --list-missing
 

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


[qmapshack] 02/02: Add patch to install QMapShack icon in hicolor theme too.

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository qmapshack.

commit 5cb27b427ddff086f1d78aeea14afd34af16a364
Author: Bas Couwenberg 
Date:   Sun Oct 18 20:19:12 2015 +0200

Add patch to install QMapShack icon in hicolor theme too.
---
 debian/changelog   |  1 +
 debian/patches/hicolor-icons.patch | 53 ++
 debian/patches/series  |  1 +
 3 files changed, 55 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 28948c0..f0672da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 qmapshack (1.3.1-2) UNRELEASED; urgency=medium
 
   * Use desktop file in favor of menu file per CTTE #741573.
+  * Add patch to install QMapShack icon in hicolor theme too.
 
  -- Bas Couwenberg   Sun, 18 Oct 2015 19:43:37 +0200
 
diff --git a/debian/patches/hicolor-icons.patch 
b/debian/patches/hicolor-icons.patch
new file mode 100644
index 000..3d5eb01
--- /dev/null
+++ b/debian/patches/hicolor-icons.patch
@@ -0,0 +1,53 @@
+Description: Install QMapShack icon in hicolor theme too.
+ The quote the Icon Theme Specification:
+ .
+  So, you're an application author, and want to install application
+  icons so that they work in the KDE and Gnome menus. Minimally you
+  should install a 48x48 icon in the hicolor theme. This means installing
+  a PNG file in $prefix/share/icons/hicolor/48x48/apps. Optionally you
+  can install icons in different sizes. For example, installing a svg
+  icon in $prefix/share/icons/hicolor/scalable/apps means most desktops
+  will have one icon that works for all sizes. You might even want to
+  install icons with a look that matches other well known themes so your
+  application will fit in with some specific desktop environment.
+ .
+  It is recommended that the icons installed in the hicolor theme look
+  neutral, since it is a fallback theme that will be used in combination
+  with some very different looking themes. But if you don't have any
+  neutral icon, please install whatever icon you have in the hicolor
+  theme so that all applications get at least some icon in all themes.
+ .
+ 
http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#install_icons
+Author: Bas Couwenberg 
+Forwarded: https://bitbucket.org/maproom/qmapshack/issues/64
+
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -73,6 +73,27 @@ if (UNIX AND NOT WIN32 AND NOT APPLE)
+ 
+   install(
+ FILES
++  src/icons/48x48/QMapShack.png
++DESTINATION
++  ${ICON_INSTALL_DIR}/hicolor/48x48/apps
++  )
++
++  install(
++FILES
++  src/icons/32x32/QMapShack.png
++DESTINATION
++  ${ICON_INSTALL_DIR}/hicolor/32x32/apps
++  )
++
++  install(
++FILES
++  src/icons/QMapShack.svg
++DESTINATION
++  ${ICON_INSTALL_DIR}/hicolor/scalable/apps
++  )
++
++  install(
++FILES
+   qmapshack.1
+ DESTINATION
+   ${MAN_INSTALL_DIR}/man1
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..d0d3836
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+hicolor-icons.patch

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


[qmapshack] branch master updated (a9fb000 -> 5cb27b4)

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository qmapshack.

  from  a9fb000   Set distribution to unstable.
   new  4033bc2   Use desktop file in favor of menu file per CTTE #741573.
   new  5cb27b4   Add patch to install QMapShack icon in hicolor theme too.

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   |  7 +
 debian/patches/hicolor-icons.patch | 53 +++
 debian/patches/series  |  1 +
 debian/qmapshack.menu  |  6 
 debian/qmapshack.xpm   | 57 --
 debian/rules   |  4 ---
 6 files changed, 61 insertions(+), 67 deletions(-)
 create mode 100644 debian/patches/hicolor-icons.patch
 create mode 100644 debian/patches/series
 delete mode 100644 debian/qmapshack.menu
 delete mode 100644 debian/qmapshack.xpm

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


[netcdf4-python] 04/05: Drop patches, applied upstream.

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf4-python.

commit 636c357100624532fa85959eed2b8d1b4a562bbc
Author: Bas Couwenberg 
Date:   Sun Oct 18 12:48:05 2015 +0200

Drop patches, applied upstream.
---
 debian/changelog  |   1 +
 debian/patches/homogeneous-typo.patch | 101 --
 debian/patches/series |   1 -
 3 files changed, 1 insertion(+), 102 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f10319c..885b81f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 netcdf4-python (1.2.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Drop patches, applied upstream.
 
  -- Bas Couwenberg   Sun, 18 Oct 2015 12:45:28 +0200
 
diff --git a/debian/patches/homogeneous-typo.patch 
b/debian/patches/homogeneous-typo.patch
deleted file mode 100644
index 6075d42..000
--- a/debian/patches/homogeneous-typo.patch
+++ /dev/null
@@ -1,101 +0,0 @@
-Description: Fix 'homogenous' typo, replace with 'homogeneous'.
-Author: Bas Couwenberg 
-Forwarded: https://github.com/Unidata/netcdf4-python/pull/462
-Applied-Upstream: 
https://github.com/Unidata/netcdf4-python/commit/7a9d984d6061ddfbb07cd1d2f9384495c2696d11
-
 a/docs/netCDF4/index.html
-+++ b/docs/netCDF4/index.html
-@@ -1343,7 +1343,7 @@ types) are not supported.
- Dealing with time coordinates.
- Reading data from a multi-file netCDF 
dataset.
- Efficient compression of netCDF variables.
--Beyond homogenous arrays of a fixed type - compound 
data types.
-+Beyond homogeneous arrays of a fixed type - compound 
data types.
- Variable-length (vlen) data types.
- Enum data type.
- 
-@@ -1862,7 +1862,7 @@ sacrificed for the sake of disk space.and see how much smaller the resulting files are.
--10) Beyond homogenous arrays of a fixed type - 
compound data types.
-+10) Beyond homogeneous arrays of a fixed type - 
compound data types.
- Compound data types map directly to numpy structured (a.k.a 'record'
- arrays).  Structured arrays are akin to C structs, or derived types
- in Fortran. They allow for the construction of table-like structures
-@@ -2690,7 +2690,7 @@ parent Dataset instance is garbage colle
- dtype object datatype.
- Note: If the new compound data type contains 
other compound data types
- (i.e. it is a 'nested' compound type, where not all of the elements
--are homogenous numeric data types), then the 'inner' compound types 
must be
-+are homogeneous numeric data types), then the 'inner' compound types 
must be
- created first.
- The return value is the CompoundType class instance 
describing the new
- datatype.
-@@ -3700,7 +3700,7 @@ instances, raises IOError.
- dtype object datatype.
- Note: If the new compound data type contains 
other compound data types
- (i.e. it is a 'nested' compound type, where not all of the elements
--are homogenous numeric data types), then the 'inner' compound types 
must be
-+are homogeneous numeric data types), then the 'inner' compound types 
must be
- created first.
- The return value is the CompoundType class instance 
describing the new
- datatype.
-@@ -4585,7 +4585,7 @@ variable-length types defined for the datatype.
- Note: If the new compound data type contains 
other compound data types
- (i.e. it is a 'nested' compound type, where not all of the elements
--are homogenous numeric data types), then the 'inner' compound types 
must be
-+are homogeneous numeric data types), then the 'inner' compound types 
must be
- created first.
- The return value is the CompoundType class instance 
describing the new
- datatype.
 a/netCDF4/_netCDF4.c
-+++ b/netCDF4/_netCDF4.c
-@@ -1781,7 +1781,7 @@ static char __pyx_k_Class_providing_an_i
- static char __pyx_k_FillValue_attribute_must_be_set[] = "_FillValue attribute 
must be set when variable is ";
- static char __pyx_k_The_vltypes_dictionary_maps_the[] = "The `vltypes` 
dictionary maps the names of\nvariable-length types defined for the 
`netCDF4.Group` or `netCDF4.Dataset` to instances of the\n`netCDF4.VLType` 
class.";
- static char __pyx_k_Variable_object_no_longer_valid[] = "Variable object no 
longer valid";
--static char __pyx_k_Version_1_2_0_Introduction_netc[] = "\nVersion 
1.2.0\n-\n- - - \n\nIntroduction\n\n\nnetcdf4-python is 
a Python interface to the netCDF C library.  
\n\n[netCDF](http://www.unidata.ucar.edu/software/netcdf/) version 4 has many 
features\nnot found in earlier versions of the library and is implemented on 
top of\n[HDF5](http://www.hdfgroup.org/HDF5). This module can read and 
write\nfiles in both the new netCDF 4 and the old netCDF 3 format, and ca [...]
-+static char __pyx_k_Version_1_2_0_Introduction_netc[] = "\nVersion 
1.2.0\n-\n- - - \n\nIntroduction\n\n\nnetcdf4-python is 
a Python interface to the netCDF C library.  

[netcdf4-python] branch master updated (9e6ea25 -> 4f6f165)

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository netcdf4-python.

  from  9e6ea25   Mark patch as Applied-Upstream.
   new  5fe4026   Imported Upstream version 1.2.1
   new  b11b1e5   Merge tag 'upstream/1.2.1'
   new  75c01d3   New upstream release.
   new  636c357   Drop patches, applied upstream.
   new  4f6f165   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:
 Changelog |13 +
 debian/changelog  | 7 +
 debian/patches/homogeneous-typo.patch |   101 -
 debian/patches/series | 1 -
 docs/netCDF4/index.html   |59 +-
 netCDF4/_netCDF4.c| 21057 +---
 netCDF4/_netCDF4.pyx  |79 +-
 netCDF4/utils.py  |   124 +-
 netcdftime/netcdftime.py  |20 +-
 setup.py  | 2 +-
 test/tst_fancyslicing.py  |16 +-
 test/tst_netcdftime.py|15 +
 test/tst_slicing.py   | 1 +
 test/tst_utils.py | 4 +-
 test/tst_vlen.py  | 8 +
 15 files changed, 11184 insertions(+), 10323 deletions(-)
 delete mode 100644 debian/patches/homogeneous-typo.patch
 delete mode 100644 debian/patches/series

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


[jmapviewer] branch master updated (56af69e -> 1b50964)

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository jmapviewer.

  from  56af69e   Set distribution to experimental.
   new  1b50964   Move from experimental to unstable.

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 | 6 ++
 1 file changed, 6 insertions(+)

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


[jmapviewer] tag debian/1.11+dfsg-1 created (now 1b50964)

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/1.11+dfsg-1
in repository jmapviewer.

at  1b50964   (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/jmapviewer.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


[jmapviewer] 01/01: Move from experimental to unstable.

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository jmapviewer.

commit 1b50964c5aa1251375a4259b2bbaa8a580984d2a
Author: Bas Couwenberg 
Date:   Sun Oct 18 13:29:31 2015 +0200

Move from experimental to unstable.
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ef95b5c..200d972 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jmapviewer (1.11+dfsg-1) unstable; urgency=medium
+
+  * Move from experimental to unstable.
+
+ -- Bas Couwenberg   Sun, 18 Oct 2015 13:29:27 +0200
+
 jmapviewer (1.11+dfsg-1~exp1) experimental; urgency=medium
 
   * New upstream release.

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

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


Processing of josm_0.0.svn8800+dfsg3-1_amd64.changes

2015-10-18 Thread Debian FTP Masters
josm_0.0.svn8800+dfsg3-1_amd64.changes uploaded successfully to localhost
along with the files:
  josm_0.0.svn8800+dfsg3-1.dsc
  josm_0.0.svn8800+dfsg3-1.debian.tar.xz
  josm-l10n_0.0.svn8800+dfsg3-1_all.deb
  josm_0.0.svn8800+dfsg3-1_all.deb

Greetings,

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

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


[josm] 01/01: Move from experimental to unstable.

2015-10-18 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 aabbe13e20a59d85b8562f2e52883369ab48cdcf
Author: Bas Couwenberg 
Date:   Sun Oct 18 13:41:40 2015 +0200

Move from experimental to unstable.
---
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c2a47d5..d670729 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-josm (0.0.svn8800+dfsg3-1~exp2) UNRELEASED; urgency=medium
+josm (0.0.svn8800+dfsg3-1) unstable; urgency=medium
 
   * Don't mark the Debian package build as a local build in MANIFEST.MF.
+  * Move from experimental to unstable.
 
- -- Bas Couwenberg   Sun, 11 Oct 2015 14:31:19 +0200
+ -- Bas Couwenberg   Sun, 18 Oct 2015 13:41:32 +0200
 
 josm (0.0.svn8800+dfsg3-1~exp1) experimental; 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 master updated (3f36d68 -> aabbe13)

2015-10-18 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  3f36d68   Don't mark the Debian package build as a local build in 
MANIFEST.MF.
   new  aabbe13   Move from experimental to unstable.

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 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

-- 
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] tag debian/0.0.svn8800+dfsg3-1 created (now aabbe13)

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

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

at  aabbe13   (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


[openstreetmap-map-icons] 01/01: Move from experimental to unstable.

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository openstreetmap-map-icons.

commit 3536f52268b092ad5bc72b54deac88f12cfe373a
Author: Bas Couwenberg 
Date:   Sun Oct 18 14:17:22 2015 +0200

Move from experimental to unstable.
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9381ab1..26b530c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openstreetmap-map-icons (1:0.0.svn31608-1) unstable; urgency=medium
+
+  * Move from experimental to unstable.
+
+ -- Bas Couwenberg   Sun, 18 Oct 2015 14:16:40 +0200
+
 openstreetmap-map-icons (1:0.0.svn31608-1~exp1) experimental; urgency=medium
 
   * New upstream SVN snapshot.

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


[openstreetmap-map-icons] tag debian/0.0.svn31608-1 created (now 3536f52)

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/0.0.svn31608-1
in repository openstreetmap-map-icons.

at  3536f52   (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/openstreetmap-map-icons.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


[openstreetmap-map-icons] branch master updated (78ba937 -> 3536f52)

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository openstreetmap-map-icons.

  from  78ba937   Set distribution to experimental.
   new  3536f52   Move from experimental to unstable.

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 | 6 ++
 1 file changed, 6 insertions(+)

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


netcdf4-python_1.2.1-1_amd64.changes ACCEPTED into unstable

2015-10-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 18 Oct 2015 12:51:03 +0200
Source: netcdf4-python
Binary: python-netcdf4 python3-netcdf4
Architecture: source amd64
Version: 1.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 python-netcdf4 - Python interface to the netCDF4 (network Common Data Form) 
librar
 python3-netcdf4 - Python 3 interface to the netCDF4 (network Common Data Form) 
libr
Changes:
 netcdf4-python (1.2.1-1) unstable; urgency=medium
 .
   * New upstream release.
   * Drop patches, applied upstream.
Checksums-Sha1:
 e5b83679e5c65120a33c67f2b2e96abad15acf9b 2252 netcdf4-python_1.2.1-1.dsc
 4df6b2fbf2388f3c0ab1e8d3ab2eb3acd01f91c9 685627 
netcdf4-python_1.2.1.orig.tar.gz
 85203390e2ec9d8cd80edc70f0b6da3960cd23f0 4228 
netcdf4-python_1.2.1-1.debian.tar.xz
 ffc80472af36c97f200250ccd37cf38bec69db79 420374 
python-netcdf4_1.2.1-1_amd64.deb
 49b2df5413e17d8c1a608b3c5fdeddee99c98e94 559554 
python3-netcdf4_1.2.1-1_amd64.deb
Checksums-Sha256:
 12ee76ef1705f1193793d404d8d08d952cfeddf22298d4e4618f1d36683c1048 2252 
netcdf4-python_1.2.1-1.dsc
 b849f460c760b246d727a608bef703c5a6d5fb64ea99e0a9b0cdff091dc30ae5 685627 
netcdf4-python_1.2.1.orig.tar.gz
 61d28764cf2817ae5e03ff429f37794176e40ac652cda7fe886a9381d8187217 4228 
netcdf4-python_1.2.1-1.debian.tar.xz
 d6629e8b55137614d7761892437e66fec266f0325b53bf4d13938e649573cec4 420374 
python-netcdf4_1.2.1-1_amd64.deb
 5aaf9c14f0f7013c8cb3ddd2f1167d089a16bca73b80bc4dfe3ba0354463af94 559554 
python3-netcdf4_1.2.1-1_amd64.deb
Files:
 4006bf708bef3bd49b0b7dd132679c91 2252 science optional 
netcdf4-python_1.2.1-1.dsc
 b8704bde1039a6388d18b063c2f16319 685627 science optional 
netcdf4-python_1.2.1.orig.tar.gz
 f7ec89c119abfdb10991a5d86420f87e 4228 science optional 
netcdf4-python_1.2.1-1.debian.tar.xz
 eb1a0dad00acb1bd1f222981983183f9 420374 python optional 
python-netcdf4_1.2.1-1_amd64.deb
 9582c5465489abb5947356b9493e8146 559554 python optional 
python3-netcdf4_1.2.1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWI4G2AAoJEGdQ8QrojUrx8noP+wZK4Mnxj5hWt+tmDpW8LKW9
KckWgNKgYv5Bc9m8znW6rlNOlRcNdQ43NRTNeFNzUDzJFL+yG6aSZ4KW5kMDi5zf
mgWlabFRVUImxxtGvDu+xrenqwVdRCz+3WPEN6O6upRE0k6q8ThRDRbWqOPvIxuq
E2BqcpR6Ijr+YsaeETTRbiNkH3462TmN6yant5ShwtsVr7T68Z/lPOyVwNqWiq1D
5YCORlHxuFhQ8IT3Rel2+bE97inCTpJ/o+2+GZnCWITwaWF7Dpdy2Fz1Y4PtBJGh
BS4mYPI5V4aW39BECsiN2PtUb1k05AHSo/PdIrblPP8Gyo33znmOsMcOt42WAhGF
wb3E+Mjqkcyd6NUBBKz1Qq2Ow3jxrnxKUHQ0IEDFR1pqP9JdpU3BkhhD6w856qeW
Cl1qwxw3GhogXsbh5JH3OwHeh+5/s+cq/eoo02PwACxL4T4Vlhh1j0m9a3+S/7Gw
tziIhZsmDXG1c0AnAYDw30CP0bTOhGCe9MMYJXQ0WPrqp9h+LP/8Dh3Mz3Euq5gr
eKVz3fqO/q3j8y/y36MWEheTP5n2MZDPCrP/nsMBP+y8Hazum+6lp43wuyZLee/H
gUa8xmIZPJBXZztz8QUrWppSppgHDFP05EjonDh3W1MOlgrWQDlpxHIXdqn/Rn9c
RFJv7qMmYExENd+wTPyE
=mUi7
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


jmapviewer_1.11+dfsg-1_amd64.changes ACCEPTED into unstable

2015-10-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 18 Oct 2015 13:29:27 +0200
Source: jmapviewer
Binary: jmapviewer
Architecture: source all
Version: 1.11+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 jmapviewer - Java OpenStreetMap Tile Viewer
Changes:
 jmapviewer (1.11+dfsg-1) unstable; urgency=medium
 .
   * Move from experimental to unstable.
Checksums-Sha1:
 5cb62440fb5ce7f4c823fc8e12bd2d03c2a70449 2107 jmapviewer_1.11+dfsg-1.dsc
 b255be976109ef61875be0edcae05ad004d20470 6892 
jmapviewer_1.11+dfsg-1.debian.tar.xz
 7922aac25bb113efaad980582dc23df121a4169c 130630 jmapviewer_1.11+dfsg-1_all.deb
Checksums-Sha256:
 29c1ab88ff09cb13fea745fd5680c9d0e14b6620920a1f4a7cfafe56a0f19053 2107 
jmapviewer_1.11+dfsg-1.dsc
 674afae3a528a585562f7dd538679ac10c242ab29b26682531e39801c7bf2915 6892 
jmapviewer_1.11+dfsg-1.debian.tar.xz
 c4c26f9428378b96ab815b443a98de703aa469194fa8c0465a4bacd717a6cab3 130630 
jmapviewer_1.11+dfsg-1_all.deb
Files:
 df17f948cd0b2702f41e4c2e83b9222f 2107 utils optional jmapviewer_1.11+dfsg-1.dsc
 9ef803fbaf1f1d0a886d81736b08953b 6892 utils optional 
jmapviewer_1.11+dfsg-1.debian.tar.xz
 9d8efbe4c56f01647d8bcf612d765d71 130630 utils optional 
jmapviewer_1.11+dfsg-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWI4UHAAoJEGdQ8QrojUrxUU0QAMfAS6W4RvZMti6e1rASS8Cz
/fcRNuu1JxFyQltBlt5CSTGwx+yeMm7k7d8DyUuG7FMrFvvDwIQw6lDCjkCOgnIA
B2Q/UnNSNKHl197P2CAYdm+OscUxvAwnjNcpxfb+Ic5OuuAt2IeQyn/wobdwFR1G
T9NBHR/OEEeUaYadrflc94BzzqYxK+hWSUBr4NCdkB8xeyRac1BYl62Tzp1ukGy+
Fe3pJmxWyoDlO2coI3ey6y7EzIt3vBJvIPlDFmksUPwTwovtblQ+ubZLKpJBqjil
FKAMZcEc739QhdODmiNIBGnbHdgxrxX8jQXwzi9GqdeSVfu2gf4hwdShrnPjjJVB
s1ES3VuSa7aGCqseVTXX4OBNu7PcsHZAbpexNj0tqxG4BR4bxY/RHQR0dY/d49cx
D72fFmkSHyBhlV6t+Q3uIbtlzImRdgZmLaqbcqDV2dZ4BzbxiogYLXKi94EJ9tXY
ey1WltaOJwLGoTBORWanEvJPKlit1HskuUTj7w3LGaOsIWjtmnybTmzrxqW2k7yR
t21T4/E6EskjAe+JW49Dz14r/gBJNSw3zyE+KtmaH8Q3C38gp/Y/UCRDde6gKmfj
8TWJS11AEwbdt+CY0G5fRzt9BGy+qZGtliPVegWvCzqupYFqy3wns3mmFZ4Dm/5M
lhL5eTI5YU3Crk5YCFU4
=e/IF
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


[josm-plugins] branch master updated (b626fb1 -> 1a0efb4)

2015-10-18 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  b626fb1   Set distribution to experimental.
   new  1a0efb4   Move from experimental to unstable.

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 | 6 ++
 1 file changed, 6 insertions(+)

-- 
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: Move from experimental to unstable.

2015-10-18 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 1a0efb429c73d3cce1e8237887be1b538a30bc63
Author: Bas Couwenberg 
Date:   Sun Oct 18 14:06:33 2015 +0200

Move from experimental to unstable.
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d159bce..870d780 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+josm-plugins (0.0.svn31608+ds1-1) unstable; urgency=medium
+
+  * Move from experimental to unstable.
+
+ -- Bas Couwenberg   Sun, 18 Oct 2015 14:05:58 +0200
+
 josm-plugins (0.0.svn31608+ds1-1~exp1) experimental; 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] tag debian/0.0.svn31608+ds1-1 created (now 1a0efb4)

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

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

at  1a0efb4   (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


Processing of openstreetmap-map-icons_0.0.svn31608-1_amd64.changes

2015-10-18 Thread Debian FTP Masters
openstreetmap-map-icons_0.0.svn31608-1_amd64.changes uploaded successfully to 
localhost
along with the files:
  openstreetmap-map-icons_0.0.svn31608-1.dsc
  openstreetmap-map-icons_0.0.svn31608-1.debian.tar.xz
  openstreetmap-map-icons-classic_0.0.svn31608-1_all.deb
  openstreetmap-map-icons-scalable_0.0.svn31608-1_all.deb
  openstreetmap-map-icons-square_0.0.svn31608-1_all.deb

Greetings,

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

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


openstreetmap-map-icons_0.0.svn31608-1_amd64.changes ACCEPTED into unstable

2015-10-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 18 Oct 2015 14:16:40 +0200
Source: openstreetmap-map-icons
Binary: openstreetmap-map-icons-classic openstreetmap-map-icons-square 
openstreetmap-map-icons-scalable
Architecture: source all
Version: 1:0.0.svn31608-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 openstreetmap-map-icons-classic - Collection of map icons (classic set)
 openstreetmap-map-icons-scalable - Collection of map icons (scalable set)
 openstreetmap-map-icons-square - Collection of map icons (square set)
Changes:
 openstreetmap-map-icons (1:0.0.svn31608-1) unstable; urgency=medium
 .
   * Move from experimental to unstable.
Checksums-Sha1:
 51d85fc94c3976468e2b9ae47ecab87e77f185f8 2431 
openstreetmap-map-icons_0.0.svn31608-1.dsc
 a3ffc27fbdebfad50f8979d9c1c8a350de0ab02a 30608 
openstreetmap-map-icons_0.0.svn31608-1.debian.tar.xz
 8fd823aea1575ca99899b43b084997431351dfcd 713286 
openstreetmap-map-icons-classic_0.0.svn31608-1_all.deb
 542cfcc71780f1625405bccb6377dcb2ecad4e77 661672 
openstreetmap-map-icons-scalable_0.0.svn31608-1_all.deb
 6bc72e225809b2b8909b78bac04761bdded9f71c 603624 
openstreetmap-map-icons-square_0.0.svn31608-1_all.deb
Checksums-Sha256:
 df3be1171436280ee98bbf775c415cf8880540dcd425ed4eacc1aa1e0acffbaf 2431 
openstreetmap-map-icons_0.0.svn31608-1.dsc
 4bfc269e95d82907cb11b19ef13357a1e65f45a1059fc447af33f8605dc0e9ff 30608 
openstreetmap-map-icons_0.0.svn31608-1.debian.tar.xz
 6703e6192fbda23a9207ac3d75846ef86f17e15b3908829b2ab00d5bfcf1d427 713286 
openstreetmap-map-icons-classic_0.0.svn31608-1_all.deb
 003d76381404ae99128fe317e2003059adcedd73faa641f1fd6bda8bea8c5a36 661672 
openstreetmap-map-icons-scalable_0.0.svn31608-1_all.deb
 496027b752bbd2aedac9229a394f1f713e695acc56c99eeb97b23f3eca6d981d 603624 
openstreetmap-map-icons-square_0.0.svn31608-1_all.deb
Files:
 83312e4998f600a32c40635b71d317bd 2431 utils optional 
openstreetmap-map-icons_0.0.svn31608-1.dsc
 ddd1372a01595eaa7075cae3a881fab9 30608 utils optional 
openstreetmap-map-icons_0.0.svn31608-1.debian.tar.xz
 5677b748831ec41bfc9760700ebdd151 713286 utils optional 
openstreetmap-map-icons-classic_0.0.svn31608-1_all.deb
 9d11077ab1dfc9cd0c7c54cc436ad9b5 661672 utils optional 
openstreetmap-map-icons-scalable_0.0.svn31608-1_all.deb
 fecb7de767fc8b9c40f0c390ee62b3d3 603624 utils optional 
openstreetmap-map-icons-square_0.0.svn31608-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWI47WAAoJEGdQ8QrojUrxFgQP/RQYqCI1XZoQb5hqPuust9fR
g/wlAWehBsbMAgeqZsc/se1EnOsuoiiQRbHSZqdaFWEOi69SSYgSRftmG76ckW6D
TJY4ggWnaITcZ1g4SV/q+VR7fiemBbJzfjbe1ZLrYUmyAV2aKWYvHkPezn1AVv7N
Y7EfOw/hPEfEKbc0kiQTbR3roKnx/QszjM44z9y+s1LcDS4U7xyyP8HHxWwtf39T
9EOU05G0FlPDunbF3xgJDiPbhJ+9AakpJjHK4pvcS79j/ZotCWQ5L3CZDRrIzKYu
2Soy/cI++6m8AkxLF6fIyrjHbQ5dsHWYiWY/JLjHBoVuaQv4KHEiaHyp8OhDvTO4
W9Y9VJvVHkAxCQsHsMI4/Fo6IBVY5VH9DPv0bOQfMd2MuCryqYx1riy9+oorTNF2
V40M2MN5eYlGotYNyA0Rjic/TMwpAL4+7yaw4bPfO4zWNk+8/NCBNz2dLY2qawYL
FpcMJwYiD6sfEB0KzCxRZohSyxfrsyon43HlebzOCmSSw/npDtcHtcEESMv3dusD
ng77lzWjAx7OQVKe4o82jc2F5DJ0tqMq2nnTOP+O0jmTuhLS+hq6JB0P0XP42mW9
LGD7ngg3/r1RypG5aJGJMegCu7SIlYzFseGRbQoou2DRGwB9+0t5bit3SOra65Ci
ba4Uv4tSdCicJrml0EgT
=f4C2
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


josm-plugins_0.0.svn31608+ds1-1_amd64.changes ACCEPTED into unstable

2015-10-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 18 Oct 2015 14:05:58 +0200
Source: josm-plugins
Binary: josm-plugins
Architecture: source all
Version: 0.0.svn31608+ds1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 josm-plugins - Plugins for JOSM
Changes:
 josm-plugins (0.0.svn31608+ds1-1) unstable; urgency=medium
 .
   * Move from experimental to unstable.
Checksums-Sha1:
 c35ee6ba7628afdb906c1ec109030a4c039303ce 2367 
josm-plugins_0.0.svn31608+ds1-1.dsc
 7d73d9ba39ecb61df7554d6ce1bab70297647c04 10872 
josm-plugins_0.0.svn31608+ds1-1.debian.tar.xz
 8d3c7537c038cf9be80511c707f81254fe3c38d6 197048 
josm-plugins_0.0.svn31608+ds1-1_all.deb
Checksums-Sha256:
 06a80267889682829abbeddf3ecc2647509e162e646d12a14ed5ae3fab336244 2367 
josm-plugins_0.0.svn31608+ds1-1.dsc
 af6fb1621d6ec9dcfe2d35919767aa17ac9315b193334709793a47b33af5fa52 10872 
josm-plugins_0.0.svn31608+ds1-1.debian.tar.xz
 d47a4641e9872e829fb31efd64ac4c316348bc7f31ad20b3bbf5e88f3c1f69d5 197048 
josm-plugins_0.0.svn31608+ds1-1_all.deb
Files:
 50e9f62cf0d8b689d5192a56129b6d3c 2367 science optional 
josm-plugins_0.0.svn31608+ds1-1.dsc
 07e12b004302bc3e75cf947569bb3e6a 10872 science optional 
josm-plugins_0.0.svn31608+ds1-1.debian.tar.xz
 ce0592ada59cfaa17fc1f15e90b69a0b 197048 science optional 
josm-plugins_0.0.svn31608+ds1-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWI409AAoJEGdQ8QrojUrx4QYP/3WP78KVvJtnNyJsCM0YR4Ln
mf+j7T92EN+ydKwKuTPEvhEuiHwTKymOCptDzyF4GR6cVETvmMEm9V/T+FJ6A6fk
mrMjA+TG0O1hw4DDfg4PUkxBJoT8S8OO+NCBflMondsto1C10kipQL9zN/DmBz8i
xx96bNWRFcSwyDlmxqmaawE7J4uFdy1nL68X4loTkD5o2B1ujjpOS/DardXpGBDU
xA9OCGT5dH6ljrgZt7Z2D7WWvB/SFfjKY9lUIe25x1BKOaibbtW3zH86o5EHT6Qt
S2raCMdJRJdq4lJtF8La+c+Vz2PEGn0/JuBkT95xnAzFEjd7Gcr0MPTkKSZqeWG9
9iL3k5UbRWXVn9P5ug5MglANJ2//h2jl37yVl1WL/Kdid+e8RX1iSWTi4LfwnWmg
nqMRZLkbW5wOjTigDbpv+FFejg1owNCJO5AcpgXbjcDq7K7jbeNXJqxOFOE+POOk
r/zhIV8z4UylcNPRd0ppZETbWHwPZYr3V+mvaJOp6DjcoR/WPRqCEP8sa/dbM5EZ
VgHqoP/yJ9AspeyM//trYhjJA6oLeDl7U83pERpE6ylFedS+Qgfrg6TdtC5I8l88
C1TTN5xWH8fDYfha8t1vAzP0iRXn1u6TnTUdqkHcgKF2rCg3/HnMT7yIiASe1ND0
ISTOkAOjHHE0akT/Iwba
=WbOR
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


[netcdf4-python] tag debian/1.2.1-1 created (now 4f6f165)

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/1.2.1-1
in repository netcdf4-python.

at  4f6f165   (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/netcdf4-python.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


[netcdf4-python] 05/05: Set distribution to unstable.

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf4-python.

commit 4f6f165ac0984221674112608b2f158670122568
Author: Bas Couwenberg 
Date:   Sun Oct 18 12:51:16 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 885b81f..66bd568 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-netcdf4-python (1.2.1-1) UNRELEASED; urgency=medium
+netcdf4-python (1.2.1-1) unstable; urgency=medium
 
   * New upstream release.
   * Drop patches, applied upstream.
 
- -- Bas Couwenberg   Sun, 18 Oct 2015 12:45:28 +0200
+ -- Bas Couwenberg   Sun, 18 Oct 2015 12:51:03 +0200
 
 netcdf4-python (1.2.0-1) unstable; urgency=medium
 

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


[netcdf4-python] branch pristine-tar updated (8cf3558 -> f758362)

2015-10-18 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 netcdf4-python.

  from  8cf3558   pristine-tar data for netcdf4-python_1.2.0.orig.tar.gz
   new  f758362   pristine-tar data for netcdf4-python_1.2.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:
 netcdf4-python_1.2.1.orig.tar.gz.delta | Bin 0 -> 3560 bytes
 netcdf4-python_1.2.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 netcdf4-python_1.2.1.orig.tar.gz.delta
 create mode 100644 netcdf4-python_1.2.1.orig.tar.gz.id

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


[netcdf4-python] branch upstream updated (4a9ecd3 -> 5fe4026)

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository netcdf4-python.

  from  4a9ecd3   Imported Upstream version 1.2.0
   new  5fe4026   Imported Upstream version 1.2.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:
 Changelog|13 +
 docs/netCDF4/index.html  |59 +-
 netCDF4/_netCDF4.c   | 21057 +++--
 netCDF4/_netCDF4.pyx |79 +-
 netCDF4/utils.py |   124 +-
 netcdftime/netcdftime.py |20 +-
 setup.py | 2 +-
 test/tst_fancyslicing.py |16 +-
 test/tst_netcdftime.py   |15 +
 test/tst_slicing.py  | 1 +
 test/tst_utils.py| 4 +-
 test/tst_vlen.py | 8 +
 12 files changed, 11177 insertions(+), 10221 deletions(-)

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


[netcdf4-python] 03/05: New upstream release.

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf4-python.

commit 75c01d3b1a88e68937633ec890c0396de3887f53
Author: Bas Couwenberg 
Date:   Sun Oct 18 12:47:38 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 205a4ce..f10319c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+netcdf4-python (1.2.1-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Bas Couwenberg   Sun, 18 Oct 2015 12:45:28 +0200
+
 netcdf4-python (1.2.0-1) unstable; urgency=medium
 
   * New upstream release.

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


[netcdf4-python] annotated tag upstream/1.2.1 created (now ff7dd0f)

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to annotated tag upstream/1.2.1
in repository netcdf4-python.

at  ff7dd0f   (tag)
   tagging  5fe4026c9ae38f273afb9222bc0bf54568600017 (commit)
  replaces  upstream/1.2.0
 tagged by  Bas Couwenberg
on  Sun Oct 18 12:45:03 2015 +0200

- Log -
Upstream version 1.2.1

Bas Couwenberg (1):
  Imported Upstream version 1.2.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/netcdf4-python.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


[netcdf4-python] 01/01: pristine-tar data for netcdf4-python_1.2.1.orig.tar.gz

2015-10-18 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 netcdf4-python.

commit f75836263a8885a575779f1c01c1b978f658c3e2
Author: Bas Couwenberg 
Date:   Sun Oct 18 12:45:02 2015 +0200

pristine-tar data for netcdf4-python_1.2.1.orig.tar.gz
---
 netcdf4-python_1.2.1.orig.tar.gz.delta | Bin 0 -> 3560 bytes
 netcdf4-python_1.2.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/netcdf4-python_1.2.1.orig.tar.gz.delta 
b/netcdf4-python_1.2.1.orig.tar.gz.delta
new file mode 100644
index 000..ab1f83a
Binary files /dev/null and b/netcdf4-python_1.2.1.orig.tar.gz.delta differ
diff --git a/netcdf4-python_1.2.1.orig.tar.gz.id 
b/netcdf4-python_1.2.1.orig.tar.gz.id
new file mode 100644
index 000..7cdf814
--- /dev/null
+++ b/netcdf4-python_1.2.1.orig.tar.gz.id
@@ -0,0 +1 @@
+62b22715067edf0b8d3b2a5dda0d0bf5c7a25c61

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


[netcdf4-python] 02/05: Merge tag 'upstream/1.2.1'

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf4-python.

commit b11b1e5bcd719b83bd40741462edaa055a3d0d10
Merge: 9e6ea25 5fe4026
Author: Bas Couwenberg 
Date:   Sun Oct 18 12:45:04 2015 +0200

Merge tag 'upstream/1.2.1'

Upstream version 1.2.1

 Changelog|13 +
 docs/netCDF4/index.html  |59 +-
 netCDF4/_netCDF4.c   | 21057 +++--
 netCDF4/_netCDF4.pyx |79 +-
 netCDF4/utils.py |   124 +-
 netcdftime/netcdftime.py |20 +-
 setup.py | 2 +-
 test/tst_fancyslicing.py |16 +-
 test/tst_netcdftime.py   |15 +
 test/tst_slicing.py  | 1 +
 test/tst_utils.py| 4 +-
 test/tst_vlen.py | 8 +
 12 files changed, 11177 insertions(+), 10221 deletions(-)

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

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


Processing of netcdf4-python_1.2.1-1_amd64.changes

2015-10-18 Thread Debian FTP Masters
netcdf4-python_1.2.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  netcdf4-python_1.2.1-1.dsc
  netcdf4-python_1.2.1.orig.tar.gz
  netcdf4-python_1.2.1-1.debian.tar.xz
  python-netcdf4_1.2.1-1_amd64.deb
  python3-netcdf4_1.2.1-1_amd64.deb

Greetings,

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

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


Processing of jmapviewer_1.11+dfsg-1_amd64.changes

2015-10-18 Thread Debian FTP Masters
jmapviewer_1.11+dfsg-1_amd64.changes uploaded successfully to localhost
along with the files:
  jmapviewer_1.11+dfsg-1.dsc
  jmapviewer_1.11+dfsg-1.debian.tar.xz
  jmapviewer_1.11+dfsg-1_all.deb

Greetings,

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

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


josm_0.0.svn8800+dfsg3-1_amd64.changes ACCEPTED into unstable

2015-10-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 18 Oct 2015 13:41:32 +0200
Source: josm
Binary: josm josm-l10n
Architecture: source all
Version: 0.0.svn8800+dfsg3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 josm   - Editor for OpenStreetMap
 josm-l10n  - Editor for OpenStreetMap - translation files
Changes:
 josm (0.0.svn8800+dfsg3-1) unstable; urgency=medium
 .
   * Don't mark the Debian package build as a local build in MANIFEST.MF.
   * Move from experimental to unstable.
Checksums-Sha1:
 0450ac47baa03b1b32dcf2c1ef69b9305b8b0edc 2455 josm_0.0.svn8800+dfsg3-1.dsc
 94cb17542fb1dfec6d49b2255dae2f60e3de0f8b 81084 
josm_0.0.svn8800+dfsg3-1.debian.tar.xz
 d5d76e7f5dcd7b887edf7b8de82e9057289c2cef 1549024 
josm-l10n_0.0.svn8800+dfsg3-1_all.deb
 183e641a8ffa4491384013dba3dbeff0c40863fd 6449362 
josm_0.0.svn8800+dfsg3-1_all.deb
Checksums-Sha256:
 c803b6931bbf0ba65ee22752eaf8d4d149380289ad7e6493a8c4c4fe27f88560 2455 
josm_0.0.svn8800+dfsg3-1.dsc
 bcb99f2c07cbc43ef4e6226a15c12b66139668162e652578c1288d17abe98010 81084 
josm_0.0.svn8800+dfsg3-1.debian.tar.xz
 b03151ef632c6083f2b9abf07ec7fb4183708441867a67065385954b3af8cc12 1549024 
josm-l10n_0.0.svn8800+dfsg3-1_all.deb
 57dc435b3f087a91c53505e664083ad7d2677c3169cc08dfafc430c96aa5767d 6449362 
josm_0.0.svn8800+dfsg3-1_all.deb
Files:
 12e7b16ecd6d60a3183803904e937b9d 2455 utils extra josm_0.0.svn8800+dfsg3-1.dsc
 11ec3f4d44cea9f0feaa46db9ff1c1ee 81084 utils extra 
josm_0.0.svn8800+dfsg3-1.debian.tar.xz
 e1a0a805609b83aa76eb92473e57a84d 1549024 localization extra 
josm-l10n_0.0.svn8800+dfsg3-1_all.deb
 14f9eda9823643a5147b354c14427529 6449362 utils extra 
josm_0.0.svn8800+dfsg3-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWI4hiAAoJEGdQ8QrojUrxTMUQAMJ+zrI06U60ctbxI78wIM1t
TShTATQxy1jcDgGGeXoPHWiw1u0wdI6KZ9CUHwwpvCy/SoD/BoubFcc5lNjaq6OX
eObNDMr0OGd70n7W6eC8EJmU0P0dsnz1GSw04s4SHxUEXe78+h357wzQKpjk41SA
bqThGwr0gytiOFm/+CJ0sz9ym78NeNiLmKcJjB0zzmLSdGfLktixugFauj3wvsUB
JySTvlExQ65FNPM1QFQceAfGwCK9hb8F9RF6LFtnJO/MMIhhsB6C90Pu/TKoOeCT
EOgswe+GT3MRp7n4tEU4ffAnWaPPtOfuLGoIfHZaQapIugCMQpNjcX2hgq0fVx8X
03DsY0VJN1gw3idZRGwCIg/3W5+tqkVuxCL7Ed7xLFbcoPd7qqWLNpmAjeFZrRfF
47YGPqiDuMmPXeCzxEmHb29OCc3/eoWNRNO8+ML16oMHGR4siWCB34HPtlBBuuk0
5wIP8Q8QYzKvCK+KGZREXNUVDpRMcB3a3ZK/Y9QvaygkoDKvGOS65rj2ttAxKSdT
OI7SzagyGJume0CCZR2hXZDwivm6DR/fpB2A1Z7Hx9M0UcwKwsFP6xUpFMhjysMu
7NEUFnJVv3x4/e7ucaAPhp3lfWJnGEkQb6B6X54sZBTm9YmoXDLODcENV3/5kygl
J18GYcVfsaqsxVJ6d0C7
=pRo0
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


Processing of josm-plugins_0.0.svn31608+ds1-1_amd64.changes

2015-10-18 Thread Debian FTP Masters
josm-plugins_0.0.svn31608+ds1-1_amd64.changes uploaded successfully to localhost
along with the files:
  josm-plugins_0.0.svn31608+ds1-1.dsc
  josm-plugins_0.0.svn31608+ds1-1.debian.tar.xz
  josm-plugins_0.0.svn31608+ds1-1_all.deb

Greetings,

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

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


Bug#802222: transition: gdal

2015-10-18 Thread Bas Couwenberg
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition

For the Debian GIS team I'd like to transition to the recently released
GDAL 1.11.3 as soon as possible.

GDAL 2.0.1 was released along with 1.11.3 but several reverse dependencies
still need patches to support GDAL 2.0, as recently discussed on the
debian-gis list: https://lists.debian.org/debian-gis/2015/10/msg00022.html

gdal (1.11.3+dfsg-1~exp1) is ready in experimental for about a month
now.

Because of the problematic mix of C & C++ symbols provided by libgdal,
as discussed in the previous transition (#756867), the virtual ABI package
provided by libgdal1i has changed to libgdal.so.1-1.11.3.

The ben file used to prepare this transition is attached.

Despite only marking the packages relying on C++ symbols as bad, I think
all affected reverse dependencies should be binNMUed as part of this
transition.

All reverse dependencies build successfully with gdal (1.11.3+dfsg-1~exp1)
from experimental, except gazebo (5.0.1+dfsg-2.1) and
mysql-workbench (6.3.4+dfsg-1) which FTBFS for unrelated reasons. They
both fail to build with plain unstable too.

libgdal-grass (1.11.2-1) doesn't need a binNMU, libgdal-grass (1.11.3-1)
will be uploaded to unstable instead (after liblas & grass have been
rebuilt).


Transition: gdal

 libgdal1i (1.11.2+dfsg-3) -> libgdal1i (1.11.3+dfsg-1)
 libgdal.so.1-1.11.2   -> libgdal.so.1-1.11.3

The status of the most recent rebuilds is as follows.

 dans-gdal-scripts (0.23-4)   OK
 fiona (1.6.2-1)  OK
 gazebo(5.0.1+dfsg-2.1)   FTBFS
 gmt   (5.1.2+dfsg1-2)OK
 imposm(2.6.0+ds-2)   OK
 libcitygml(2.0-1)OK
 liblas(1.8.0-5)  OK
 libosmium (2.4.1-3)  OK
 mapcache  (1.4.0-4)  OK
 mapnik(3.0.7+ds-4)   OK
 mapserver (7.0.0-5)  OK
 merkaartor(0.18.2-1) OK
 mysql-workbench   (6.3.4+dfsg-1) FTBFS
 ncl   (6.3.0-4~exp2) OK
 node-srs  (0.4.8+dfsg-2) OK
 openscenegraph(3.2.1-7)  OK
 osmium(0.0~20150428-7f23002-2)   OK
 osrm  (4.7.1-2)  OK
 postgis   (2.1.8+dfsg-4 / 2.2.0+dfsg-1~exp1) OK / OK
 pprepair  (0.0~20150323-6284890-2)   OK
 prepair   (0.7-3)OK
 qlandkartegt  (1.8.1+ds-2)   OK
 qmapshack (1.3.1-1)  OK
 rasterio  (0.28.0-1) OK
 saga  (2.2.1+dfsg-1) OK
 sumo  (0.23.0+dfsg1-2)   OK
 thuban(1.2.2-8)  OK
 vtk6  (6.2.0+dfsg1-4)OK
 xastir(2.0.6-4)  OK

 grass (7.0.1-2)  OK
 osgearth  (2.5.0+dfsg-7 / 2.7.0+dfsg-1~exp4) OK / OK
 osmcoastline  (2.1.1-1)  OK
 pktools   (2.6.4-3)  OK
 pyosmium  (2.4.1-2)  OK

 libgdal-grass (1.11.2-1 / 1.11.3-1)  FTBFS / OK
 qgis  (2.8.3+dfsg-3) OK

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


[qgis] branch master updated (72d67b6 -> f8458ec)

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository qgis.

  from  72d67b6   Set distribution to unstable.
   new  c5c575a   Use desktop file in favor of menu file per CTTE #741573.
   new  14ea170   Also install MIME type icon in hicolor theme.
   new  50d660c   Drop libqgis* post{inst,rm}, rely on dpkg-triggers for 
ldconfig.
   new  f8458ec   Fix syntax for Keywords list in desktop files.

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


Summary of changes:
 debian/changelog   |   8 +
 debian/libqgis-analysis2.8.3.postinst  |  10 --
 debian/libqgis-analysis2.8.3.postrm|  10 --
 debian/libqgis-core2.8.3.postinst  |  10 --
 debian/libqgis-core2.8.3.postrm|  10 --
 debian/libqgis-gui2.8.3.postinst   |  10 --
 debian/libqgis-gui2.8.3.postrm |  10 --
 debian/libqgis-networkanalysis2.8.3.postinst   |  10 --
 debian/libqgis-networkanalysis2.8.3.postrm |  10 --
 debian/libqgisgrass2.8.3.postinst  |  10 --
 debian/libqgisgrass2.8.3.postrm|  10 --
 debian/libqgispython2.8.3.postinst |  10 --
 debian/libqgispython2.8.3.postrm   |  10 --
 debian/qbrowser.desktop|   2 +-
 debian/qgis-icon.xpm   | 170 -
 .../qgis-mime-icon128x128.png  | Bin
 debian/qgis-mime-icon16x16.png | Bin 0 -> 1429 bytes
 debian/qgis-mime-icon22x22.png | Bin 0 -> 1617 bytes
 debian/qgis-mime-icon24x24.png | Bin 0 -> 1799 bytes
 debian/qgis-mime-icon32x32.png | Bin 0 -> 2576 bytes
 debian/qgis-mime-icon36x36.png | Bin 0 -> 3027 bytes
 debian/qgis-mime-icon42x42.png | Bin 0 -> 3699 bytes
 debian/qgis-mime-icon48x48.png | Bin 0 -> 4482 bytes
 debian/qgis-mime-icon64x64.png | Bin 0 -> 6749 bytes
 debian/qgis-mime-icon72x72.png | Bin 0 -> 7875 bytes
 debian/qgis-mime-icon80x80.png | Bin 0 -> 9206 bytes
 debian/qgis-mime-icon8x8.png   | Bin 0 -> 602 bytes
 debian/qgis-mime-icon96x96.png | Bin 0 -> 11765 bytes
 debian/qgis.desktop|   2 +-
 debian/qgis.menu   |   3 -
 debian/qgis.xml|  22 +--
 debian/rules   |   7 +-
 debian/source/include-binaries |  13 ++
 33 files changed, 40 insertions(+), 307 deletions(-)
 delete mode 100644 debian/libqgis-analysis2.8.3.postinst
 delete mode 100644 debian/libqgis-analysis2.8.3.postrm
 delete mode 100644 debian/libqgis-core2.8.3.postinst
 delete mode 100644 debian/libqgis-core2.8.3.postrm
 delete mode 100644 debian/libqgis-gui2.8.3.postinst
 delete mode 100644 debian/libqgis-gui2.8.3.postrm
 delete mode 100644 debian/libqgis-networkanalysis2.8.3.postinst
 delete mode 100644 debian/libqgis-networkanalysis2.8.3.postrm
 delete mode 100644 debian/libqgisgrass2.8.3.postinst
 delete mode 100644 debian/libqgisgrass2.8.3.postrm
 delete mode 100644 debian/libqgispython2.8.3.postinst
 delete mode 100644 debian/libqgispython2.8.3.postrm
 delete mode 100644 debian/qgis-icon.xpm
 copy images/icons/qgis-mime-icon.png => debian/qgis-mime-icon128x128.png (100%)
 create mode 100644 debian/qgis-mime-icon16x16.png
 create mode 100644 debian/qgis-mime-icon22x22.png
 create mode 100644 debian/qgis-mime-icon24x24.png
 create mode 100644 debian/qgis-mime-icon32x32.png
 create mode 100644 debian/qgis-mime-icon36x36.png
 create mode 100644 debian/qgis-mime-icon42x42.png
 create mode 100644 debian/qgis-mime-icon48x48.png
 create mode 100644 debian/qgis-mime-icon64x64.png
 create mode 100644 debian/qgis-mime-icon72x72.png
 create mode 100644 debian/qgis-mime-icon80x80.png
 create mode 100644 debian/qgis-mime-icon8x8.png
 create mode 100644 debian/qgis-mime-icon96x96.png
 delete mode 100644 debian/qgis.menu

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


[qgis] 04/04: Fix syntax for Keywords list in desktop files.

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository qgis.

commit f8458ec162f9ad4c4ee1badfb526d256b6ca7987
Author: Bas Couwenberg 
Date:   Sun Oct 18 19:02:27 2015 +0200

Fix syntax for Keywords list in desktop files.
---
 debian/qbrowser.desktop | 2 +-
 debian/qgis.desktop | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/qbrowser.desktop b/debian/qbrowser.desktop
index 4dfbb37..28987e5 100644
--- a/debian/qbrowser.desktop
+++ b/debian/qbrowser.desktop
@@ -53,4 +53,4 @@ Exec=/usr/bin/qbrowser %F
 Terminal=false
 StartupNotify=false
 Categories=Qt;Education;Science;Geography;
-Keywords=map;globe;postgis;wms;wfs;ogc;osgeo
+Keywords=map;globe;postgis;wms;wfs;ogc;osgeo;
diff --git a/debian/qgis.desktop b/debian/qgis.desktop
index ee04145..8a1d3ad 100644
--- a/debian/qgis.desktop
+++ b/debian/qgis.desktop
@@ -54,4 +54,4 @@ Terminal=false
 StartupNotify=false
 Categories=Qt;Education;Science;Geography;
 
MimeType=application/x-qgis-project;image/tiff;image/jpeg;image/jp2;application/x-raster-aig;application/x-raster-ecw;application/x-raster-mrsid;application/x-mapinfo-mif;application/x-esri-shape;
-Keywords=map;globe;postgis;wms;wfs;ogc;osgeo
+Keywords=map;globe;postgis;wms;wfs;ogc;osgeo;

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


protozero 1.2.2-1 MIGRATED to testing

2015-10-18 Thread Debian testing watch
FYI: The status of the protozero source package
in Debian's testing distribution has changed.

  Previous version: 1.1.0-5
  Current version:  1.2.2-1

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

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


mapserver 7.0.0-5 MIGRATED to testing

2015-10-18 Thread Debian testing watch
FYI: The status of the mapserver source package
in Debian's testing distribution has changed.

  Previous version: 7.0.0-4
  Current version:  7.0.0-5

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

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


[qgis] 02/04: Also install MIME type icon in hicolor theme.

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository qgis.

commit 14ea1705b3de8e73e25fb2cbd9271080ff51e68f
Author: Bas Couwenberg 
Date:   Sun Oct 18 17:55:34 2015 +0200

Also install MIME type icon in hicolor theme.
---
 debian/changelog |   1 +
 debian/qgis-mime-icon128x128.png | Bin 0 -> 14941 bytes
 debian/qgis-mime-icon16x16.png   | Bin 0 -> 1429 bytes
 debian/qgis-mime-icon22x22.png   | Bin 0 -> 1617 bytes
 debian/qgis-mime-icon24x24.png   | Bin 0 -> 1799 bytes
 debian/qgis-mime-icon32x32.png   | Bin 0 -> 2576 bytes
 debian/qgis-mime-icon36x36.png   | Bin 0 -> 3027 bytes
 debian/qgis-mime-icon42x42.png   | Bin 0 -> 3699 bytes
 debian/qgis-mime-icon48x48.png   | Bin 0 -> 4482 bytes
 debian/qgis-mime-icon64x64.png   | Bin 0 -> 6749 bytes
 debian/qgis-mime-icon72x72.png   | Bin 0 -> 7875 bytes
 debian/qgis-mime-icon80x80.png   | Bin 0 -> 9206 bytes
 debian/qgis-mime-icon8x8.png | Bin 0 -> 602 bytes
 debian/qgis-mime-icon96x96.png   | Bin 0 -> 11765 bytes
 debian/qgis.xml  |  22 +++---
 debian/rules |   6 ++
 debian/source/include-binaries   |  13 +
 17 files changed, 31 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a8b75af..6291ea5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 qgis (2.8.3+dfsg-4) UNRELEASED; urgency=medium
 
   * Use desktop file in favor of menu file per CTTE #741573.
+  * Also install MIME type icon in hicolor theme.
 
  -- Bas Couwenberg   Sun, 18 Oct 2015 17:23:59 +0200
 
diff --git a/debian/qgis-mime-icon128x128.png b/debian/qgis-mime-icon128x128.png
new file mode 100644
index 000..25754b9
Binary files /dev/null and b/debian/qgis-mime-icon128x128.png differ
diff --git a/debian/qgis-mime-icon16x16.png b/debian/qgis-mime-icon16x16.png
new file mode 100644
index 000..0c4dac0
Binary files /dev/null and b/debian/qgis-mime-icon16x16.png differ
diff --git a/debian/qgis-mime-icon22x22.png b/debian/qgis-mime-icon22x22.png
new file mode 100644
index 000..1696bf8
Binary files /dev/null and b/debian/qgis-mime-icon22x22.png differ
diff --git a/debian/qgis-mime-icon24x24.png b/debian/qgis-mime-icon24x24.png
new file mode 100644
index 000..4d9d26a
Binary files /dev/null and b/debian/qgis-mime-icon24x24.png differ
diff --git a/debian/qgis-mime-icon32x32.png b/debian/qgis-mime-icon32x32.png
new file mode 100644
index 000..3dd6de0
Binary files /dev/null and b/debian/qgis-mime-icon32x32.png differ
diff --git a/debian/qgis-mime-icon36x36.png b/debian/qgis-mime-icon36x36.png
new file mode 100644
index 000..e3a60a6
Binary files /dev/null and b/debian/qgis-mime-icon36x36.png differ
diff --git a/debian/qgis-mime-icon42x42.png b/debian/qgis-mime-icon42x42.png
new file mode 100644
index 000..771fc71
Binary files /dev/null and b/debian/qgis-mime-icon42x42.png differ
diff --git a/debian/qgis-mime-icon48x48.png b/debian/qgis-mime-icon48x48.png
new file mode 100644
index 000..55f773b
Binary files /dev/null and b/debian/qgis-mime-icon48x48.png differ
diff --git a/debian/qgis-mime-icon64x64.png b/debian/qgis-mime-icon64x64.png
new file mode 100644
index 000..f00b683
Binary files /dev/null and b/debian/qgis-mime-icon64x64.png differ
diff --git a/debian/qgis-mime-icon72x72.png b/debian/qgis-mime-icon72x72.png
new file mode 100644
index 000..fe286e3
Binary files /dev/null and b/debian/qgis-mime-icon72x72.png differ
diff --git a/debian/qgis-mime-icon80x80.png b/debian/qgis-mime-icon80x80.png
new file mode 100644
index 000..bccc451
Binary files /dev/null and b/debian/qgis-mime-icon80x80.png differ
diff --git a/debian/qgis-mime-icon8x8.png b/debian/qgis-mime-icon8x8.png
new file mode 100644
index 000..8735181
Binary files /dev/null and b/debian/qgis-mime-icon8x8.png differ
diff --git a/debian/qgis-mime-icon96x96.png b/debian/qgis-mime-icon96x96.png
new file mode 100644
index 000..2d02205
Binary files /dev/null and b/debian/qgis-mime-icon96x96.png differ
diff --git a/debian/qgis.xml b/debian/qgis.xml
index a9407f0..6d43ef6 100644
--- a/debian/qgis.xml
+++ b/debian/qgis.xml
@@ -6,7 +6,7 @@
 QGIS-Projekt
 
 
-
+
 
   
 
@@ -19,7 +19,7 @@
 QGIS layer settings
 QGIS Layer Einstellungen
 
-
+
 
   
 
@@ -31,7 +31,7 @@
   
 ESRI shape file
 ESRI-Shapedatei
-
+
 
   
 
@@ -54,7 +54,7 @@
   
 ESRI coordinate reference system
 ESRI-Koordinatenreferenzsystem
-
+
 
   
   
@@ -66,7 +66,7 @@
   
 TIFF raster data
 TIFF-Rasterdaten
-
+
 
   
 
@@ -82,7 +82,7 @@
   
 JPEG raster data
 JPEG-Rasterdaten
-
+
 

 
@@ -93,7 +93,7 @@
   
 JPEG2000 raster data
 JPEG2000-Rasterdaten
-
+
 
   
 
@@ 

[qlandkartegt] 01/01: Use desktop file in favor of menu file per CTTE #741573.

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository qlandkartegt.

commit cce81b9a51c5be2adc2c704e6e874b37f5af5517
Author: Bas Couwenberg 
Date:   Sun Oct 18 19:40:09 2015 +0200

Use desktop file in favor of menu file per CTTE #741573.
---
 debian/changelog | 6 ++
 debian/control   | 1 -
 debian/qlandkartegt.menu | 6 --
 debian/rules | 8 
 4 files changed, 6 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 37e8a71..6ba7e86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qlandkartegt (1.8.1+ds-3) UNRELEASED; urgency=medium
+
+  * Use desktop file in favor of menu file per CTTE #741573.
+
+ -- Bas Couwenberg   Sun, 18 Oct 2015 19:35:47 +0200
+
 qlandkartegt (1.8.1+ds-2) unstable; urgency=medium
 
   * Update Vcs-Browser URL to use HTTPS.
diff --git a/debian/control b/debian/control
index e1ff876..7b480a0 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Priority: optional
 Build-Depends: cmake,
debhelper (>= 9.20120417~),
gpsbabel,
-   imagemagick,
libdmtx-dev,
libexif-dev,
libgdal-dev (>= 1.10.1-0~),
diff --git a/debian/qlandkartegt.menu b/debian/qlandkartegt.menu
deleted file mode 100644
index 5dae263..000
--- a/debian/qlandkartegt.menu
+++ /dev/null
@@ -1,6 +0,0 @@
-?package(qlandkartegt):\
-needs="X11"\
-section="Applications/Science/Geoscience"\
-title="QLandkarteGT"\
-icon="/usr/share/pixmaps/qlandkartegt.xpm"\
-command="/usr/bin/qlandkartegt"
diff --git a/debian/rules b/debian/rules
index 87317c4..e0477f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,14 +25,6 @@ override_dh_auto_build:
 
dh_auto_build
 
-override_dh_auto_install:
-   # first do the regular job
-   dh_auto_install
-   # come up with icon in XPM format
-   convert debian/qlandkartegt/usr/share/pixmaps/qlandkartegt.png \
-   -resize 32x32 
debian/qlandkartegt/usr/share/pixmaps/qlandkartegt.xpm
-   rm debian/qlandkartegt/usr/share/pixmaps/qlandkartegt.png
-
 override_dh_installchangelogs:
dh_installchangelogs changelog.txt
 

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


[qlandkartegt] branch master updated (f77d030 -> cce81b9)

2015-10-18 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository qlandkartegt.

  from  f77d030   Move from experimental to unstable.
   new  cce81b9   Use desktop file in favor of menu file per CTTE #741573.

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 | 6 ++
 debian/control   | 1 -
 debian/qlandkartegt.menu | 6 --
 debian/rules | 8 
 4 files changed, 6 insertions(+), 15 deletions(-)
 delete mode 100644 debian/qlandkartegt.menu

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