[otb] 05/09: Update spelling.patch to fix additional issues.

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

sebastic pushed a commit to branch master
in repository otb.

commit eff38a829d3be578b72381f1ed0ece3128df02bd
Author: Bas Couwenberg 
Date:   Mon Dec 21 20:37:24 2015 +0100

Update spelling.patch to fix additional issues.
---
 debian/patches/cmake-fixes.patch  |   2 +-
 debian/patches/itk-modules-list.patch |   2 -
 debian/patches/spelling.patch | 473 +-
 3 files changed, 461 insertions(+), 16 deletions(-)

diff --git a/debian/patches/cmake-fixes.patch b/debian/patches/cmake-fixes.patch
index 0f0e1bb..1a4f68c 100644
--- a/debian/patches/cmake-fixes.patch
+++ b/debian/patches/cmake-fixes.patch
@@ -4,7 +4,7 @@ Last-Update: 2015-12-17
 
 --- a/CMake/FindOssim.cmake
 +++ b/CMake/FindOssim.cmake
-@@ -38,5 +38,5 @@ FIND_PACKAGE_HANDLE_STANDARD_ARGS( Ossim DEFAULT_MSG 
OSSIM_LIBRARY OSSIM_INCLUDE
+@@ -38,5 +38,5 @@ FIND_PACKAGE_HANDLE_STANDARD_ARGS( Ossim
  
  mark_as_advanced( OSSIM_INCLUDE_DIR OSSIM_LIBRARY )
  
diff --git a/debian/patches/itk-modules-list.patch 
b/debian/patches/itk-modules-list.patch
index becd3f7..e7f6a4d 100644
--- a/debian/patches/itk-modules-list.patch
+++ b/debian/patches/itk-modules-list.patch
@@ -1,6 +1,4 @@
 ProxyChains-3.1 (http://proxychains.sf.net)
-diff --git a/Modules/ThirdParty/ITK/CMakeLists.txt 
b/Modules/ThirdParty/ITK/CMakeLists.txt
-index 55b0eb8..05c56fa 100644
 --- a/Modules/ThirdParty/ITK/CMakeLists.txt
 +++ b/Modules/ThirdParty/ITK/CMakeLists.txt
 @@ -2,7 +2,91 @@ project(OTBITK)
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index bb6a375..3ab8c86 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -4,9 +4,12 @@ Last-Update: 2015-09-01
 
 --- 
a/Modules/Applications/AppChangeDetection/app/otbMultivariateAlterationDetector.cxx
 +++ 
b/Modules/Applications/AppChangeDetection/app/otbMultivariateAlterationDetector.cxx
-@@ -75,7 +75,7 @@ private:
+@@ -73,9 +73,9 @@ private:
+   " are sorted by increasing correlation. If number of bands 
is "
+   " different, the change maps are sorted by decreasing 
correlation. \n"
" \n"
-   " The GetV1() and GetV2() methods allow to retrieve the 
linear "
+-  " The GetV1() and GetV2() methods allow to retrieve the 
linear "
++  " The GetV1() and GetV2() methods allow retrieving the 
linear "
" combinations used to generate the Mad change maps as a 
vnl_matrix of "
 -  " double, and the GetRho() method allows to retrieve the 
correlation "
 +  " double, and the GetRho() method allows one to retrieve 
the correlation "
@@ -86,6 +89,15 @@ Last-Update: 2015-09-01
"See complete documentation here 
\\url{http://docs.opencv.org/modules/ml/doc/decision_trees.html}.;);
//MaxDepth
AddParameter(ParameterType_Int, "classifier.dt.max", "Maximum depth of the 
tree");
+@@ -51,7 +51,7 @@ void TrainImagesClassifier::InitDecision
+ 
+   //UseSurrogates : don't need to be exposed !
+   //AddParameter(ParameterType_Empty, "classifier.dt.sur", "Surrogate splits 
will be built");
+-  //SetParameterDescription("classifier.dt.sur","These splits allow to work 
with missing data and compute variable importance correctly.");
++  //SetParameterDescription("classifier.dt.sur","These splits allow working 
with missing data and compute variable importance correctly.");
+ 
+   //MaxCategories
+   AddParameter(ParameterType_Int, "classifier.dt.cat",
 --- 
a/Modules/Applications/AppClassification/app/otbTrainGradientBoostedTree.cxx
 +++ 
b/Modules/Applications/AppClassification/app/otbTrainGradientBoostedTree.cxx
 @@ -27,7 +27,7 @@ void TrainImagesClassifier::InitGradient
@@ -97,17 +109,28 @@ Last-Update: 2015-09-01
"See complete documentation here 
\\url{http://docs.opencv.org/modules/ml/doc/gradient_boosted_trees.html}.;);
//LossFunctionType : not exposed, as only one type is used for 
Classification,
// the other three are used for regression.
+@@ -63,7 +63,7 @@ void TrainImagesClassifier::InitGradient
+ 
+   //UseSurrogates : don't need to be exposed !
+   //AddParameter(ParameterType_Empty, "classifier.gbt.sur", "Surrogate splits 
will be built");
+-  //SetParameterDescription("classifier.gbt.sur","These splits allow to work 
with missing data and compute variable importance correctly.");
++  //SetParameterDescription("classifier.gbt.sur","These splits allow working 
with missing data and compute variable importance correctly.");
+ 
+ }
+ 
 --- a/Modules/Applications/AppClassification/app/otbTrainImagesClassifier.cxx
 +++ b/Modules/Applications/AppClassification/app/otbTrainImagesClassifier.cxx
-@@ -35,7 +35,7 @@ void TrainImagesClassifier::DoInit()
+@@ -35,8 +35,8 @@ void TrainImagesClassifier::DoInit()
  "Samples are composed of pixel values in each band optionally 

[otb] branch master updated (c08603e -> 409e99e)

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

sebastic pushed a change to branch master
in repository otb.

  from  c08603e   update symbols for i386
   new  bd3b7e0   Sort dependencies, drop duplicates, fix @SOVERSION@ use 
in template.
   new  4a83a93   Use library specific short description.
   new  cb77fe7   End sentences with a period.
   new  4a2564f   Reorder DEP3 patch headers, fix Last-Update to use ISO 
date format.
   new  eff38a8   Update spelling.patch to fix additional issues.
   new  c9dc292   Add lintian overrides for spelling-error false positives.
   new  09b024b   Add lintian overrides for hardening false positives.
   new  62cc425   Explicitly remove files not installed.
   new  409e99e   Update symbols for amd64.

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


Summary of changes:
 debian/control |  312 ++--
 debian/control.in  |  358 ++--
 debian/libotb-apps.lintian-overrides   |3 +
 debian/libotbapplicationengine-5.0-1.symbols   | 1769 ++--
 debian/libotbcarto-5.0-1.symbols   |   72 +-
 debian/libotbcommandline-5.0-1.symbols |   68 +-
 debian/libotbcommandlineparser-5.0-1.symbols   |   68 +-
 debian/libotbcommon-5.0-1.symbols  |   36 +-
 debian/libotbcurladapters-5.0-1.symbols|   32 +-
 debian/libotbedge-5.0-1.symbols|   35 +-
 debian/libotbextendedfilename-5.0-1.symbols|   67 +-
 debian/libotbfuzzy-5.0-1.symbols   |   22 +-
 debian/libotbgdaladapters-5.0-1.symbols|   66 +-
 debian/libotbimagebase-5.0-1.symbols   |   30 +-
 debian/libotbimagemanipulation-5.0-1.symbols   |4 +-
 debian/libotbiobsq-5.0-1.symbols   |   25 +-
 debian/libotbiogdal-5.0-1.symbols  |   60 +-
 debian/libotbiokml-5.0-1.symbols   |   73 +-
 debian/libotbiolum-5.0-1.symbols   |   23 +-
 debian/libotbiomstar-5.0-1.lintian-overrides   |7 +
 debian/libotbiomstar-5.0-1.symbols |   14 +-
 debian/libotbiomw-5.0-1.symbols|   16 +-
 debian/libotbioonera-5.0-1.symbols |   14 +-
 debian/libotbiorad-5.0-1.symbols   |   23 +-
 debian/libotbiotilemap-5.0-1.symbols   |   36 +-
 debian/libotbmathparser-5.0-1.symbols  |   17 +-
 debian/libotbmetadata-5.0-1.symbols|  136 +-
 debian/libotbossimadapters-5.0-1.symbols   |   87 +-
 debian/libotbossimplugins-5.0-1.lintian-overrides  |3 +
 debian/libotbossimplugins-5.0-1.symbols|   96 +-
 debian/libotbpolarimetry-5.0-1.symbols |4 +-
 debian/libotbprojection-5.0-1.symbols  |   30 +-
 debian/libotbqtwidget-5.0-1.symbols|  118 +-
 debian/libotbrcc8-5.0-1.symbols|4 +-
 debian/libotbsiftfast-5.0-1.symbols|9 +-
 debian/libotbstreaming-5.0-1.symbols   |4 +-
 debian/libotbtestkernel-5.0-1.symbols  |  185 +-
 debian/libotbtransform-5.0-1.symbols   |   20 +-
 .../libotbvectordatabase-5.0-1.lintian-overrides   |6 +
 debian/libotbvectordatabase-5.0-1.symbols  |   36 +-
 debian/patches/cmake-fixes.patch   |7 +-
 debian/patches/itk-modules-list.patch  |2 -
 debian/patches/spelling.patch  |  478 +-
 debian/rules   |2 +
 44 files changed, 2469 insertions(+), 2008 deletions(-)
 create mode 100644 debian/libotb-apps.lintian-overrides
 create mode 100644 debian/libotbiomstar-5.0-1.lintian-overrides
 create mode 100644 debian/libotbossimplugins-5.0-1.lintian-overrides
 create mode 100644 debian/libotbvectordatabase-5.0-1.lintian-overrides

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


[otb] 01/09: Sort dependencies, drop duplicates, fix @SOVERSION@ use in template.

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

sebastic pushed a commit to branch master
in repository otb.

commit bd3b7e08c289c6a0b87bc9d3901ad613854edec1
Author: Bas Couwenberg 
Date:   Mon Dec 21 18:03:08 2015 +0100

Sort dependencies, drop duplicates, fix @SOVERSION@ use in template.
---
 debian/control| 140 +++-
 debian/control.in | 186 ++
 2 files changed, 127 insertions(+), 199 deletions(-)

diff --git a/debian/control b/debian/control
index e1bdf0e..379b6c4 100644
--- a/debian/control
+++ b/debian/control
@@ -49,28 +49,15 @@ Depends: cmake (>= 2.8.3),
  libopencv-dev,
  libopenthreads-dev,
  libossim-dev,
+ libotbapplicationengine-5.0-1 (= ${binary:Version}),
+ libotbcarto-5.0-1 (= ${binary:Version}),
  libotbcommandline-5.0-1 (= ${binary:Version}),
- libotbcommandlineparser-5.0-1  (= ${binary:Version}),
+ libotbcommandlineparser-5.0-1 (= ${binary:Version}),
  libotbcommon-5.0-1 (= ${binary:Version}),
- libotbcarto-5.0-1 (= ${binary:Version}),
- libotbpolarimetry-5.0-1 (= ${binary:Version}),
- libotbstreaming-5.0-1 (= ${binary:Version}),
- libotbextendedfilename-5.0-1 (= ${binary:Version}),
- libotbmathparser-5.0-1 (= ${binary:Version}),
- libotbfuzzy-5.0-1 (= ${binary:Version}),
- libotbmetadata-5.0-1 (= ${binary:Version}),
- libotbprojection-5.0-1 (= ${binary:Version}),
- libotbrcc8-5.0-1 (= ${binary:Version}),
- libotbtestkernel-5.0-1 (= ${binary:Version}),
- libotbtransform-5.0-1 (= ${binary:Version}),
- libotbvectordatabase-5.0-1 (= ${binary:Version}),
- libotbvectordataio-5.0-1 (= ${binary:Version}),
- libotbwavelet-5.0-1 (= ${binary:Version}),
- libotbsupervised-5.0-1 (= ${binary:Version}),
- libotbqtwidget-5.0-1 (= ${binary:Version}),
- libotbapplicationengine-5.0-1 (= ${binary:Version}),
  libotbcurladapters-5.0-1 (= ${binary:Version}),
  libotbedge-5.0-1 (= ${binary:Version}),
+ libotbextendedfilename-5.0-1 (= ${binary:Version}),
+ libotbfuzzy-5.0-1 (= ${binary:Version}),
  libotbgdaladapters-5.0-1 (= ${binary:Version}),
  libotbimagebase-5.0-1 (= ${binary:Version}),
  libotbimageio-5.0-1 (= ${binary:Version}),
@@ -84,10 +71,23 @@ Depends: cmake (>= 2.8.3),
  libotbioonera-5.0-1 (= ${binary:Version}),
  libotbiorad-5.0-1 (= ${binary:Version}),
  libotbiotilemap-5.0-1 (= ${binary:Version}),
+ libotbmathparser-5.0-1 (= ${binary:Version}),
+ libotbmetadata-5.0-1 (= ${binary:Version}),
  libotbopenthreadsadapters-5.0-1 (= ${binary:Version}),
  libotbossimadapters-5.0-1 (= ${binary:Version}),
  libotbossimplugins-5.0-1 (= ${binary:Version}),
+ libotbpolarimetry-5.0-1 (= ${binary:Version}),
+ libotbprojection-5.0-1 (= ${binary:Version}),
+ libotbqtwidget-5.0-1 (= ${binary:Version}),
+ libotbrcc8-5.0-1 (= ${binary:Version}),
  libotbsiftfast-5.0-1 (= ${binary:Version}),
+ libotbstreaming-5.0-1 (= ${binary:Version}),
+ libotbsupervised-5.0-1 (= ${binary:Version}),
+ libotbtestkernel-5.0-1 (= ${binary:Version}),
+ libotbtransform-5.0-1 (= ${binary:Version}),
+ libotbvectordatabase-5.0-1 (= ${binary:Version}),
+ libotbvectordataio-5.0-1 (= ${binary:Version}),
+ libotbwavelet-5.0-1 (= ${binary:Version}),
  otb-testdriver (= ${binary:Version}),
  ${misc:Depends}
 Conflicts: libotb3-dev,
@@ -622,45 +622,15 @@ Description: ORFEO Toolbox library
 
 Package: libotb-apps
 Architecture: any
-Depends: libotbcommon-5.0-1 (= ${binary:Version}),
+Depends: libotbapplicationengine-5.0-1 (= ${binary:Version}),
  libotbcarto-5.0-1 (= ${binary:Version}),
- libotbpolarimetry-5.0-1 (= ${binary:Version}),
- libotbstreaming-5.0-1 (= ${binary:Version}),
- libotbextendedfilename-5.0-1 (= ${binary:Version}),
- libotbmathparser-5.0-1 (= ${binary:Version}),
- libotbfuzzy-5.0-1 (= ${binary:Version}),
- libotbmetadata-5.0-1 (= ${binary:Version}),
- libotbprojection-5.0-1 (= ${binary:Version}),
- libotbrcc8-5.0-1 (= ${binary:Version}),
- libotbtestkernel-5.0-1 (= ${binary:Version}),
- libotbtransform-5.0-1 (= ${binary:Version}),
- libotbvectordatabase-5.0-1 (= ${binary:Version}),
- libotbvectordataio-5.0-1 (= ${binary:Version}),
- libotbwavelet-5.0-1 (= ${binary:Version}),
- libotbsupervised-5.0-1 (= ${binary:Version}),
- libotbqtwidget-5.0-1 (= ${binary:Version}),
- libotbapplicationengine-5.0-1 (= ${binary:Version}),
  libotbcommandline-5.0-1 (= ${binary:Version}),
- libotbcommandlineparser-5.0-1  (= 

[otb] 08/09: Explicitly remove files not installed.

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

sebastic pushed a commit to branch master
in repository otb.

commit 62cc425ffea34bcc413fd9431f00a687b95349c1
Author: Bas Couwenberg 
Date:   Mon Dec 21 22:14:46 2015 +0100

Explicitly remove files not installed.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 0d80d9c..f7ee23b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,6 +78,8 @@ override_dh_shlibdeps:
dh_shlibdeps -l$(OTB_LIB_DIRS)
 
 override_dh_install:
+   rm -f $(CURDIR)/debian/tmp/usr/share/doc/OTB-5.0/LICENSE
+   rm -f $(CURDIR)/usr/lib/otb/python/otbApplication.pyc
dh_install --list-missing
rm -f 
$(CURDIR)/debian/$(pkglib)/usr/lib/$(DEB_HOST_MULTIARCH)/libOTBWrapper*
rm -f 
$(CURDIR)/debian/$(pkgdev)/usr/lib/$(DEB_HOST_MULTIARCH)/libOTBWrapper*

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


[otb] 06/09: Add lintian overrides for spelling-error false positives.

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

sebastic pushed a commit to branch master
in repository otb.

commit c9dc2929f3c2fcc0c2db316f333e962dc199f568
Author: Bas Couwenberg 
Date:   Mon Dec 21 21:14:58 2015 +0100

Add lintian overrides for spelling-error false positives.
---
 debian/libotb-apps.lintian-overrides  | 3 +++
 debian/libotbossimplugins-5.0-1.lintian-overrides | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/debian/libotb-apps.lintian-overrides 
b/debian/libotb-apps.lintian-overrides
new file mode 100644
index 000..c59385b
--- /dev/null
+++ b/debian/libotb-apps.lintian-overrides
@@ -0,0 +1,3 @@
+# False positive, string not included in the source.
+libotb-apps: spelling-error-in-binary 
usr/lib/otb/applications/otbapp_TrainImagesClassifier.so algoritH algorithm
+
diff --git a/debian/libotbossimplugins-5.0-1.lintian-overrides 
b/debian/libotbossimplugins-5.0-1.lintian-overrides
new file mode 100644
index 000..3d7aa39
--- /dev/null
+++ b/debian/libotbossimplugins-5.0-1.lintian-overrides
@@ -0,0 +1,3 @@
+# False positive, string not included in the source.
+libotbossimplugins-5.0-1: spelling-error-in-binary 
usr/lib/*/libotbossimplugins-* TeH The
+

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


[otb] 02/09: Use library specific short description.

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

sebastic pushed a commit to branch master
in repository otb.

commit 4a83a934b17bd87f571d2faeead14bb6e8529a28
Author: Bas Couwenberg 
Date:   Mon Dec 21 18:14:50 2015 +0100

Use library specific short description.
---
 debian/control| 80 +++
 debian/control.in | 80 +++
 2 files changed, 80 insertions(+), 80 deletions(-)

diff --git a/debian/control b/debian/control
index 379b6c4..e69d545 100644
--- a/debian/control
+++ b/debian/control
@@ -105,7 +105,7 @@ Package: otb-testdriver
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
-Description: ORFEO Toolbox library
+Description: ORFEO Toolbox library - OTBTestDriver
  ORFEO Toolbox (OTB) is distributed as an open source library of image
  processing algorithms. OTB is based on the medical image processing library
  ITK and offers particular functionalities for remote sensing image processing
@@ -118,7 +118,7 @@ Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Description: ORFEO Toolbox library
+Description: ORFEO Toolbox library - OTBIOLUM
  ORFEO Toolbox (OTB) is distributed as an open source library of image
  processing algorithms. OTB is based on the medical image processing library
  ITK and offers particular functionalities for remote sensing image processing
@@ -131,7 +131,7 @@ Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Description: ORFEO Toolbox library
+Description: ORFEO Toolbox library - OTBIOMSTAR
  ORFEO Toolbox (OTB) is distributed as an open source library of image
  processing algorithms. OTB is based on the medical image processing library
  ITK and offers particular functionalities for remote sensing image processing
@@ -144,7 +144,7 @@ Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Description: ORFEO Toolbox library
+Description: ORFEO Toolbox library - OTBIOMW
  ORFEO Toolbox (OTB) is distributed as an open source library of image
  processing algorithms. OTB is based on the medical image processing library
  ITK and offers particular functionalities for remote sensing image processing
@@ -157,7 +157,7 @@ Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Description: ORFEO Toolbox library
+Description: ORFEO Toolbox library - OTBIOONERA
  ORFEO Toolbox (OTB) is distributed as an open source library of image
  processing algorithms. OTB is based on the medical image processing library
  ITK and offers particular functionalities for remote sensing image processing
@@ -170,7 +170,7 @@ Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Description: ORFEO Toolbox library
+Description: ORFEO Toolbox library - OTBIORAD
  ORFEO Toolbox (OTB) is distributed as an open source library of image
  processing algorithms. OTB is based on the medical image processing library
  ITK and offers particular functionalities for remote sensing image processing
@@ -183,7 +183,7 @@ Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Description: ORFEO Toolbox library
+Description: ORFEO Toolbox library - OTBIOTileMap
  ORFEO Toolbox (OTB) is distributed as an open source library of image
  processing algorithms. OTB is based on the medical image processing library
  ITK and offers particular functionalities for remote sensing image processing
@@ -196,7 +196,7 @@ Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Description: ORFEO Toolbox library
+Description: ORFEO Toolbox library - OTBIOGDAL
  ORFEO Toolbox (OTB) is distributed as an open source library of image
  processing algorithms. OTB is based on the medical image processing library
  ITK and offers particular functionalities for remote sensing image processing
@@ -209,7 +209,7 @@ Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Description: ORFEO Toolbox library
+Description: ORFEO Toolbox library - OTBIOBSQ
  ORFEO Toolbox (OTB) is distributed as an open source library of image
  processing algorithms. OTB is based on the medical image processing library
  ITK and offers particular functionalities for remote sensing image processing
@@ -222,7 +222,7 @@ Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Description: ORFEO Toolbox library
+Description: ORFEO Toolbox library - OTBIOKML
  ORFEO Toolbox (OTB) is distributed as an open source library of image
  processing algorithms. OTB is based on the medical image processing library
  ITK and offers particular 

[otb] 03/09: End sentences with a period.

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

sebastic pushed a commit to branch master
in repository otb.

commit cb77fe78e9bd83096eb48bcd202a7d75eec8bec4
Author: Bas Couwenberg 
Date:   Mon Dec 21 19:01:45 2015 +0100

End sentences with a period.
---
 debian/control| 92 +++
 debian/control.in | 92 +++
 2 files changed, 92 insertions(+), 92 deletions(-)

diff --git a/debian/control b/debian/control
index e69d545..ba597f6 100644
--- a/debian/control
+++ b/debian/control
@@ -111,7 +111,7 @@ Description: ORFEO Toolbox library - OTBTestDriver
  ITK and offers particular functionalities for remote sensing image processing
  in general and for high spatial resolution images in particular.
  .
- This package contains shared library for OTBTestDriver
+ This package contains the OTBTestDriver application.
 
 Package: libotbiolum-5.0-1
 Architecture: any
@@ -124,7 +124,7 @@ Description: ORFEO Toolbox library - OTBIOLUM
  ITK and offers particular functionalities for remote sensing image processing
  in general and for high spatial resolution images in particular.
  .
- This package contains shared library for OTBIOLUM
+ This package contains the OTBIOLUM shared library.
 
 Package: libotbiomstar-5.0-1
 Architecture: any
@@ -137,7 +137,7 @@ Description: ORFEO Toolbox library - OTBIOMSTAR
  ITK and offers particular functionalities for remote sensing image processing
  in general and for high spatial resolution images in particular.
  .
- This package contains shared library for OTBIOMSTAR
+ This package contains the OTBIOMSTAR shared library.
 
 Package: libotbiomw-5.0-1
 Architecture: any
@@ -150,7 +150,7 @@ Description: ORFEO Toolbox library - OTBIOMW
  ITK and offers particular functionalities for remote sensing image processing
  in general and for high spatial resolution images in particular.
  .
- This package contains shared library for OTBIOMW
+ This package contains the OTBIOMW shared library.
 
 Package: libotbioonera-5.0-1
 Architecture: any
@@ -163,7 +163,7 @@ Description: ORFEO Toolbox library - OTBIOONERA
  ITK and offers particular functionalities for remote sensing image processing
  in general and for high spatial resolution images in particular.
  .
- This package contains shared library for OTBIOONERA
+ This package contains the OTBIOONERA shared library.
 
 Package: libotbiorad-5.0-1
 Architecture: any
@@ -176,7 +176,7 @@ Description: ORFEO Toolbox library - OTBIORAD
  ITK and offers particular functionalities for remote sensing image processing
  in general and for high spatial resolution images in particular.
  .
- This package contains shared library for OTBIORAD
+ This package contains the OTBIORAD shared library.
 
 Package: libotbiotilemap-5.0-1
 Architecture: any
@@ -189,7 +189,7 @@ Description: ORFEO Toolbox library - OTBIOTileMap
  ITK and offers particular functionalities for remote sensing image processing
  in general and for high spatial resolution images in particular.
  .
- This package contains shared library for OTBIOTileMap
+ This package contains the OTBIOTileMap shared library.
 
 Package: libotbiogdal-5.0-1
 Architecture: any
@@ -202,7 +202,7 @@ Description: ORFEO Toolbox library - OTBIOGDAL
  ITK and offers particular functionalities for remote sensing image processing
  in general and for high spatial resolution images in particular.
  .
- This package contains shared library for OTBIOGDAL
+ This package contains the OTBIOGDAL shared library.
 
 Package: libotbiobsq-5.0-1
 Architecture: any
@@ -215,7 +215,7 @@ Description: ORFEO Toolbox library - OTBIOBSQ
  ITK and offers particular functionalities for remote sensing image processing
  in general and for high spatial resolution images in particular.
  .
- This package contains shared library for OTBIOBSQ
+ This package contains the OTBIOBSQ shared library.
 
 Package: libotbiokml-5.0-1
 Architecture: any
@@ -228,7 +228,7 @@ Description: ORFEO Toolbox library - OTBIOKML
  ITK and offers particular functionalities for remote sensing image processing
  in general and for high spatial resolution images in particular.
  .
- This package contains shared library for OTBIOKML
+ This package contains the OTBIOKML shared library.
 
 Package: libotbcurladapters-5.0-1
 Architecture: any
@@ -241,7 +241,7 @@ Description: ORFEO Toolbox library - OTBCurlAdapters
  ITK and offers particular functionalities for remote sensing image processing
  in general and for high spatial resolution images in particular.
  .
- This package contains shared library for OTBCurlAdapters
+ This package contains the OTBCurlAdapters shared library.
 
 Package: libotbopenthreadsadapters-5.0-1
 Architecture: any
@@ -254,7 +254,7 @@ Description: ORFEO Toolbox library - OTBOpenThreadsAdapters
  ITK and offers particular functionalities for remote sensing image processing
  in general and for high spatial 

[otb] 07/09: Add lintian overrides for hardening false positives.

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

sebastic pushed a commit to branch master
in repository otb.

commit 09b024bf7521456ae6c5274d5520521bafbaecb6
Author: Bas Couwenberg 
Date:   Mon Dec 21 21:51:49 2015 +0100

Add lintian overrides for hardening false positives.
---
 debian/libotbiomstar-5.0-1.lintian-overrides| 7 +++
 debian/libotbvectordatabase-5.0-1.lintian-overrides | 6 ++
 2 files changed, 13 insertions(+)

diff --git a/debian/libotbiomstar-5.0-1.lintian-overrides 
b/debian/libotbiomstar-5.0-1.lintian-overrides
new file mode 100644
index 000..e41bcc0
--- /dev/null
+++ b/debian/libotbiomstar-5.0-1.lintian-overrides
@@ -0,0 +1,7 @@
+# Build uses -D_FORTIFY_SOURCE=2, but hardening-check reports:
+#  Fortify Source functions: no, only unprotected functions found!
+# unprotected: memmove
+# unprotected: fread
+# unprotected: memcpy
+libotbiomstar-5.0-1: hardening-no-fortify-functions usr/lib/*/libOTBIOMSTAR-*
+
diff --git a/debian/libotbvectordatabase-5.0-1.lintian-overrides 
b/debian/libotbvectordatabase-5.0-1.lintian-overrides
new file mode 100644
index 000..d010bd1
--- /dev/null
+++ b/debian/libotbvectordatabase-5.0-1.lintian-overrides
@@ -0,0 +1,6 @@
+# Build uses -D_FORTIFY_SOURCE=2, but hardening-check reports:
+#  Fortify Source functions: no, only unprotected functions found!
+# unprotected: strcpy
+# unprotected: memcpy
+libotbvectordatabase-5.0-1: hardening-no-fortify-functions 
usr/lib/*/libOTBVectorDataBase-*
+

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


[otb] 04/09: Reorder DEP3 patch headers, fix Last-Update to use ISO date format.

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

sebastic pushed a commit to branch master
in repository otb.

commit 4a2564f1348a6b304d8c96ae31e8819262ad2313
Author: Bas Couwenberg 
Date:   Mon Dec 21 20:08:34 2015 +0100

Reorder DEP3 patch headers, fix Last-Update to use ISO date format.
---
 debian/patches/cmake-fixes.patch | 5 +++--
 debian/patches/spelling.patch| 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/patches/cmake-fixes.patch b/debian/patches/cmake-fixes.patch
index 2c9f82b..0f0e1bb 100644
--- a/debian/patches/cmake-fixes.patch
+++ b/debian/patches/cmake-fixes.patch
@@ -1,6 +1,7 @@
-Author: Rashad Kanavath
-Last-Update: Thu, 17 Dec 2015 11:03:10 +0200
 Description: Fix dh_shlibs reports missing symbols
+Author: Rashad Kanavath 
+Last-Update: 2015-12-17
+
 --- a/CMake/FindOssim.cmake
 +++ b/CMake/FindOssim.cmake
 @@ -38,5 +38,5 @@ FIND_PACKAGE_HANDLE_STANDARD_ARGS( Ossim DEFAULT_MSG 
OSSIM_LIBRARY OSSIM_INCLUDE
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index f0e9aaf..bb6a375 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -1,6 +1,7 @@
+Description: Fix some spelling errors to silence lintian enabling to 
concentrate on the real problem.
 Author: Andreas Tille , Rashad 
Kanavath
-Last-Update: Tue, 1 Sep 2015 09:25:20 +0200
-Description: Fix some spelling errors to silence lintian enabling  to 
concentrate on the real problem.
+Last-Update: 2015-09-01
+
 --- 
a/Modules/Applications/AppChangeDetection/app/otbMultivariateAlterationDetector.cxx
 +++ 
b/Modules/Applications/AppChangeDetection/app/otbMultivariateAlterationDetector.cxx
 @@ -75,7 +75,7 @@ private:

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/otb.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] annotated tag upstream/1.8.20.3+ds created (now ebf0311)

2015-12-21 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.

at  ebf0311   (tag)
   tagging  d3ab32e3128c030d0c5ebbd9ba7c34e65494b43b (commit)
  replaces  upstream/1.8.20.2+ds
 tagged by  Bas Couwenberg
on  Mon Dec 21 22:37:52 2015 +0100

- 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.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_1.8.20.3+ds-1_amd64.changes ACCEPTED into unstable

2015-12-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 21 Dec 2015 22:42:41 +0100
Source: ossim
Binary: libossim1 libossim-dev ossim-core
Architecture: source amd64
Version: 1.8.20.3+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libossim-dev - OSSIM library -- development files
 libossim1  - OSSIM library -- shared library
 ossim-core - OSSIM core utilities
Changes:
 ossim (1.8.20.3+ds-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release.
   * Refresh patches.
   * Update unknown-typo.patch to fix another occurrence.
Checksums-Sha1:
 36a7564e23215f3c45e7aea0023e5449a2d88fe4 2288 ossim_1.8.20.3+ds-1.dsc
 5ff3fcaa51b6bf2e2d28e71564895c0c510d9905 3469206 ossim_1.8.20.3+ds.orig.tar.gz
 1f5a65b5111bffe5cb38d686d36e526a534ddf3b 41668 
ossim_1.8.20.3+ds-1.debian.tar.xz
 2c3f3cdb0db1b8d568a99825e92db45cf5ef7329 5288708 
libossim-dev_1.8.20.3+ds-1_amd64.deb
 eed0120a311a9ede3f3b8ec6b8c4a8f0e22c9757 46526540 
libossim1-dbgsym_1.8.20.3+ds-1_amd64.deb
 1277b98b343d862e1a376c8d72b84d2d6dd1afa0 3838696 
libossim1_1.8.20.3+ds-1_amd64.deb
 5e1b15e08597583bd4b260828f844f3008bcce3d 3955982 
ossim-core-dbgsym_1.8.20.3+ds-1_amd64.deb
 dcb51b129165e1a8f4b5c3c12ec2b93bbd39516b 314056 
ossim-core_1.8.20.3+ds-1_amd64.deb
Checksums-Sha256:
 3ad2c8be8863b2e826a0aeaad6816fe08b857c757df4d8e545ae1a5bb27504c6 2288 
ossim_1.8.20.3+ds-1.dsc
 61a002e04c69e5d49b2e35dafbe4f124026720c5cea043772e1eeb21e6bedefd 3469206 
ossim_1.8.20.3+ds.orig.tar.gz
 30101e92f07782d89b8f740253e235d351eb3f1f7ad4def79e0d3c4ccbf9720b 41668 
ossim_1.8.20.3+ds-1.debian.tar.xz
 9a7b4d983431265ae100d51b577eb354fadef827b11acff2384032cb42aed6a0 5288708 
libossim-dev_1.8.20.3+ds-1_amd64.deb
 2afb372bca3d85e1494c31d0f00ac63fd2176cdedc7f9d92aa8165cb0d5bed8b 46526540 
libossim1-dbgsym_1.8.20.3+ds-1_amd64.deb
 fb340066ad6a9a39e5e40aa51c2671ae79632d1a12b1260e9cb1560a80d9982e 3838696 
libossim1_1.8.20.3+ds-1_amd64.deb
 e89180989ce7f0834cfc060df4eb926a75319140a51380ec153abda44978b10d 3955982 
ossim-core-dbgsym_1.8.20.3+ds-1_amd64.deb
 561d296c4352f56fa7e7d535ef6d07edca056068f53af58cd63d6096aa2c00ab 314056 
ossim-core_1.8.20.3+ds-1_amd64.deb
Files:
 399a2b25f403b20e9dc6e92a8d919373 2288 science extra ossim_1.8.20.3+ds-1.dsc
 5096004bad2eef3b8ffcf1066468c272 3469206 science extra 
ossim_1.8.20.3+ds.orig.tar.gz
 81075de22bf4e782e4d2c87a05c356d8 41668 science extra 
ossim_1.8.20.3+ds-1.debian.tar.xz
 4584d4a22eda5789c76a848b025c0823 5288708 libdevel extra 
libossim-dev_1.8.20.3+ds-1_amd64.deb
 0e3435458860b659e79147958ea40a51 46526540 debug extra 
libossim1-dbgsym_1.8.20.3+ds-1_amd64.deb
 a01f7e2c89063dec148051372cc55611 3838696 libs extra 
libossim1_1.8.20.3+ds-1_amd64.deb
 9bbc8f4a8c3633004a04698f5f1a7744 3955982 debug extra 
ossim-core-dbgsym_1.8.20.3+ds-1_amd64.deb
 69106f6b60183e73621d85fd0b2b3418 314056 science extra 
ossim-core_1.8.20.3+ds-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWeH2DAAoJEGdQ8QrojUrxuu0QANJ5ThxMsgh6eidZH9aXCTFj
u/an41/4fUgaMkh53/B/wpCCe+bqR8Q4fU9GA2MlmFMhcRQ176quzoZmOwAoJEbi
uOmP1iwVtkU9Fs7LBMPd91mO7BiGS7VYkquckqomAR1X0BUzZ+a9K+lbLHcAxBth
sqnAG53+NT+mup7dX4IEd0w7UoJKh6noGldMj480EIBgmKj3BBZq518A/eVBtCcJ
vOUM5Ot/gZCstSaOJJ34nK0yT7DOdQkImLutWcoFo7eAfHGPINJdY6CL3RGkyN66
MiHFcEgDWxoj25Uq68RqcHLjFh7kqmD+LU3aUuLevcUIbLjEDQct5wBPA08IejRq
ZxrSLd3hSLA7ySYmVH4tNCf9HtI/1zZXLINswL1Q9zj4qoBOxGwzE2yEE1Ez90KZ
kGSPMa0gBVXycM5NBhIpy+Bly78g0xQRrK/luudn017GHT7JaKafmBxBeZJbegWD
WHFOuY8yrzQkxE2zPx11E6bl5uhokb4k4P0/G0PLXEpkOE95asGO6EXZ5kkHVPCk
8h4qrH3X9iAGxZsEG6i0PltD9WbUymIEw5ws18g0nJk8N67WPF4FHg4YRRCVNodu
gZ1txbcf7yMj6lP3oNWXjR/zd3fUxBAaOiogmO2jnV/qSDa0j/SqM8+NXPopDyzB
2BffMJqUkuJCUTzVufxx
=vJPI
-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 ossim_1.8.20.3+ds-1_amd64.changes

2015-12-21 Thread Debian FTP Masters
ossim_1.8.20.3+ds-1_amd64.changes uploaded successfully to localhost
along with the files:
  ossim_1.8.20.3+ds-1.dsc
  ossim_1.8.20.3+ds.orig.tar.gz
  ossim_1.8.20.3+ds-1.debian.tar.xz
  libossim-dev_1.8.20.3+ds-1_amd64.deb
  libossim1-dbgsym_1.8.20.3+ds-1_amd64.deb
  libossim1_1.8.20.3+ds-1_amd64.deb
  ossim-core-dbgsym_1.8.20.3+ds-1_amd64.deb
  ossim-core_1.8.20.3+ds-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


[ossim] branch master updated (ac745ba -> c70336b)

2015-12-21 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.

  from  ac745ba   Mark patches as Applied-Upstream.
   new  d3ab32e   Imported Upstream version 1.8.20.3+ds
   new  eb635e8   Merge tag 'upstream/1.8.20.3+ds'
   new  9a1930c   New upstream release.
   new  ed28bb9   Refresh patches.
   new  08ee053   Update unknown-typo.patch to fix another occurrence.
   new  c70336b   Set distribution to unstable.

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


Summary of changes:
 debian/changelog   |  9 
 debian/patches/avoid_overwrite_build_date.patch|  2 +-
 debian/patches/unknown-typo.patch  | 11 ++
 ossim/CMakeLists.txt   |  6 +-
 .../src/ossim/imaging/ossimMonoGridRemapEngine.cpp |  4 +---
 .../projection/ossimNitfProjectionFactory.cpp  | 17 +--
 ossim/src/ossim/projection/ossimRpcModel.cpp   | 24 ++
 7 files changed, 49 insertions(+), 24 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.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] branch upstream updated (d242a44 -> d3ab32e)

2015-12-21 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.

  from  d242a44   Imported Upstream version 1.8.20.2+ds
   new  d3ab32e   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.


Summary of changes:
 ossim/CMakeLists.txt   |  6 +-
 .../src/ossim/imaging/ossimMonoGridRemapEngine.cpp |  4 +---
 .../projection/ossimNitfProjectionFactory.cpp  | 17 +--
 ossim/src/ossim/projection/ossimRpcModel.cpp   | 24 ++
 4 files changed, 28 insertions(+), 23 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.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] 04/06: Refresh patches.

2015-12-21 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.

commit ed28bb9c61f1bfc3d8c4909e5574440db1135803
Author: Bas Couwenberg 
Date:   Mon Dec 21 22:42:07 2015 +0100

Refresh patches.
---
 debian/changelog| 1 +
 debian/patches/avoid_overwrite_build_date.patch | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3e7061b..18cb858 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ossim (1.8.20.3+ds-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream release.
+  * Refresh patches.
 
  -- Bas Couwenberg   Mon, 21 Dec 2015 22:38:22 +0100
 
diff --git a/debian/patches/avoid_overwrite_build_date.patch 
b/debian/patches/avoid_overwrite_build_date.patch
index 323d597..db5d763 100644
--- a/debian/patches/avoid_overwrite_build_date.patch
+++ b/debian/patches/avoid_overwrite_build_date.patch
@@ -7,7 +7,7 @@ Applied-Upstream: 
https://github.com/ossimlabs/ossim/commit/fe2b43831e539da7d247
 
 --- a/ossim/CMakeLists.txt
 +++ b/ossim/CMakeLists.txt
-@@ -162,7 +162,9 @@ endif ( ZLIB_FOUND )
+@@ -158,7 +158,9 @@ endif ( ZLIB_FOUND )
  #---
  # Call the OSSIM macros in OssimUtilities.cmake
  #---

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.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] 06/06: Set distribution to unstable.

2015-12-21 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.

commit c70336b3e30d1896f0bb8b53d45cdfe0dc9d8919
Author: Bas Couwenberg 
Date:   Mon Dec 21 22:44:55 2015 +0100

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

diff --git a/debian/changelog b/debian/changelog
index d02d859..781ccee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-ossim (1.8.20.3+ds-1) UNRELEASED; urgency=medium
+ossim (1.8.20.3+ds-1) unstable; urgency=medium
 
   * Team upload.
   * New upstream release.
   * Refresh patches.
   * Update unknown-typo.patch to fix another occurrence.
 
- -- Bas Couwenberg   Mon, 21 Dec 2015 22:38:22 +0100
+ -- Bas Couwenberg   Mon, 21 Dec 2015 22:42:41 +0100
 
 ossim (1.8.20.2+ds-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.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] 01/06: Imported Upstream version 1.8.20.3+ds

2015-12-21 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.

commit d3ab32e3128c030d0c5ebbd9ba7c34e65494b43b
Author: Bas Couwenberg 
Date:   Mon Dec 21 22:37:36 2015 +0100

Imported Upstream version 1.8.20.3+ds
---
 ossim/CMakeLists.txt   |  6 +-
 .../src/ossim/imaging/ossimMonoGridRemapEngine.cpp |  4 +---
 .../projection/ossimNitfProjectionFactory.cpp  | 17 +--
 ossim/src/ossim/projection/ossimRpcModel.cpp   | 24 ++
 4 files changed, 28 insertions(+), 23 deletions(-)

diff --git a/ossim/CMakeLists.txt b/ossim/CMakeLists.txt
index 6ffb7e7..d19dfa4 100644
--- a/ossim/CMakeLists.txt
+++ b/ossim/CMakeLists.txt
@@ -5,11 +5,7 @@ IF(NOT OSSIM_BUILD_ADDITIONAL_OSSIM_DIRECTORIES)
SET(OSSIM_BUILD_ADDITIONAL_OSSIM_DIRECTORIES "" CACHE PATH "Specify full 
paths separated by ; to additional OSSIM applications you wish to include into 
the ossim build framework.  These will have variables setup for the ossim 
includes" FORCE)
 ENDIF(NOT OSSIM_BUILD_ADDITIONAL_OSSIM_DIRECTORIES)
 
-IF(NOT APPLE)
-  cmake_minimum_required(VERSION 2.6)
-ELSE(NOT APPLE)
-  cmake_minimum_required(VERSION 2.8)
-ENDIF(NOT APPLE)
+cmake_minimum_required(VERSION 2.8)
 
 SET(CMAKE_MODULE_PATH 
"${${PROJECT_NAME}_SOURCE_DIR}/CMakeModules;${CMAKE_MODULE_PATH}")
 
diff --git a/ossim/src/ossim/imaging/ossimMonoGridRemapEngine.cpp 
b/ossim/src/ossim/imaging/ossimMonoGridRemapEngine.cpp
index b10ea02..aa8d782 100644
--- a/ossim/src/ossim/imaging/ossimMonoGridRemapEngine.cpp
+++ b/ossim/src/ossim/imaging/ossimMonoGridRemapEngine.cpp
@@ -7,8 +7,6 @@
 // 
 // See LICENSE.txt file in the top level directory for more details.
 //
-// See the GPL in the COPYING.GPL file for more details.
-//
 // AUTHOR: Oscar Kramer
 //
 // DESCRIPTION: Contains implementation of class 
@@ -16,7 +14,7 @@
 // LIMITATIONS: None.
 //
 //*
-//  $Id: ossimMonoGridRemapEngine.cpp 23664 2015-12-14 14:17:27Z dburken $
+//  $Id: ossimMonoGridRemapEngine.cpp 23673 2015-12-21 09:46:43Z rashadkm $
 
 #include 
 
diff --git a/ossim/src/ossim/projection/ossimNitfProjectionFactory.cpp 
b/ossim/src/ossim/projection/ossimNitfProjectionFactory.cpp
index 70aea03..1de7e75 100644
--- a/ossim/src/ossim/projection/ossimNitfProjectionFactory.cpp
+++ b/ossim/src/ossim/projection/ossimNitfProjectionFactory.cpp
@@ -2,14 +2,11 @@
 //
 // License:  See top level LICENSE.txt file.
 //
-// Author:  Matt Revelle
-//  David Burken
-//
 // Description:
 //
 // Contains class definition for ossimNitfProjectionFactory.
 //
-// $Id: ossimNitfProjectionFactory.cpp 22848 2014-07-31 18:29:02Z dburken $
+// $Id: ossimNitfProjectionFactory.cpp 23672 2015-12-19 01:11:21Z gpotts $
 //
 
 #include 
@@ -304,6 +301,7 @@ ossimProjection* ossimNitfProjectionFactory::makeUtm(
const ossimString& coordinateSystem) const
 {
ossimProjection* proj = 0;
+   bool isBilinear = false;
if (hdr)
{
   ossimString geographicLocation = hdr->getGeographicLocation();
@@ -376,7 +374,8 @@ ossimProjection* ossimNitfProjectionFactory::makeUtm(
// tag.
//---
proj = makeBilinear(hdr, gpts);
-   
+   if(proj) scale = proj->getMetersPerPixel();
+   isBilinear = true;
uproj = 0; // Done with utm projeciton

 }
@@ -392,7 +391,7 @@ ossimProjection* ossimNitfProjectionFactory::makeUtm(
proj = uproj.release(); 
 }
 
-if( scale.hasNans() == false )
+if( (scale.hasNans() == false)&&(!isBilinear) )
 {
//---
// Get the tie point.
@@ -449,6 +448,10 @@ ossimProjection* ossimNitfProjectionFactory::makeUtm(
   }
}
 }
+else if(isBilinear)
+{
+   // blank
+}
 else // Scale has nans
 {
if ( proj )
@@ -495,6 +498,7 @@ bool ossimNitfProjectionFactory::parseMgrsString(const 
ossimString& mgrsLocation
   
   result = true; // Set to true.
 
+
   //---
   // Convert each string to Easting Northing.  This also sets zone 
hemisphere.
   // Method takes long for zone.
@@ -514,6 +518,7 @@ bool ossimNitfProjectionFactory::parseMgrsString(const 
ossimString& mgrsLocation
   }
   if (result) zone = static_cast(z); // Set the zone.
}
+
return result;
 }
 
diff --git a/ossim/src/ossim/projection/ossimRpcModel.cpp 
b/ossim/src/ossim/projection/ossimRpcModel.cpp
index 6b831f7..b64bd51 100644
--- a/ossim/src/ossim/projection/ossimRpcModel.cpp
+++ b/ossim/src/ossim/projection/ossimRpcModel.cpp
@@ -13,7 +13,7 @@
 // LIMITATIONS: Does not 

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

2015-12-21 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.

commit 5a1f61d1fa99fb2819944311293a835eca4344ef
Author: Bas Couwenberg 
Date:   Mon Dec 21 22:37:52 2015 +0100

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

diff --git a/ossim_1.8.20.3+ds.orig.tar.gz.delta 
b/ossim_1.8.20.3+ds.orig.tar.gz.delta
new file mode 100644
index 000..15217fd
Binary files /dev/null and b/ossim_1.8.20.3+ds.orig.tar.gz.delta differ
diff --git a/ossim_1.8.20.3+ds.orig.tar.gz.id b/ossim_1.8.20.3+ds.orig.tar.gz.id
new file mode 100644
index 000..00d1f59
--- /dev/null
+++ b/ossim_1.8.20.3+ds.orig.tar.gz.id
@@ -0,0 +1 @@
+bab3e035bfe21be1b1fd296d89380fb0d94e59e1

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.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] 05/06: Update unknown-typo.patch to fix another occurrence.

2015-12-21 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.

commit 08ee0533e540ca0f695438a862ad1cf384fcd8e8
Author: Bas Couwenberg 
Date:   Mon Dec 21 23:09:47 2015 +0100

Update unknown-typo.patch to fix another occurrence.
---
 debian/changelog  |  1 +
 debian/patches/unknown-typo.patch | 11 +++
 2 files changed, 12 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 18cb858..d02d859 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ossim (1.8.20.3+ds-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release.
   * Refresh patches.
+  * Update unknown-typo.patch to fix another occurrence.
 
  -- Bas Couwenberg   Mon, 21 Dec 2015 22:38:22 +0100
 
diff --git a/debian/patches/unknown-typo.patch 
b/debian/patches/unknown-typo.patch
index 64efb99..6b2417b 100644
--- a/debian/patches/unknown-typo.patch
+++ b/debian/patches/unknown-typo.patch
@@ -47,3 +47,14 @@ Applied-Upstream: 
https://github.com/ossimlabs/ossim/commit/fe2b43831e539da7d247
  
 out.setf(std::ios_base::hex, std::ios_base::basefield);
 out << pfx << "marker: 0x" << std::setfill('0') << std::setw(4)
+--- a/ossim/src/ossim/imaging/ossimTiffOverviewBuilder.cpp
 b/ossim/src/ossim/imaging/ossimTiffOverviewBuilder.cpp
+@@ -1258,7 +1258,7 @@ bool ossimTiffOverviewBuilder::setInputS
+ setErrorStatus();
+ ossimNotify(ossimNotifyLevel_WARN)
+<< MODULE << " ERROR:"
+-   << "\nUnknow pixel type:  "
++   << "\nUnknown pixel type:  "
+<< (ossimScalarTypeLut::instance()->
+getEntryString(m_imageHandler->getOutputScalarType()))
+<< std::endl;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.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] 03/06: New upstream release.

2015-12-21 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.

commit 9a1930cc556aecccd896e6de3fec70e133fb1d49
Author: Bas Couwenberg 
Date:   Mon Dec 21 22:39:02 2015 +0100

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

diff --git a/debian/changelog b/debian/changelog
index c42e978..3e7061b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ossim (1.8.20.3+ds-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * New upstream release.
+
+ -- Bas Couwenberg   Mon, 21 Dec 2015 22:38:22 +0100
+
 ossim (1.8.20.2+ds-1) unstable; urgency=medium
 
   * Team upload.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.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] 02/06: Merge tag 'upstream/1.8.20.3+ds'

2015-12-21 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.

commit eb635e89b0bdec8e17d71f57bb85399798e517a5
Merge: ac745ba d3ab32e
Author: Bas Couwenberg 
Date:   Mon Dec 21 22:37:53 2015 +0100

Merge tag 'upstream/1.8.20.3+ds'

Upstream version 1.8.20.3+ds

 ossim/CMakeLists.txt   |  6 +-
 .../src/ossim/imaging/ossimMonoGridRemapEngine.cpp |  4 +---
 .../projection/ossimNitfProjectionFactory.cpp  | 17 +--
 ossim/src/ossim/projection/ossimRpcModel.cpp   | 24 ++
 4 files changed, 28 insertions(+), 23 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.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] tag debian/1.8.20.3+ds-1 created (now c70336b)

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

sebastic pushed a change to tag debian/1.8.20.3+ds-1
in repository ossim.

at  c70336b   (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/ossim.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] branch pristine-tar updated (e755135 -> 5a1f61d)

2015-12-21 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.

  from  e755135   pristine-tar data for ossim_1.8.20.2+ds.orig.tar.gz
   new  5a1f61d   pristine-tar data for ossim_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.


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

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


[otb] 01/01: try to get only required modules from ITK

2015-12-21 Thread Rashad Kanavath
This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a commit to branch master
in repository otb.

commit 05cd8983a0f4fe0f2b4fae1bc50309fb3c7b9ef1
Author: Rashad Kanavath 
Date:   Mon Dec 21 11:26:32 2015 +0100

try to get only required modules from ITK
---
 debian/patches/itk-modules-list.patch | 98 +++
 debian/patches/series |  1 +
 2 files changed, 99 insertions(+)

diff --git a/debian/patches/itk-modules-list.patch 
b/debian/patches/itk-modules-list.patch
new file mode 100644
index 000..becd3f7
--- /dev/null
+++ b/debian/patches/itk-modules-list.patch
@@ -0,0 +1,98 @@
+ProxyChains-3.1 (http://proxychains.sf.net)
+diff --git a/Modules/ThirdParty/ITK/CMakeLists.txt 
b/Modules/ThirdParty/ITK/CMakeLists.txt
+index 55b0eb8..05c56fa 100644
+--- a/Modules/ThirdParty/ITK/CMakeLists.txt
 b/Modules/ThirdParty/ITK/CMakeLists.txt
+@@ -2,7 +2,91 @@ project(OTBITK)
+ 
+ set(OTBITK_SYSTEM_INCLUDE_DIRS ${ITK_INCLUDE_DIRS})
+ set(OTBITK_LIBRARIES "${ITK_LIBRARIES}")
+-set(OTBITK_EXPORT_CODE_BUILD "find_package(ITK REQUIRED HINTS ${ITK_DIR})")
++
++set(OTBITK_ITK_REQUIRED_MODULE_LIST 
++ITKCommon
++ITKFiniteDifference
++ITKGPUCommon
++ITKGPUFiniteDifference
++ITKImageAdaptors
++ITKImageFunction
++ITKMesh
++ITKQuadEdgeMesh
++ITKSpatialObjects
++#ITKTestKernel
++ITKTransform
++
++ITKAnisotropicSmoothing
++ITKAntiAlias
++ITKBiasCorrection
++ITKBinaryMathematicalMorphology
++ITKColormap
++ITKConvolution
++ITKCurvatureFlow
++ITKDeconvolution
++ITKDenoising
++#ITKDiffusionTensorImage
++ITKDisplacementField
++ITKDistanceMap
++ITKFastMarching
++ITKFFT
++ITKGPUAnisotropicSmoothing
++ITKGPUImageFilterBase
++ITKGPUSmoothing
++ITKGPUThresholding
++ITKImageCompare
++ITKImageCompose
++ITKImageFeature
++ITKImageFilterBase
++ITKImageFusion
++ITKImageGradient
++ITKImageGrid
++ITKImageIntensity
++ITKImageLabel
++ITKImageSources
++ITKImageStatistics
++ITKLabelMap
++ITKMathematicalMorphology
++ITKPath
++ITKQuadEdgeMeshFiltering
++ITKSmoothing
++ITKSpatialFunction
++ITKThresholding
++
++ITKEigen
++#ITKFEM
++ITKNarrowBand
++ITKNeuralNetworks
++ITKOptimizers
++ITKOptimizersv4
++ITKPolynomials
++ITKStatistics
++
++ITKRegistrationCommon
++#ITKFEMRegistration
++ITKGPURegistrationCommon
++ITKGPUPDEDeformableRegistration
++ITKMetricsv4
++ITKPDEDeformableRegistration
++ITKRegistrationMethodsv4
++
++#ITKBioCell
++ITKClassifiers
++ITKConnectedComponents
++ITKDeformableMesh
++ITKKLMRegionGrowing
++ITKLabelVoting
++ITKLevelSets
++ITKLevelSetsv4
++#ITKLevelSetsv4Visualization
++ITKMarkovRandomFieldsClassifiers
++ITKRegionGrowing
++ITKSignedDistanceFunction
++ITKVoronoi
++ITKWatersheds)
++
++set(OTBITK_EXPORT_CODE_BUILD "find_package(ITK REQUIRED COMPONENTS 
${OTBITK_ITK_REQUIRED_MODULE_LIST} HINTS ${ITK_DIR})")
++
+ set(OTBITK_EXPORT_CODE_INSTALL ${OTBITK_EXPORT_CODE_BUILD})
+ 
+ otb_module_impl()
diff --git a/debian/patches/series b/debian/patches/series
index 231c8d4..ea65459 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 spelling.patch
 cmake-fixes.patch
+itk-modules-list.patch

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


[otb] branch master updated (ddd20f9 -> 05cd898)

2015-12-21 Thread Rashad Kanavath
This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a change to branch master
in repository otb.

  from  ddd20f9   update lintian-overrides
   new  05cd898   try to get only required modules from ITK

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/itk-modules-list.patch | 98 +++
 debian/patches/series |  1 +
 2 files changed, 99 insertions(+)
 create mode 100644 debian/patches/itk-modules-list.patch

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


[pktools] branch master updated (c888275 -> 84b06a0)

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

sebastic pushed a change to branch master
in repository pktools.

  from  c888275   Set distribution to unstable.
   new  35dfa9a   Update symbols for other architectures.
   new  84b06a0   Set distribution to unstable.

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


Summary of changes:
 debian/changelog|  6 +
 debian/libalgorithms1.symbols   | 58 -
 debian/libimageclasses1.symbols |  8 +++---
 3 files changed, 39 insertions(+), 33 deletions(-)

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


[pktools] 01/02: Update symbols for other architectures.

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

sebastic pushed a commit to branch master
in repository pktools.

commit 35dfa9a0eee77ca0ad819c43fd6b3e3b0bdcd537
Author: Bas Couwenberg 
Date:   Mon Dec 21 11:11:17 2015 +0100

Update symbols for other architectures.
---
 debian/changelog|  6 +
 debian/libalgorithms1.symbols   | 58 -
 debian/libimageclasses1.symbols |  8 +++---
 3 files changed, 39 insertions(+), 33 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c2d6c2f..b3aa2fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pktools (2.6.5-2) UNRELEASED; urgency=medium
+
+  * Update symbols for other architectures.
+
+ -- Bas Couwenberg   Mon, 21 Dec 2015 11:11:08 +0100
+
 pktools (2.6.5-1) unstable; urgency=medium
 
   * Update symbols for other architectures (except mips*).
diff --git a/debian/libalgorithms1.symbols b/debian/libalgorithms1.symbols
index 573fab6..87968e2 100644
--- a/debian/libalgorithms1.symbols
+++ b/debian/libalgorithms1.symbols
@@ -1,6 +1,6 @@
-# SymbolsHelper-Confirmed: 2.6.5 amd64 arm64 armel armhf i386 kfreebsd-amd64 
kfreebsd-i386 powerpc ppc64el s390x
+# SymbolsHelper-Confirmed: 2.6.5 alpha amd64 arm64 armel armhf hppa i386 
kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc ppc64el s390x
 libalgorithms.so.1 libalgorithms1 #MINVER#
- (optional=templinst|arch=amd64 arm64 kfreebsd-amd64 ppc64el 
s390x)_Z11string2typeIiET_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base
 2.6.4
+ (optional=templinst|arch=alpha amd64 arm64 kfreebsd-amd64 mips64el ppc64el 
s390x)_Z11string2typeIiET_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base
 2.6.4
  
_Z12compareClassRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_@Base 
2.6.4
  _ZN11CostFactoryD0Ev@Base 2.5.4
  _ZN11CostFactoryD1Ev@Base 2.5.4
@@ -92,9 +92,9 @@ libalgorithms.so.1 libalgorithms1 #MINVER#
  
_ZN6filter6Filter10morphologyERK13ImgReaderGdalR13ImgWriterGdalRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEis@Base
 2.6.4
  
_ZN6filter6Filter12smoothNoDataERK13ImgReaderGdalRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEER13ImgWriterGdal@Base
 2.6.4
  
(optional=templinst)_ZN6filter6Filter12smoothNoDataIdEEvRKSt6vectorIT_SaIS3_EERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS5_@Base
 2.6.4
- (arch=amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel 
powerpc ppc64el s390x 
x32)_ZN6filter6Filter13getFilterTypeENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base
 2.6.4
+ 
_ZN6filter6Filter13getFilterTypeENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base
 2.6.5
  
_ZN6filter6Filter13initFilterMapERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_11FILTER_TYPEESt4lessIS7_ESaISt4pairIKS7_S8_EEE@Base
 2.6.4
- (arch=amd64 arm64 hppa kfreebsd-amd64 ppc64el 
x32)_ZN6filter6Filter14getWaveletTypeENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base
 2.6.4
+ (arch=amd64 arm64 hppa kfreebsd-amd64 mips64el ppc64el 
x32)_ZN6filter6Filter14getWaveletTypeENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base
 2.6.5
  _ZN6filter6Filter15pushNoDataValueEd@Base 2.6.2
  _ZN6filter6Filter15setNoDataValuesESt6vectorIdSaIdEE@Base 2.6.5
  
_ZN6filter6Filter19getCentreWavelengthERKSt6vectorIdSaIdEERK8Vector2dIdERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEdb@Base
 2.6.4
@@ -226,13 +226,13 @@ libalgorithms.so.1 libalgorithms1 #MINVER#
  (optional=templinst)_ZNK8Vector2dIdE3sumEv@Base 2.5.2
  (optional=templinst)_ZNKSt5ctypeIcE8do_widenEc@Base 2.5.2
  (optional=templinst|arch=hppa 
x32)_ZNKSt6vectorI8Vector2dIfESaIS1_EE12_M_check_lenEjPKc@Base 2.6.4
- (optional=templinst|arch=amd64 arm64 kfreebsd-amd64 
ppc64el)_ZNKSt6vectorI8Vector2dIfESaIS1_EE12_M_check_lenEmPKc@Base 2.6.4
- (optional=templinst|arch=!i386 !kfreebsd-i386 
!powerpc)_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIP8Vector2dIfES4_EET0_T_S6_S5_@Base
 2.6.4
+ (optional=templinst|arch=amd64 arm64 kfreebsd-amd64 mips64el 
ppc64el)_ZNKSt6vectorI8Vector2dIfESaIS1_EE12_M_check_lenEmPKc@Base 2.6.4
+ (optional=templinst|arch=!i386 !kfreebsd-i386 !mips !mipsel 
!powerpc)_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIP8Vector2dIfES4_EET0_T_S6_S5_@Base
 2.6.4
  
(optional=templinst)_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPSt6vectorIdSaIdEES5_EET0_T_S7_S6_@Base
 2.6.4
  
(optional=templinst)_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPSt6vectorIfSaIfEES5_EET0_T_S7_S6_@Base
 2.6.4
  
(optional=templinst)_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPSt6vectorIsSaIsEES5_EET0_T_S7_S6_@Base
 2.5.2
  
(optional=templinst)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN11statfactory11StatFactory18INTERPOLATION_TYPEESt4lessIS5_ESaISt4pairIKS5_S8_EEEixERSC_@Base
 2.6.4
- (optional=templinst|arch=amd64 arm64 hppa kfreebsd-amd64 ppc64el 

[pktools] tag debian/2.6.5-2 created (now 84b06a0)

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

sebastic pushed a change to tag debian/2.6.5-2
in repository pktools.

at  84b06a0   (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/pktools.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


[pktools] 02/02: Set distribution to unstable.

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

sebastic pushed a commit to branch master
in repository pktools.

commit 84b06a03fd8e19c296843fd7e26894697b97845c
Author: Bas Couwenberg 
Date:   Mon Dec 21 11:22:21 2015 +0100

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

diff --git a/debian/changelog b/debian/changelog
index b3aa2fa..c5883b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-pktools (2.6.5-2) UNRELEASED; urgency=medium
+pktools (2.6.5-2) unstable; urgency=medium
 
   * Update symbols for other architectures.
 
- -- Bas Couwenberg   Mon, 21 Dec 2015 11:11:08 +0100
+ -- Bas Couwenberg   Mon, 21 Dec 2015 11:11:30 +0100
 
 pktools (2.6.5-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pktools.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 pktools_2.6.5-2_amd64.changes

2015-12-21 Thread Debian FTP Masters
pktools_2.6.5-2_amd64.changes uploaded successfully to localhost
along with the files:
  pktools_2.6.5-2.dsc
  pktools_2.6.5-2.debian.tar.xz
  libalgorithms1-dbgsym_2.6.5-2_amd64.deb
  libalgorithms1_2.6.5-2_amd64.deb
  libfileclasses1-dbgsym_2.6.5-2_amd64.deb
  libfileclasses1_2.6.5-2_amd64.deb
  libimageclasses1-dbgsym_2.6.5-2_amd64.deb
  libimageclasses1_2.6.5-2_amd64.deb
  liblasclasses1-dbgsym_2.6.5-2_amd64.deb
  liblasclasses1_2.6.5-2_amd64.deb
  pktools-dbgsym_2.6.5-2_amd64.deb
  pktools-dev_2.6.5-2_amd64.deb
  pktools_2.6.5-2_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


[otb] branch master updated (05cd898 -> c08603e)

2015-12-21 Thread Rashad Kanavath
This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a change to branch master
in repository otb.

  from  05cd898   try to get only required modules from ITK
   new  c08603e   update symbols for i386

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/libotbapplicationengine-5.0-1.symbols | 1042 +-
 debian/libotbcarto-5.0-1.symbols |   42 +-
 debian/libotbcommandline-5.0-1.symbols   |   36 +-
 debian/libotbcommandlineparser-5.0-1.symbols |   37 +-
 debian/libotbcommon-5.0-1.symbols|   20 +-
 debian/libotbcurladapters-5.0-1.symbols  |   21 +-
 debian/libotbedge-5.0-1.symbols  |   23 +-
 debian/libotbextendedfilename-5.0-1.symbols  |   36 +-
 debian/libotbfuzzy-5.0-1.symbols |   13 +-
 debian/libotbgdaladapters-5.0-1.symbols  |   51 +-
 debian/libotbimagebase-5.0-1.symbols |   25 +-
 debian/libotbimagemanipulation-5.0-1.symbols |4 +-
 debian/libotbiobsq-5.0-1.symbols |   14 +-
 debian/libotbiogdal-5.0-1.symbols|   35 +-
 debian/libotbiokml-5.0-1.symbols |   42 +-
 debian/libotbiolum-5.0-1.symbols |   13 +-
 debian/libotbiomstar-5.0-1.symbols   |9 +-
 debian/libotbiomw-5.0-1.symbols  |   10 +-
 debian/libotbioonera-5.0-1.symbols   |9 +-
 debian/libotbiorad-5.0-1.symbols |   13 +-
 debian/libotbiotilemap-5.0-1.symbols |   20 +-
 debian/libotbmathparser-5.0-1.symbols|   10 +-
 debian/libotbmetadata-5.0-1.symbols  |   76 +-
 debian/libotbossimadapters-5.0-1.symbols |   45 +-
 debian/libotbossimplugins-5.0-1.symbols  |   60 +-
 debian/libotbpolarimetry-5.0-1.symbols   |4 +-
 debian/libotbprojection-5.0-1.symbols|   18 +-
 debian/libotbqtwidget-5.0-1.symbols  |   61 +-
 debian/libotbrcc8-5.0-1.symbols  |4 +-
 debian/libotbsiftfast-5.0-1.symbols  |8 +-
 debian/libotbstreaming-5.0-1.symbols |5 +-
 debian/libotbtestkernel-5.0-1.symbols|  118 ++-
 debian/libotbtransform-5.0-1.symbols |   12 +-
 debian/libotbvectordatabase-5.0-1.symbols|   20 +-
 debian/libotbwavelet-5.0-1.symbols   |3 +-
 35 files changed, 1924 insertions(+), 35 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/otb.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#808606: libgdal1i: circular dependency hell

2015-12-21 Thread Sebastiaan Couwenberg
Hi Bill,

Thanks for reporting this issue, we are well are of it, but there is no
good solution currently.

On 21-12-15 13:47, Bill Allombert wrote:
> There is a circular dependency between libgdal1i, liblwgeom-2.2-2,
> libopenscenegraph100v5, libsfcgal1 and libspatialite7:
> 
> libgdal1i :Depends: libspatialite7 (>= 4.2.0)
> liblwgeom-2.2-2   :Depends: libsfcgal1 (>= 1.1.0)
> libopenscenegraph100v5:Depends: libgdal1i (>= 1.11.0)
> libsfcgal1:Depends: libopenscenegraph100v5
> libspatialite7:Depends: liblwgeom-2.2-2 (>= 2.1.0)
> 
> Complex circular dependencies are known to cause problems during upgrade, so 
> we
> should try to avoid them.

The spatialite->postgis->gdal->spatialite circular dependency is mostly
problematic during geos transition on which all these packages depend.

spatialite depends on postgis for the topology features in liblwgeom,
these will be moved to a separate project (working title rt-topology)
[0], which will remove the spatialite dependency on postgis/liblwgeom.

With the new sfcgal dependency to enable 3D features in postgis we also
have: postgis->sfcgal->openscenegraph->gdal->spatialite->postgis.

Getting rid of liblwgeom dependency on spatialite should resolve that too.

I'm not aware of upgrade problems caused by the current situation, if
they exist and are common we should consider dropping the liblwgeom
dependency already and live with the reduced functionality. But as far
as I can tell that isn't the case.

[0] https://lists.osgeo.org/pipermail/postgis-devel/2015-October/025376.html

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


pktools_2.6.5-2_amd64.changes ACCEPTED into unstable

2015-12-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 21 Dec 2015 11:11:30 +0100
Source: pktools
Binary: pktools pktools-dev libalgorithms1 libfileclasses1 libimageclasses1 
liblasclasses1
Architecture: source amd64
Version: 2.6.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libalgorithms1 - GDAL add-on tools to perform useful raster processing - 
libalgori
 libfileclasses1 - GDAL add-on tools to perform useful raster processing - 
libfileCl
 libimageclasses1 - GDAL add-on tools to perform useful raster processing - 
libimageC
 liblasclasses1 - GDAL add-on tools to perform useful raster processing - 
liblasCla
 pktools- GDAL add-on tools to perform useful raster processing
 pktools-dev - GDAL add-on tools to perform useful raster processing - developme
Changes:
 pktools (2.6.5-2) unstable; urgency=medium
 .
   * Update symbols for other architectures.
Checksums-Sha1:
 4467dfafa341ace07c27d3b5e3ac3136a5cbffc3 2474 pktools_2.6.5-2.dsc
 a89e99a364f07bb56b44bade813ac15f437b6980 44292 pktools_2.6.5-2.debian.tar.xz
 e39af99fc3a254c4e6e050bdf6a6dbc63009eea7 818756 
libalgorithms1-dbgsym_2.6.5-2_amd64.deb
 de0e8d58fd06f802021e23faae93e20a204feb55 129730 
libalgorithms1_2.6.5-2_amd64.deb
 2311e25da3f4350867e597cd143f14b815cb67ed 50900 
libfileclasses1-dbgsym_2.6.5-2_amd64.deb
 6b5cb9acc6f3dfbf7baa82f1a5e72fbcf2ff27fb 19924 
libfileclasses1_2.6.5-2_amd64.deb
 cae843be6bc9268c4b5b67a653c98ae676abe891 405152 
libimageclasses1-dbgsym_2.6.5-2_amd64.deb
 ef592e64b817347bd4333a13d86fddeb77630292 62530 
libimageclasses1_2.6.5-2_amd64.deb
 e0984e89a036cc4ec610925db64b189203e73d3d 146030 
liblasclasses1-dbgsym_2.6.5-2_amd64.deb
 edbe0a5b8f5c6ccbdaa6cf4c08dcd59173219069 22298 liblasclasses1_2.6.5-2_amd64.deb
 aefad55fb66da5472210de18aca5b51f00e7bd62 10070162 
pktools-dbgsym_2.6.5-2_amd64.deb
 1b3573cf825462126c2b8c0ac92ef4de2e5c8344 245018 pktools-dev_2.6.5-2_amd64.deb
 7a934c8835be766de44ee1bfda1bf0cdd7421ea9 812660 pktools_2.6.5-2_amd64.deb
Checksums-Sha256:
 b16898ebbeb59d85643e2744e4d94b6ea368f61f4e369bf4755c0b806d5b332d 2474 
pktools_2.6.5-2.dsc
 b05794eb68925d9689c37c1812001b679393476c933ae68608e98cbc5e63b6f5 44292 
pktools_2.6.5-2.debian.tar.xz
 b386ef0e96b0da12a1460c7df6fcd9095dde12a186e44a9836d50143239d8974 818756 
libalgorithms1-dbgsym_2.6.5-2_amd64.deb
 43f002d1ca891c6c3253beb7389a68bd3acad92c233da8ddf53fe9b301da7718 129730 
libalgorithms1_2.6.5-2_amd64.deb
 7d14dfb04a73913687449f03d5d92f923fdb9a432b681d4eb12e30f81bdd42f6 50900 
libfileclasses1-dbgsym_2.6.5-2_amd64.deb
 4e3fd09a875127edf3cc25c8f216768572cbf118292d42a22508e6b09b22091f 19924 
libfileclasses1_2.6.5-2_amd64.deb
 246542a7a02834e194560f92f2c5d3a7ad3b2d89074cd19fa0dea28b25a8fa04 405152 
libimageclasses1-dbgsym_2.6.5-2_amd64.deb
 abca6d163171dda4242d10af10d917e943d82f1625f2e157e6a301a7ffeecbf8 62530 
libimageclasses1_2.6.5-2_amd64.deb
 95e96812c6035a3813cffa42e80640bd4d440faaae85cb151aabee6764da0653 146030 
liblasclasses1-dbgsym_2.6.5-2_amd64.deb
 d555c3fd3d06a30bc967744a98c9213ff30fdba21a9b68deb3148e86a5baf50b 22298 
liblasclasses1_2.6.5-2_amd64.deb
 02cb54572e8852d5bc021e75352fbabcd149f5155459460c8aea8e20294f2e51 10070162 
pktools-dbgsym_2.6.5-2_amd64.deb
 6bf9dd91841b6cfca0e7856446db207e2505b3ff9deb9d45d64cbcf0f826fdf0 245018 
pktools-dev_2.6.5-2_amd64.deb
 11f4c5e4240660c637b15f9717adcae1545841dcf1d102e121da4d76246030c5 812660 
pktools_2.6.5-2_amd64.deb
Files:
 51331327cdc76a61345781a2d273a063 2474 science optional pktools_2.6.5-2.dsc
 98594dbb91ae9878ce2eb2f7851df55b 44292 science optional 
pktools_2.6.5-2.debian.tar.xz
 d8ba9f988c323dc98f0c75643ddaf743 818756 debug extra 
libalgorithms1-dbgsym_2.6.5-2_amd64.deb
 6572cee15b08aa47792ca9692adcd9fe 129730 libs optional 
libalgorithms1_2.6.5-2_amd64.deb
 2756ddb97e3f8bfbb672cfeb06f4fb78 50900 debug extra 
libfileclasses1-dbgsym_2.6.5-2_amd64.deb
 1a5dc45c5a0181cab7b635ffc44c8bac 19924 libs optional 
libfileclasses1_2.6.5-2_amd64.deb
 e2a233f44b26a123fcd4bf69cf7efd56 405152 debug extra 
libimageclasses1-dbgsym_2.6.5-2_amd64.deb
 92503da222522d8909ec34dae5b0 62530 libs optional 
libimageclasses1_2.6.5-2_amd64.deb
 fac18feca54a105ae2e750205b12cfc7 146030 debug extra 
liblasclasses1-dbgsym_2.6.5-2_amd64.deb
 849ec22dab6de1513e21dc204119ec78 22298 libs optional 
liblasclasses1_2.6.5-2_amd64.deb
 a0a4d6949f898ceac8742c35cba1b823 10070162 debug extra 
pktools-dbgsym_2.6.5-2_amd64.deb
 30ef14eae94d5c9c3aff4b58a5c8d37e 245018 libdevel optional 
pktools-dev_2.6.5-2_amd64.deb
 3a73a851f2c8c4b5f8437eb467616fd2 812660 science optional 
pktools_2.6.5-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWd9drAAoJEGdQ8QrojUrxMPYQAKU954M9SJadVN/PpdnJF+gn
RK/NCCnvoCFIyK7Amr5HnvakCra7qs9i/EPqZ5aRFGTnT026wl3LtEy9CfKgaNH8
v6pyXjlDQ55lShi0bEnjjYldTdM5CPRAZqMFmg/Kw1mL9RH6zh8ez7kJPPbP11MQ

qgis_2.8.5+dfsg-1~exp1_amd64.changes is NEW

2015-12-21 Thread Debian FTP Masters
binary:libqgis-analysis2.8.5 is NEW.
binary:libqgis-core2.8.5 is NEW.
binary:libqgis-gui2.8.5 is NEW.
binary:libqgis-networkanalysis2.8.5 is NEW.
binary:libqgis-server2.8.5 is NEW.
binary:libqgisgrass2.8.5 is NEW.
binary:libqgispython2.8.5 is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html

___
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] 01/09: Imported Upstream version 2.8.5+dfsg

2015-12-21 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 0df9b23270b58fffa990b1f8f44af1cb5e2b025a
Author: Bas Couwenberg 
Date:   Mon Dec 21 01:58:39 2015 +0100

Imported Upstream version 2.8.5+dfsg
---
 CMakeLists.txt   |  2 +-
 ChangeLog| 57 
 debian/changelog | 10 -
 debian/control.in| 13 ---
 debian/qgis-provider-grass.lintian-overrides |  4 +-
 debian/rules | 28 --
 python/core/qgsfeature.sip   |  2 +-
 src/app/legend/qgsapplegendinterface.cpp | 26 +++--
 src/core/dxf/qgsdxfexport.cpp|  2 +-
 src/server/qgshttprequesthandler.cpp |  1 +
 src/server/qgsserverprojectparser.cpp| 42 ++--
 src/server/qgswmsconfigparser.cpp|  2 +-
 12 files changed, 147 insertions(+), 42 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f0fb60d..41deab2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
 SET(CPACK_PACKAGE_VERSION_MAJOR "2")
 SET(CPACK_PACKAGE_VERSION_MINOR "8")
-SET(CPACK_PACKAGE_VERSION_PATCH "4")
+SET(CPACK_PACKAGE_VERSION_PATCH "5")
 SET(COMPLETE_VERSION 
${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
 SET(RELEASE_NAME "Wien")
 IF (POLICY CMP0048) # in CMake 3.0.0+
diff --git a/ChangeLog b/ChangeLog
index 4c5b489..34a8827 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,60 @@
+rldhont 2015-12-18
+
+[BUGFIX] WFS GetCapabilities respons misses  key
+
+Fixes #13037 WFS GetCapabilities respons misses  key
+
+Replace KeywordList by Keywords in WFS Getcapabilities and keywords in WCS 
GetCapabilities.
+
+rldhont 2015-12-15
+
+Dont set content-length header on streamed response. Fixes #13991
+
+Thanks to @AsgerPetersen to help fixing #13991
+closes #2582
+
+Juergen E. Fischer 2015-12-14
+
+debian packaging update (partly reverts 245659f; fixes #13981)
+
+(cherry picked from commit 24a61ff48d16309d4a43fe5e12d7e110984f2655)
+
+rldhont 2015-12-14
+
+[BUGFIX][QGIS Server] Update Layer order from group in GetPrint
+
+Update commit da5e73ef4a4508c4b215dd726380a8a94bd73ada
+
+Juergen E. Fischer 2015-12-14
+
+dxf export: trim whitespace from layernames
+
+(cherry picked from commit 36267f59350881e10e2eae0aa9f110019a5e8d8c)
+
+Juergen E. Fischer 2015-12-06
+
+debian packaging update
+* sync other branches
+* avoid testing and installing twice
+* manually merge PR#2524
+
+Juergen E. Fischer 2015-12-02
+
+sip bindings: fix QgsFeatureIds typedef (fixes missing signal
+QgsVectorLayer.featuresDeleted and others; fixes #13740)
+
+(backported from commit b5794b2)
+
+Juergen E. Fischer 2015-11-29
+
+legend interface: guard layer dereferences (fixes #13899)
+
+(cherry picked from commit 3b2d7173f66ee260021a262167f571eb7ff72788)
+
+Juergen E. Fischer 2015-11-27
+
+Release of 2.8.4
+
 Juergen E. Fischer 2015-11-26
 
 release.pl: point releases don't need a new splash
diff --git a/debian/changelog b/debian/changelog
index b4be35a..e38df26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-qgis (2.8.4) UNRELEASED; urgency=medium
+qgis (2.8.5) UNRELEASED; urgency=medium
+
+  * Release of 2.8.5
+
+ -- Jürgen E. Fischer   Fri, 18 Dec 2015 14:18:20 +0100
+
+qgis (2.8.4) unstable; urgency=medium
 
   * Release of 2.8.4
 
- -- Jürgen E. Fischer   Fri, 27 Nov 2015 12:59:37 +0100
+ -- Jürgen E. Fischer   Fri, 18 Dec 2015 14:18:20 +0100
 
 qgis (2.8.3-1) unstable; urgency=medium
 
diff --git a/debian/control.in b/debian/control.in
index baff09d..44d2f4e 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -7,6 +7,7 @@ Build-Depends:
  bison,
  cmake (>= 2.8),
 #sid stretch jessie wheezy saucy trusty utopic vivid wily# debhelper (>= 9),
+#sid stretch jessie trusty vivid wily# dh-python,
 #precise# debhelper (>= 7),
  flex,
  grass-dev,
@@ -17,14 +18,14 @@ Build-Depends:
 #saucy# libgdal-dev (>= 1.9.0),
 #wheezy# libgdal1-dev,
  libgeos-dev (>= 3.0.0),
- libgsl0-dev,
+ libgsl-dev | libgsl0-dev,
  libpq-dev,
  libproj-dev,
  libqt4-dev (>= 4.7.0),
  libqt4-opengl-dev,
  libqtwebkit-dev,
 #stretch jessie wheezy# libqwt-dev,
-#precise saucy trusty utopic vivid wily stretch sid# libqwt5-qt4-dev,
+#precise saucy trusty utopic vivid wily sid# libqwt5-qt4-dev,
  libspatialite-dev,
  libsqlite3-dev,
  libspatialindex-dev,
@@ -38,7 +39,7 @@ Build-Depends:
 #saucy wheezy# python-dev,
 #saucy# libpython2.7-dev,
 #sid stretch 

[qgis] 05/09: New upstream release.

2015-12-21 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 a4bca6c4f2e6b0ce9f396fc039e7c871b88d8157
Author: Bas Couwenberg 
Date:   Mon Dec 21 02:46:21 2015 +0100

New upstream release.
---
 debian/changelog   |  8 +++-
 debian/control | 44 +++---
 ...2.8.4.install => libqgis-analysis2.8.5.install} |  0
 ...2.8.4.symbols => libqgis-analysis2.8.5.symbols} |  2 +-
 ...core2.8.4.install => libqgis-core2.8.5.install} |  0
 ...core2.8.4.symbols => libqgis-core2.8.5.symbols} |  2 +-
 ...s-gui2.8.4.install => libqgis-gui2.8.5.install} |  0
 ...s-gui2.8.4.symbols => libqgis-gui2.8.5.symbols} |  2 +-
 ...nstall => libqgis-networkanalysis2.8.5.install} |  0
 ...ymbols => libqgis-networkanalysis2.8.5.symbols} |  2 +-
 ...er2.8.4.install => libqgis-server2.8.5.install} |  0
 ...er2.8.4.symbols => libqgis-server2.8.5.symbols} |  2 +-
 ...rass2.8.4.install => libqgisgrass2.8.5.install} |  0
 ...errides => libqgisgrass2.8.5.lintian-overrides} |  2 +-
 ...rass2.8.4.symbols => libqgisgrass2.8.5.symbols} |  2 +-
 ...hon2.8.4.install => libqgispython2.8.5.install} |  0
 ...hon2.8.4.symbols => libqgispython2.8.5.symbols} |  2 +-
 17 files changed, 36 insertions(+), 32 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 67c582b..ec43557 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-qgis (2.8.5) UNRELEASED; urgency=medium
+qgis (2.8.5+dfsg-1) UNRELEASED; urgency=medium
 
+  [ Jürgen E. Fischer ]
   * Release of 2.8.5
 
- -- Jürgen E. Fischer   Fri, 18 Dec 2015 14:18:20 +0100
+  [ Bas Couwenberg ]
+  * New upstream release.
+
+ -- Bas Couwenberg   Mon, 21 Dec 2015 02:46:06 +0100
 
 qgis (2.8.4+dfsg-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 47ce16a..e59070b 100644
--- a/debian/control
+++ b/debian/control
@@ -95,7 +95,7 @@ Description: QGIS - architecture-independent data
  This package contains architecture-independent supporting data files for use
  with QGIS.
 
-Package: libqgis-core2.8.4
+Package: libqgis-core2.8.5
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -106,7 +106,7 @@ Description: QGIS - shared core library
  .
  This package contains the shared core library.
 
-Package: libqgis-gui2.8.4
+Package: libqgis-gui2.8.5
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -117,7 +117,7 @@ Description: QGIS - shared gui library
  .
  This package contains the shared gui library.
 
-Package: libqgis-analysis2.8.4
+Package: libqgis-analysis2.8.5
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -128,7 +128,7 @@ Description: QGIS - shared analysis library
  .
  This package contains the shared analysis library.
 
-Package: libqgis-networkanalysis2.8.4
+Package: libqgis-networkanalysis2.8.5
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -139,7 +139,7 @@ Description: QGIS - shared network analysis library
  .
  This package contains the shared network analysis library.
 
-Package: libqgisgrass2.8.4
+Package: libqgisgrass2.8.5
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -150,7 +150,7 @@ Description: QGIS - shared grass library
  .
  This package contains the shared grass library.
 
-Package: libqgispython2.8.4
+Package: libqgispython2.8.5
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -181,7 +181,7 @@ Description: QGIS custom widgets for Qt Designer
  .
  This package contains a library to use specific QGIS widgets in Qt Designer.
 
-Package: libqgis-server2.8.4
+Package: libqgis-server2.8.5
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
@@ -201,13 +201,13 @@ Depends: grass-dev,
  libgsl-dev | libgsl0-dev,
  libpq-dev,
  libproj-dev,
- libqgis-core2.8.4 (= ${binary:Version}),
- libqgis-gui2.8.4 (= ${binary:Version}),
- libqgis-analysis2.8.4 (= ${binary:Version}),
- libqgis-networkanalysis2.8.4 (= ${binary:Version}),
- libqgis-server2.8.4 (= ${binary:Version}),
- libqgisgrass2.8.4 (= ${binary:Version}),
- libqgispython2.8.4 (= ${binary:Version}),
+ libqgis-core2.8.5 (= ${binary:Version}),
+ libqgis-gui2.8.5 (= ${binary:Version}),
+ libqgis-analysis2.8.5 (= ${binary:Version}),
+ libqgis-networkanalysis2.8.5 (= ${binary:Version}),
+ libqgis-server2.8.5 (= ${binary:Version}),
+ libqgisgrass2.8.5 (= ${binary:Version}),
+ libqgispython2.8.5 (= ${binary:Version}),
  libqt4-dev (>= 4.7.0),
  libsqlite3-dev,
  python-qt4 (>= 4.1.0),
@@ -228,13 +228,13 @@ Package: qgis-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: libqgis-core2.8.4 (= ${binary:Version}),
- libqgis-gui2.8.4 (= ${binary:Version}),
- 

Bug#808606: libgdal1i: circular dependency hell

2015-12-21 Thread Bill Allombert
Package: libgdal1i
Version: 1.11.3+dfsg-2+b3
Severity: important

Hello Debian GIS Project,

There is a circular dependency between libgdal1i, liblwgeom-2.2-2,
libopenscenegraph100v5, libsfcgal1 and libspatialite7:

libgdal1i   :Depends: libspatialite7 (>= 4.2.0)
liblwgeom-2.2-2 :Depends: libsfcgal1 (>= 1.1.0)
libopenscenegraph100v5  :Depends: libgdal1i (>= 1.11.0)
libsfcgal1  :Depends: libopenscenegraph100v5
libspatialite7  :Depends: liblwgeom-2.2-2 (>= 2.1.0)

Complex circular dependencies are known to cause problems during upgrade, so we
should try to avoid them.

See threads 
http://lists.debian.org/debian-devel/2005/06/msg02111.html
http://lists.debian.org/debian-devel/2005/11/msg01101.html

Cheers,
-- 
Bill. 

Imagine a large red swirl here. 

___
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 qgis_2.8.5+dfsg-1~exp1_amd64.changes

2015-12-21 Thread Debian FTP Masters
qgis_2.8.5+dfsg-1~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  qgis_2.8.5+dfsg-1~exp1.dsc
  qgis_2.8.5+dfsg.orig.tar.bz2
  qgis_2.8.5+dfsg-1~exp1.debian.tar.xz
  libqgis-analysis2.8.5_2.8.5+dfsg-1~exp1_amd64.deb
  libqgis-core2.8.5_2.8.5+dfsg-1~exp1_amd64.deb
  libqgis-customwidgets_2.8.5+dfsg-1~exp1_amd64.deb
  libqgis-dev_2.8.5+dfsg-1~exp1_amd64.deb
  libqgis-gui2.8.5_2.8.5+dfsg-1~exp1_amd64.deb
  libqgis-networkanalysis2.8.5_2.8.5+dfsg-1~exp1_amd64.deb
  libqgis-server2.8.5_2.8.5+dfsg-1~exp1_amd64.deb
  libqgisgrass2.8.5_2.8.5+dfsg-1~exp1_amd64.deb
  libqgispython2.8.5_2.8.5+dfsg-1~exp1_amd64.deb
  python-qgis-common_2.8.5+dfsg-1~exp1_all.deb
  python-qgis_2.8.5+dfsg-1~exp1_amd64.deb
  qgis-api-doc_2.8.5+dfsg-1~exp1_all.deb
  qgis-common_2.8.5+dfsg-1~exp1_all.deb
  qgis-dbg_2.8.5+dfsg-1~exp1_amd64.deb
  qgis-plugin-globe-common_2.8.5+dfsg-1~exp1_all.deb
  qgis-plugin-globe_2.8.5+dfsg-1~exp1_amd64.deb
  qgis-provider-grass_2.8.5+dfsg-1~exp1_amd64.deb
  qgis-providers-common_2.8.5+dfsg-1~exp1_all.deb
  qgis-providers_2.8.5+dfsg-1~exp1_amd64.deb
  qgis-server_2.8.5+dfsg-1~exp1_amd64.deb
  qgis_2.8.5+dfsg-1~exp1_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


[qgis] annotated tag upstream/2.8.5+dfsg created (now f7fb7b6)

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

sebastic pushed a change to annotated tag upstream/2.8.5+dfsg
in repository qgis.

at  f7fb7b6   (tag)
   tagging  0df9b23270b58fffa990b1f8f44af1cb5e2b025a (commit)
  replaces  upstream/2.8.4+dfsg
 tagged by  Bas Couwenberg
on  Mon Dec 21 01:59:59 2015 +0100

- Log -
Upstream version 2.8.5+dfsg

Bas Couwenberg (1):
  Imported Upstream version 2.8.5+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/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] 01/02: pristine-tar data for qgis_2.8.5+dfsg.orig.tar.bz2

2015-12-21 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 qgis.

commit daa350a79e84c2b6c852917aa5c046efb209312b
Author: Bas Couwenberg 
Date:   Mon Dec 21 01:59:58 2015 +0100

pristine-tar data for qgis_2.8.5+dfsg.orig.tar.bz2
---
 qgis_2.8.5+dfsg.orig.tar.bz2.delta | Bin 0 -> 405279 bytes
 qgis_2.8.5+dfsg.orig.tar.bz2.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/qgis_2.8.5+dfsg.orig.tar.bz2.delta 
b/qgis_2.8.5+dfsg.orig.tar.bz2.delta
new file mode 100644
index 000..461ce36
Binary files /dev/null and b/qgis_2.8.5+dfsg.orig.tar.bz2.delta differ
diff --git a/qgis_2.8.5+dfsg.orig.tar.bz2.id b/qgis_2.8.5+dfsg.orig.tar.bz2.id
new file mode 100644
index 000..1421162
--- /dev/null
+++ b/qgis_2.8.5+dfsg.orig.tar.bz2.id
@@ -0,0 +1 @@
+1d2c5ed21febf7c0779b5cbe7dab9976f553c7df

-- 
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] 07/09: Update symbols for amd64.

2015-12-21 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 12af2609c95627e9c9da00ac61fd11b49dec226e
Author: Bas Couwenberg 
Date:   Mon Dec 21 11:26:05 2015 +0100

Update symbols for amd64.
---
 debian/changelog |   1 +
 debian/libqgis-core2.8.5.symbols | 110 ++-
 debian/libqgis-gui2.8.5.symbols  |  22 
 3 files changed, 75 insertions(+), 58 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 03cd1ff..31fe573 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ qgis (2.8.5+dfsg-1) UNRELEASED; urgency=medium
   [ Bas Couwenberg ]
   * New upstream release.
   * Refresh patches.
+  * Update symbols for amd64.
 
  -- Bas Couwenberg   Mon, 21 Dec 2015 02:46:06 +0100
 
diff --git a/debian/libqgis-core2.8.5.symbols b/debian/libqgis-core2.8.5.symbols
index f1b395a..7bd576f 100644
--- a/debian/libqgis-core2.8.5.symbols
+++ b/debian/libqgis-core2.8.5.symbols
@@ -1,4 +1,4 @@
-# SymbolsHelper-Confirmed: 2.8.4 amd64 arm64 armel armhf i386 kfreebsd-amd64 
kfreebsd-i386 mips mips64el mipsel powerpc ppc64 ppc64el s390x
+# SymbolsHelper-Confirmed: 2.8.5 amd64
 libqgis_core.so.2.8.5 #PACKAGE# #MINVER#
  GEOPROJ4@Base 2.0.1
  GEOWKT@Base 2.0.1
@@ -11,7 +11,7 @@ libqgis_core.so.2.8.5 #PACKAGE# #MINVER#
  _Z10offsetLine9QPolygonFdN4QGis12GeometryTypeE@Base 2.4.0
  _Z11_ratioMU2LURK14QgsMapSettingsP11QgsMapLayer@Base 2.8.0
  _Z11exp_get_outPv@Base 2.6.0
- (subst)_Z11exp_reallocPv{size_t}S_@Base 2.6.0
+#MISSING: 2.8.5# (subst)_Z11exp_reallocPv{size_t}S_@Base 2.6.0
  _Z11exp_restartP8_IO_FILEPv@Base 2.6.0
  _Z11exp_set_outP8_IO_FILEPv@Base 2.6.0
  _Z12exp_get_lengPv@Base 2.6.0
@@ -38,11 +38,11 @@ libqgis_core.so.2.8.5 #PACKAGE# #MINVER#
  _Z14exp_set_linenoiPv@Base 2.6.0
  _Z14isIntervalSafeRK8QVariant@Base 2.0.1
  _Z14searchCallbackP16QgsLabelPositionPv@Base 2.0.1
- 
(subst)_Z14sortByDistanceRK5QPairI{qreal}N18QgsComposerMapGrid10BorderSideEES4_@Base
 2.8.0
- (subst)_Z15exp__scan_bytesPKc{size_t}Pv@Base 2.6.0
+#MISSING: 2.8.5# 
(subst)_Z14sortByDistanceRK5QPairI{qreal}N18QgsComposerMapGrid10BorderSideEES4_@Base
 2.8.0
+#MISSING: 2.8.5# (subst)_Z15exp__scan_bytesPKc{size_t}Pv@Base 2.6.0
  _Z15exp_lex_destroyPv@Base 2.6.0
  _Z15parseExpressionRK7QStringRS_@Base 2.0.1
- (subst)_Z16exp__scan_bufferPc{size_t}Pv@Base 2.6.0
+#MISSING: 2.8.5# (subst)_Z16exp__scan_bufferPc{size_t}Pv@Base 2.6.0
  _Z16exp__scan_stringPKcPv@Base 2.6.0
  _Z16labelGreaterThanRK18QgsRendererRangeV2S1_@Base 2.0.1
  _Z16labelGreaterThanRK21QgsRendererCategoryV2S1_@Base 2.0.1
@@ -80,7 +80,7 @@ libqgis_core.so.2.8.5 #PACKAGE# #MINVER#
  _Z7exp_lexP7YYSTYPEPv@Base 2.6.0
  _Z7qgsFreePv@Base 2.0.1
  _Z8exp_freePvS_@Base 2.6.0
- (subst)_Z9exp_alloc{size_t}Pv@Base 2.6.0
+#MISSING: 2.8.5# (subst)_Z9exp_alloc{size_t}Pv@Base 2.6.0
  _Z9exp_errorP25expression_parser_contextPKc@Base 2.6.0
  _Z9exp_parseP25expression_parser_context@Base 2.6.0
  _Z9isIntSafeRK8QVariant@Base 2.0.1
@@ -632,7 +632,7 @@ libqgis_core.so.2.8.5 #PACKAGE# #MINVER#
  
_ZN12QgsDxfExport12writePolygonERK7QVectorIS0_I8QgsPointEERK7QStringS8_6QColor@Base
 2.6.0
  _ZN12QgsDxfExport13mDxfEncodingsE@Base 2.8.0
  _ZN12QgsDxfExport13writeEntitiesEv@Base 2.2.0
- 
(subst)_ZN12QgsDxfExport13writeLinetypeERK7QStringRK7QVectorI{qreal}EN11QgsSymbolV210OutputUnitE@Base
 2.6.0
+#MISSING: 2.8.5# 
(subst)_ZN12QgsDxfExport13writeLinetypeERK7QStringRK7QVectorI{qreal}EN11QgsSymbolV210OutputUnitE@Base
 2.6.0
  
_ZN12QgsDxfExport13writePolylineERK7QVectorI8QgsPointERK7QStringS7_6QColordb@Base
 2.6.0
  _ZN12QgsDxfExport14color_distanceEji@Base 2.2.0
  (arch=!armel !armhf)_ZN12QgsDxfExport14createRgbEntryEddd@Base 2.4.0
@@ -734,10 +734,10 @@ libqgis_core.so.2.8.5 #PACKAGE# #MINVER#
  _ZN12QgsPaperItem7readXMLERK11QDomElementRK12QDomDocument@Base 2.0.1
  _ZN12QgsPaperItemC1EP14QgsComposition@Base 2.0.1
  _ZN12QgsPaperItemC1Ev@Base 2.0.1
- (subst)_ZN12QgsPaperItemC1E{qreal}{qreal}{qreal}{qreal}P14QgsComposition@Base 
2.0.1
+#MISSING: 2.8.5# 
(subst)_ZN12QgsPaperItemC1E{qreal}{qreal}{qreal}{qreal}P14QgsComposition@Base 
2.0.1
  _ZN12QgsPaperItemC2EP14QgsComposition@Base 2.0.1
  _ZN12QgsPaperItemC2Ev@Base 2.0.1
- (subst)_ZN12QgsPaperItemC2E{qreal}{qreal}{qreal}{qreal}P14QgsComposition@Base 
2.0.1
+#MISSING: 2.8.5# 
(subst)_ZN12QgsPaperItemC2E{qreal}{qreal}{qreal}{qreal}P14QgsComposition@Base 
2.0.1
  _ZN12QgsPaperItemD0Ev@Base 2.0.1
  _ZN12QgsPaperItemD1Ev@Base 2.0.1
  _ZN12QgsPaperItemD2Ev@Base 2.0.1
@@ -1125,44 +1125,60 @@ libqgis_core.so.2.8.5 #PACKAGE# #MINVER#
  _ZN14QgsApplication15activeThemePathEv@Base 2.0.1
  _ZN14QgsApplication15authorsFilePathEv@Base 2.0.1
  _ZN14QgsApplication15licenceFilePathEv@Base 2.0.1
- _ZN14QgsApplication15mThemeName20804E@Base 2.8.4
+#MISSING: 2.8.5# _ZN14QgsApplication15mThemeName20804E@Base 2.8.4
+ _ZN14QgsApplication15mThemeName20805E@Base 2.8.5
  

[qgis] 02/09: Merge tag 'upstream/2.8.5+dfsg'

2015-12-21 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 be5293e67c6de2d85e46ceea4187ec04e998
Merge: 35d8827 0df9b23
Author: Bas Couwenberg 
Date:   Mon Dec 21 02:07:52 2015 +0100

Merge tag 'upstream/2.8.5+dfsg'

Upstream version 2.8.5+dfsg

Conflicts:
debian/changelog
debian/qgis-provider-grass.lintian-overrides
debian/rules

 CMakeLists.txt   |  2 +-
 ChangeLog| 57 +
 debian/changelog |  6 +++
 debian/control.in| 13 ---
 debian/rules | 63 ++--
 python/core/qgsfeature.sip   |  2 +-
 src/app/legend/qgsapplegendinterface.cpp | 26 +++--
 src/core/dxf/qgsdxfexport.cpp|  2 +-
 src/server/qgshttprequesthandler.cpp |  1 +
 src/server/qgsserverprojectparser.cpp| 42 +++--
 src/server/qgswmsconfigparser.cpp|  2 +-
 11 files changed, 178 insertions(+), 38 deletions(-)

diff --cc debian/changelog
index 35b08d7,e38df26..67c582b
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,20 -1,17 +1,26 @@@
+ qgis (2.8.5) UNRELEASED; urgency=medium
+ 
+   * Release of 2.8.5
+ 
+  -- Jürgen E. Fischer   Fri, 18 Dec 2015 14:18:20 +0100
+ 
 -qgis (2.8.4) unstable; urgency=medium
 +qgis (2.8.4+dfsg-1) unstable; urgency=medium
  
 -  * Release of 2.8.4
 +  * Update symbols for other architectures.
  
 - -- Jürgen E. Fischer   Fri, 18 Dec 2015 14:18:20 +0100
 + -- Bas Couwenberg   Tue, 08 Dec 2015 18:01:50 +0100
 +
 +qgis (2.8.4+dfsg-1~exp2) unstable; urgency=medium
 +
 +  * Update symbols for other architectures.
 +  * Move from experimental to unstable.
  
 -qgis (2.8.3-1) unstable; urgency=medium
 + -- Bas Couwenberg   Mon, 07 Dec 2015 14:23:35 +0100
  
 +qgis (2.8.4+dfsg-1~exp1) experimental; urgency=medium
 +
 +  [ Jürgen E. Fischer ]
 +  * Release of 2.8.4
* split grass provider off into a separate package.
* disable grass plugin on sid (because of GRASS7)
* add ubuntu wily
diff --cc debian/rules
index ed2fa48,289742a..fe2e5dc
--- a/debian/rules
+++ b/debian/rules
@@@ -142,29 -136,65 +139,71 @@@ ifneq (,$(findstring profile,$(DEB_BUIL
LDFLAGS += -pg
  endif
  
- %:
-   dh $@ --with python2,pkgkde_symbolshelper --parallel
+ 
+ # multi distribution support:
+ # - remove lines with applicable excludes
+ # - remove prefixes with applicable includes
+ # - remove prefixes with not applicable excludes
+ # - remove remaining comments
+ 
+ CONTROL_EXPRESSIONS = $(DISTRIBUTION) grass$(GRASSVER)
+ 
+ ifneq (,$(WITH_ORACLE))
+   CONTROL_EXPRESSIONS += oracle
+ endif
+ 
+ define gentemplate
+ $(2): $(1)
+   sed -r \
+   -e '/#(.+ |)!($(subst $(eval) ,|,$(CONTROL_EXPRESSIONS)))( 
.+|)#/d' \
+   -e 's/#([^#]+ |)($(subst $(eval) ,|,$(CONTROL_EXPRESSIONS)))( 
[^#]+|)#//g' \
+   -e 's/#([^#]+ |)![^#]+( [^#]*|)#//g' \
+   -e '/^#/d' \
+   -e "s/\{DEB_BUILD_GNU_TYPE\}/$(DEB_BUILD_GNU_TYPE)/g" \
+   -e "s#\{QT_PLUGIN_DIR\}#$(QT_PLUGIN_DIR)#g" \
+   -e "s/\{QGIS_ABI\}/$(QGIS_ABI)/g" \
+   -e "s/\{GRASS\}/$(GRASS)/g" \
+   -e "s/\{GRASSVER\}/$(GRASSVER)/g" \
+   $$^ >$$@
+ 
+ templates:: $(2)
+ 
+ templateclean::
+   rm -f $(2)
+ endef
+ 
+ $(foreach t,$(wildcard debian/*.in),$(eval $(call gentemplate,$(t),$(basename 
$(t)
+ $(foreach t,$(wildcard debian/*{QGIS_ABI}*),$(eval $(call 
gentemplate,$(t),$(subst {QGIS_ABI},$(QGIS_ABI),$(t)
+ 
+ cleantemplates:
+   $(MAKE) -f debian/rules templateclean
+   $(MAKE) -f debian/rules debian/control debian/compat
+ 
+ binary binary-arch binary-indep build build-arch build-indep clean install 
install-arch install-indep:
+   dh $@ --with python2 --parallel --builddirectory=$(QGIS_BUILDDIR)
  
 -override_dh_clean: cleantemplates
 +override_dh_clean:
dh_clean
  
# automatically generated files
-$(RM) $(CURDIR)/src/core/qgscontexthelp_texts.cpp
-$(RM) $(CURDIR)/src/core/qgsexpression_texts.cpp
  
-   -$(RM) -r build/
+   -$(RM) -r $(CURDIR)/$(QGIS_BUILDDIR)/
  
 -override_dh_auto_configure: templates
 +override_dh_auto_configure:
dh_auto_configure -- $(CMAKE_OPTS)
  
 +override_dh_auto_build-arch:
 +  dh_auto_build --arch
 +
 +override_dh_auto_build-indep:
 +  cd obj-* && doxygen doc/Doxyfile ; cd -
 +
+ override_dh_auto_test: test-stamp
+ 
+ test-stamp:
  ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- override_dh_auto_test:
# Code to run the package test suite - and ignore the outcome for now
mkdir -p debian/tmp/locale/
localedef -f UTF-8 -i en_US ./debian/tmp/locale/en_US.UTF-8/

-- 

[qgis] 04/09: Drop upstream packaging templates.

2015-12-21 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 484919f9105c2861209fc321972e0c34411eac75
Author: Bas Couwenberg 
Date:   Mon Dec 21 02:41:51 2015 +0100

Drop upstream packaging templates.
---
 debian/compat.in|   3 -
 debian/control.in   | 432 
 debian/libqgis-customwidgets.install.in |   1 -
 debian/python-qgis.install.in   |   9 -
 debian/qgis-provider-grass.install.in   |   4 -
 5 files changed, 449 deletions(-)

diff --git a/debian/compat.in b/debian/compat.in
deleted file mode 100644
index 64dae5d..000
--- a/debian/compat.in
+++ /dev/null
@@ -1,3 +0,0 @@
-#stretch sid jessie trusty utopic vivid wily#9
-#wheezy jessie#8
-#precise#7
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index 44d2f4e..000
--- a/debian/control.in
+++ /dev/null
@@ -1,432 +0,0 @@
-Source: qgis
-Maintainer: QGIS developers 
-Uploaders: Jürgen E. Fischer 
-Section: science
-Priority: optional
-Build-Depends:
- bison,
- cmake (>= 2.8),
-#sid stretch jessie wheezy saucy trusty utopic vivid wily# debhelper (>= 9),
-#sid stretch jessie trusty vivid wily# dh-python,
-#precise# debhelper (>= 7),
- flex,
- grass-dev,
- libexpat1-dev,
- libfcgi-dev,
-#sid stretch jessie trusty utopic vivid wily# libgdal-dev (>= 1.10.1-0~),
-#precise# libgdal-dev (>= 1.9.0) | libgdal1-dev (<< 1.9.0),
-#saucy# libgdal-dev (>= 1.9.0),
-#wheezy# libgdal1-dev,
- libgeos-dev (>= 3.0.0),
- libgsl-dev | libgsl0-dev,
- libpq-dev,
- libproj-dev,
- libqt4-dev (>= 4.7.0),
- libqt4-opengl-dev,
- libqtwebkit-dev,
-#stretch jessie wheezy# libqwt-dev,
-#precise saucy trusty utopic vivid wily sid# libqwt5-qt4-dev,
- libspatialite-dev,
- libsqlite3-dev,
- libspatialindex-dev,
- pkg-config,
- pyqt4-dev-tools,
- python-qscintilla2,
- python-qt4 (>= 4.1.0),
- python-qt4-dev,
-#precise saucy wheezy# python,
-#precise saucy# python-central (>= 0.5),
-#saucy wheezy# python-dev,
-#saucy# libpython2.7-dev,
-#sid stretch jessie trusty utopic vivid wily# python-all (>= 2.6.6-3~), 
python-all-dev (>= 2.6.6-3~),
-#sid stretch jessie wily# pyqt4.qsci-dev,
-#sid stretch jessie trusty utopic vivid wily# python-pyspatialite,
- python-sip (>= 4.5.0),
- python-sip-dev (>= 4.5.0),
- libosgearth-dev,
- libopenscenegraph-dev,
- libqscintilla2-dev,
- git,
- doxygen,
- graphviz,
- txt2tags,
- xvfb, xauth,
- xfonts-base, xfonts-100dpi, xfonts-75dpi, xfonts-scalable,
-#oracle# oracle-instantclient11.2-devel,
- spawn-fcgi, lighttpd, poppler-utils, locales
-Build-Conflicts: libqgis-dev, qgis-dev
-#sid stretch jessie vivid wily#Standards-Version: 3.9.6
-#wheezy#Standards-Version: 3.9.3
-#precise saucy trusty utopic#Standards-Version: 3.8.4
-#sid stretch jessie#X-Python-Version: >= 2.7, << 2.8
-#wheezy precise saucy trusty utopic vivid wily#XS-Python-Version: current
-Vcs-Browser: https://github.com/qgis/QGIS/
-Vcs-Git: https://github.com/qgis/QGIS.git
-Homepage: http://qgis.org/
-
-Package: qgis
-Architecture: any
-Depends:
- ${shlibs:Depends},
- ${misc:Depends},
- qgis-providers (= ${binary:Version}),
- qgis-common (= ${source:Version})
-Recommends:
-#grass6# qgis-plugin-grass,
- qgis-provider-grass,
- qgis-plugin-globe,
- python-qgis
-Suggests: gpsbabel
-Conflicts: uim-qt3
-Description: Geographic Information System (GIS)
- A Geographic Information System (GIS) manages, analyzes, and displays
- databases of geographic information. QGIS supports shape file viewing and
- editing, spatial data storage with PostgreSQL/PostGIS, projection on-the-fly,
- map composition, and a number of other features via a plugin interface. QGIS
- also supports display of various georeferenced raster and Digital Elevation
- Model (DEM) formats including GeoTIFF, Arc/Info ASCII Grid, and USGS ASCII
- DEM.
-
-Package: qgis-common
-Architecture: all
-Depends: ${misc:Depends}
-Description: QGIS - architecture-independent data
- QGIS is a Geographic Information System (GIS) which manages, analyzes and
- display databases of geographic information.
- .
- This package contains architecture-independent supporting data files for use
- with QGIS.
-
-Package: libqgis-core{QGIS_ABI}
-Architecture: any
-Section: libs
-Depends:
- ${shlibs:Depends},
- ${misc:Depends}
-Replaces: libqgis{QGIS_ABI}
-Description: QGIS - shared core library
- QGIS is a Geographic Information System (GIS) which manages, analyzes and
- display databases of geographic information.
- .
- This package contains the shared core library.
-
-Package: libqgis-gui{QGIS_ABI}
-Architecture: any
-Section: libs
-Depends:
- ${shlibs:Depends},
- ${misc:Depends}
-Replaces: libqgis{QGIS_ABI}
-Description: QGIS - shared gui library
- QGIS is a Geographic Information System (GIS) which manages, analyzes and
- display databases of geographic information.
- .
- This package contains the shared gui 

[qgis] branch master updated (35d8827 -> 74ebe79)

2015-12-21 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  35d8827   Set distribution to unstable.
   new  0df9b23   Imported Upstream version 2.8.5+dfsg
   new  be5293e   Merge tag 'upstream/2.8.5+dfsg'
   new  3060757   Drop upstream changes for multi distribution support & 
dh_auto_test override.
   new  484919f   Drop upstream packaging templates.
   new  a4bca6c   New upstream release.
   new  3e5c724   Refresh patches.
   new  12af260   Update symbols for amd64.
   new  fde588f   Add patches for 'occurred' & 'browser' typos.
   new  74ebe79   Set distribution to experimental.

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


Summary of changes:
 CMakeLists.txt |2 +-
 ChangeLog  |   57 +
 debian/changelog   |   13 +
 debian/compat.in   |3 -
 debian/control |   44 +-
 debian/control.in  |  431 -
 ...2.8.4.install => libqgis-analysis2.8.5.install} |0
 ...2.8.4.symbols => libqgis-analysis2.8.5.symbols} |2 +-
 ...core2.8.4.install => libqgis-core2.8.5.install} |0
 ...core2.8.4.symbols => libqgis-core2.8.5.symbols} |  112 +-
 debian/libqgis-customwidgets.install.in|1 -
 ...s-gui2.8.4.install => libqgis-gui2.8.5.install} |0
 ...s-gui2.8.4.symbols => libqgis-gui2.8.5.symbols} |   24 +-
 ...nstall => libqgis-networkanalysis2.8.5.install} |0
 ...ymbols => libqgis-networkanalysis2.8.5.symbols} |2 +-
 ...er2.8.4.install => libqgis-server2.8.5.install} |0
 ...er2.8.4.symbols => libqgis-server2.8.5.symbols} |2 +-
 ...rass2.8.4.install => libqgisgrass2.8.5.install} |0
 ...errides => libqgisgrass2.8.5.lintian-overrides} |2 +-
 ...rass2.8.4.symbols => libqgisgrass2.8.5.symbols} |2 +-
 ...hon2.8.4.install => libqgispython2.8.5.install} |0
 ...hon2.8.4.symbols => libqgispython2.8.5.symbols} |2 +-
 debian/patches/allows-to-typo.patch|   70 +-
 debian/patches/browser-typo.patch  |  522 ++
 debian/patches/occurred-typo.patch | 8324 
 debian/patches/occurrences-typo.patch  |   10 +-
 debian/patches/series  |2 +
 debian/python-qgis.install.in  |9 -
 debian/qgis-provider-grass.install.in  |4 -
 debian/rules   |   18 +-
 python/core/qgsfeature.sip |2 +-
 src/app/legend/qgsapplegendinterface.cpp   |   26 +-
 src/core/dxf/qgsdxfexport.cpp  |2 +-
 src/server/qgshttprequesthandler.cpp   |1 +
 src/server/qgsserverprojectparser.cpp  |   42 +-
 src/server/qgswmsconfigparser.cpp  |2 +-
 36 files changed, 9126 insertions(+), 607 deletions(-)
 delete mode 100644 debian/compat.in
 delete mode 100644 debian/control.in
 rename debian/{libqgis-analysis2.8.4.install => libqgis-analysis2.8.5.install} 
(100%)
 rename debian/{libqgis-analysis2.8.4.symbols => libqgis-analysis2.8.5.symbols} 
(99%)
 rename debian/{libqgis-core2.8.4.install => libqgis-core2.8.5.install} (100%)
 rename debian/{libqgis-core2.8.4.symbols => libqgis-core2.8.5.symbols} (99%)
 delete mode 100644 debian/libqgis-customwidgets.install.in
 rename debian/{libqgis-gui2.8.4.install => libqgis-gui2.8.5.install} (100%)
 rename debian/{libqgis-gui2.8.4.symbols => libqgis-gui2.8.5.symbols} (99%)
 rename debian/{libqgis-networkanalysis2.8.4.install => 
libqgis-networkanalysis2.8.5.install} (100%)
 rename debian/{libqgis-networkanalysis2.8.4.symbols => 
libqgis-networkanalysis2.8.5.symbols} (99%)
 rename debian/{libqgis-server2.8.4.install => libqgis-server2.8.5.install} 
(100%)
 rename debian/{libqgis-server2.8.4.symbols => libqgis-server2.8.5.symbols} 
(99%)
 rename debian/{libqgisgrass2.8.4.install => libqgisgrass2.8.5.install} (100%)
 rename debian/{libqgisgrass2.8.4.lintian-overrides => 
libqgisgrass2.8.5.lintian-overrides} (75%)
 rename debian/{libqgisgrass2.8.4.symbols => libqgisgrass2.8.5.symbols} (99%)
 rename debian/{libqgispython2.8.4.install => libqgispython2.8.5.install} (100%)
 rename debian/{libqgispython2.8.4.symbols => libqgispython2.8.5.symbols} (98%)
 create mode 100644 debian/patches/browser-typo.patch
 create mode 100644 debian/patches/occurred-typo.patch
 delete mode 100644 debian/python-qgis.install.in
 delete mode 100644 debian/qgis-provider-grass.install.in

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


[qgis] tag debian/2.8.5+dfsg-1.exp1 created (now 74ebe79)

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

sebastic pushed a change to tag debian/2.8.5+dfsg-1.exp1
in repository qgis.

at  74ebe79   (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/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] 06/09: Refresh patches.

2015-12-21 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 3e5c724a93c8ae6ecacc4a42e7d55fb33d5a3564
Author: Bas Couwenberg 
Date:   Mon Dec 21 02:48:18 2015 +0100

Refresh patches.
---
 debian/changelog  |  1 +
 debian/patches/allows-to-typo.patch   | 70 +--
 debian/patches/occurrences-typo.patch | 10 ++---
 3 files changed, 41 insertions(+), 40 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ec43557..03cd1ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qgis (2.8.5+dfsg-1) UNRELEASED; urgency=medium
 
   [ Bas Couwenberg ]
   * New upstream release.
+  * Refresh patches.
 
  -- Bas Couwenberg   Mon, 21 Dec 2015 02:46:06 +0100
 
diff --git a/debian/patches/allows-to-typo.patch 
b/debian/patches/allows-to-typo.patch
index fb0e26f..df6543e 100644
--- a/debian/patches/allows-to-typo.patch
+++ b/debian/patches/allows-to-typo.patch
@@ -5,7 +5,7 @@ Applied-Upstream: 
https://github.com/qgis/QGIS/commit/98c0771b1a4364889470b05ea1
 
 --- a/ChangeLog
 +++ b/ChangeLog
-@@ -20215,7 +20215,7 @@ Denis Rouzaud 
+@@ -20272,7 +20272,7 @@ Denis Rouzaud 
  
  Salvatore Larosa  2014-04-28
  
@@ -14,7 +14,7 @@ Applied-Upstream: 
https://github.com/qgis/QGIS/commit/98c0771b1a4364889470b05ea1
  
  Nyall Dawson  2014-04-28
  
-@@ -28675,7 +28675,7 @@ Matthias Kuhn    201
+@@ -28732,7 +28732,7 @@ Matthias Kuhn    201
  
  AttributeForm: Create a dummy button box for intercepting ok clicks
  when the ok button is hidden and the accept was actually triggered
@@ -23,7 +23,7 @@ Applied-Upstream: 
https://github.com/qgis/QGIS/commit/98c0771b1a4364889470b05ea1
  logic without changes.
  Fixes #8885
  
-@@ -29700,7 +29700,7 @@ Salvatore Larosa   20
+@@ -29757,7 +29757,7 @@ Salvatore Larosa   20
  
  Salvatore Larosa  2013-11-02
  
@@ -32,7 +32,7 @@ Applied-Upstream: 
https://github.com/qgis/QGIS/commit/98c0771b1a4364889470b05ea1
  
  Salvatore Larosa  2013-10-24
  
-@@ -29708,7 +29708,7 @@ Salvatore Larosa   20
+@@ -29765,7 +29765,7 @@ Salvatore Larosa   20
  
  Salvatore Larosa  2013-10-24
  
@@ -41,7 +41,7 @@ Applied-Upstream: 
https://github.com/qgis/QGIS/commit/98c0771b1a4364889470b05ea1
  
  Radim Blazek  2013-11-02
  
-@@ -31591,7 +31591,7 @@ Tim Sutton 2013-09-1
+@@ -31648,7 +31648,7 @@ Tim Sutton 2013-09-1
  
  Salvatore Larosa  2013-09-20
  
@@ -50,7 +50,7 @@ Applied-Upstream: 
https://github.com/qgis/QGIS/commit/98c0771b1a4364889470b05ea1
  
  yellow-sky   2013-09-20
  
-@@ -32052,7 +32052,7 @@ Stéphane Brunner  2013-09-14
  
@@ -59,7 +59,7 @@ Applied-Upstream: 
https://github.com/qgis/QGIS/commit/98c0771b1a4364889470b05ea1
  
  Victor Olaya   2013-09-11
  
-@@ -34577,7 +34577,7 @@ Alexander Bruy  2013-08-06
  
@@ -68,7 +68,7 @@ Applied-Upstream: 
https://github.com/qgis/QGIS/commit/98c0771b1a4364889470b05ea1
  
  Minoru Akagi  2013-07-18
  
-@@ -38378,7 +38378,7 @@ Juergen E. Fischer 2013-
+@@ -38435,7 +38435,7 @@ Juergen E. Fischer 2013-
  more edit widget fixes:
  - handle editable state in drag forms like in automatically generated
forms
@@ -77,7 +77,7 @@ Applied-Upstream: 
https://github.com/qgis/QGIS/commit/98c0771b1a4364889470b05ea1
  
  Borys Jurgiel   2013-06-05
  
-@@ -39599,10 +39599,10 @@ Salvatore Larosa 20
+@@ -39656,10 +39656,10 @@ Salvatore Larosa 20
  
  Salvatore Larosa  2013-05-20
  
@@ -90,7 +90,7 @@ Applied-Upstream: 
https://github.com/qgis/QGIS/commit/98c0771b1a4364889470b05ea1
  - fix for mousePressEvent into console
  
  Juergen E. Fischer    2013-05-20
-@@ -39847,7 +39847,7 @@ Radim Blazek   20
+@@ -39904,7 +39904,7 @@ Radim Blazek   20
  
  Salvatore Larosa  2013-05-15
  
@@ -99,7 +99,7 @@ Applied-Upstream: 
https://github.com/qgis/QGIS/commit/98c0771b1a4364889470b05ea1
  - fixes some translation string
  
  Marco Hugentobler    2013-05-15
-@@ -41349,7 +41349,7 @@ D'Hont René-Luc 

[qgis] branch pristine-tar updated (b85de2b -> c484618)

2015-12-21 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 qgis.

  from  b85de2b   pristine-tar data for qgis_2.12.1+dfsg.orig.tar.bz2
   new  daa350a   pristine-tar data for qgis_2.8.5+dfsg.orig.tar.bz2
   new  c484618   pristine-tar data for qgis_2.12.2+dfsg.orig.tar.bz2

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:
 qgis_2.12.2+dfsg.orig.tar.bz2.delta | Bin 0 -> 493511 bytes
 qgis_2.12.2+dfsg.orig.tar.bz2.id|   1 +
 qgis_2.8.5+dfsg.orig.tar.bz2.delta  | Bin 0 -> 405279 bytes
 qgis_2.8.5+dfsg.orig.tar.bz2.id |   1 +
 4 files changed, 2 insertions(+)
 create mode 100644 qgis_2.12.2+dfsg.orig.tar.bz2.delta
 create mode 100644 qgis_2.12.2+dfsg.orig.tar.bz2.id
 create mode 100644 qgis_2.8.5+dfsg.orig.tar.bz2.delta
 create mode 100644 qgis_2.8.5+dfsg.orig.tar.bz2.id

-- 
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] branch upstream updated (956f181 -> d5c4265)

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

sebastic pushed a change to branch upstream
in repository qgis.

  from  956f181   Imported Upstream version 2.12.1+dfsg
   new  d5c4265   Imported Upstream version 2.12.2+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:
 CMakeLists.txt |   2 +-
 ChangeLog  |  82 +++
 debian/changelog   |  10 +-
 debian/control.in  |  11 +-
 debian/rules   |  19 +-
 python/core/dxf/qgsdxfexport.sip   |   4 +-
 python/core/qgsdataitem.sip|   1 +
 python/core/qgsdatasourceuri.sip   |   1 +
 python/core/qgsfeature.sip |   2 +-
 python/core/qgsgml.sip |   1 +
 python/core/qgsvectorlayer.sip | 237 +++--
 .../raster/qgssinglebandpseudocolorrenderer.sip|   1 +
 .../qgscategorizedsymbolrendererv2.sip |   3 +
 .../symbology-ng/qgsgraduatedsymbolrendererv2.sip  |   4 +-
 python/core/symbology-ng/qgsheatmaprenderer.sip|   2 +
 .../symbology-ng/qgsinvertedpolygonrenderer.sip|  24 ++-
 .../symbology-ng/qgspointdisplacementrenderer.sip  |  24 ++-
 python/core/symbology-ng/qgsrendererv2.sip |   3 +-
 .../core/symbology-ng/qgsrulebasedrendererv2.sip   | 138 +++-
 .../symbology-ng/qgssinglesymbolrendererv2.sip |   3 +
 python/core/symbology-ng/qgssymbollayerv2.sip  |   1 +
 python/core/symbology-ng/qgssymbollayerv2utils.sip |   4 +-
 .../attributetable/qgsifeatureselectionmanager.sip |   2 +-
 python/gui/qgscollapsiblegroupbox.sip  |  21 +-
 .../db_manager/db_plugins/oracle/connector.py  |   4 +-
 python/plugins/db_manager/dlg_sql_window.py|  26 ++-
 src/app/legend/qgsapplegendinterface.cpp   |  26 ++-
 src/core/dxf/qgsdxfexport.cpp  |   2 +-
 src/core/dxf/qgsdxfexport.h|   1 +
 src/core/qgsdataitem.h |   1 +
 src/core/qgsdatasourceuri.h|   1 +
 src/core/qgsgml.h  |   1 +
 src/core/qgsvectorlayer.h  |  16 +-
 src/core/raster/qgssinglebandpseudocolorrenderer.h |   1 +
 .../symbology-ng/qgscategorizedsymbolrendererv2.h  |   3 +
 .../symbology-ng/qgsgraduatedsymbolrendererv2.h|   4 +-
 src/core/symbology-ng/qgsheatmaprenderer.h |   2 +
 src/core/symbology-ng/qgsinvertedpolygonrenderer.h |  24 ++-
 .../symbology-ng/qgspointdisplacementrenderer.h|  24 ++-
 src/core/symbology-ng/qgsrendererv2.h  |   4 +-
 src/core/symbology-ng/qgsrulebasedrendererv2.cpp   |   2 +-
 src/core/symbology-ng/qgsrulebasedrendererv2.h |   3 +-
 src/core/symbology-ng/qgssinglesymbolrendererv2.h  |   3 +
 src/core/symbology-ng/qgssymbollayerv2.h   |   1 +
 src/core/symbology-ng/qgssymbollayerv2utils.h  |   2 +
 .../symbology-ng/qgsrulebasedrendererv2widget.cpp  |   2 +-
 .../oracle/ocispatial/qsql_ocispatial.cpp  |  88 +---
 src/providers/oracle/qgsoracleconn.h   |   4 +-
 src/providers/oracle/qgsoracledataitems.cpp|   8 +-
 src/providers/oracle/qgsoraclefeatureiterator.cpp  |  21 +-
 src/providers/oracle/qgsoracleprovider.cpp |  91 +---
 src/providers/oracle/qgsoraclesourceselect.cpp |  22 +-
 src/providers/oracle/qgsoracletablecache.cpp   |  14 +-
 src/providers/oracle/qgsoracletablemodel.cpp   |   2 +-
 src/server/qgshttprequesthandler.cpp   |   1 +
 src/server/qgsserverprojectparser.cpp  |  40 +++-
 src/server/qgswmsconfigparser.cpp  |   2 +-
 57 files changed, 836 insertions(+), 210 deletions(-)

-- 
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] 09/09: Set distribution to experimental.

2015-12-21 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 74ebe7997f8128f5167a8949719e8f5041a086d5
Author: Bas Couwenberg 
Date:   Mon Dec 21 11:48:16 2015 +0100

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

diff --git a/debian/changelog b/debian/changelog
index e860483..017ebeb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-qgis (2.8.5+dfsg-1) UNRELEASED; urgency=medium
+qgis (2.8.5+dfsg-1~exp1) experimental; urgency=medium
 
   [ Jürgen E. Fischer ]
   * Release of 2.8.5
@@ -9,7 +9,7 @@ qgis (2.8.5+dfsg-1) UNRELEASED; urgency=medium
   * Update symbols for amd64.
   * Add patches for 'occurred' & 'browser' typos.
 
- -- Bas Couwenberg   Mon, 21 Dec 2015 02:46:06 +0100
+ -- Bas Couwenberg   Mon, 21 Dec 2015 11:48:03 +0100
 
 qgis (2.8.4+dfsg-1) unstable; urgency=medium
 

-- 
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] 03/09: Drop upstream changes for multi distribution support & dh_auto_test override.

2015-12-21 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 3060757dc8f0f44affec5c232c9535b64fac0e6a
Author: Bas Couwenberg 
Date:   Mon Dec 21 02:34:37 2015 +0100

Drop upstream changes for multi distribution support & dh_auto_test 
override.
---
 debian/rules | 47 ++-
 1 file changed, 2 insertions(+), 45 deletions(-)

diff --git a/debian/rules b/debian/rules
index fe2e5dc..7ea9104 100755
--- a/debian/rules
+++ b/debian/rules
@@ -139,47 +139,7 @@ ifneq (,$(findstring profile,$(DEB_BUILD_OPTIONS)))
LDFLAGS += -pg
 endif
 
-
-# multi distribution support:
-# - remove lines with applicable excludes
-# - remove prefixes with applicable includes
-# - remove prefixes with not applicable excludes
-# - remove remaining comments
-
-CONTROL_EXPRESSIONS = $(DISTRIBUTION) grass$(GRASSVER)
-
-ifneq (,$(WITH_ORACLE))
-   CONTROL_EXPRESSIONS += oracle
-endif
-
-define gentemplate
-$(2): $(1)
-   sed -r \
-   -e '/#(.+ |)!($(subst $(eval) ,|,$(CONTROL_EXPRESSIONS)))( 
.+|)#/d' \
-   -e 's/#([^#]+ |)($(subst $(eval) ,|,$(CONTROL_EXPRESSIONS)))( 
[^#]+|)#//g' \
-   -e 's/#([^#]+ |)![^#]+( [^#]*|)#//g' \
-   -e '/^#/d' \
-   -e "s/\{DEB_BUILD_GNU_TYPE\}/$(DEB_BUILD_GNU_TYPE)/g" \
-   -e "s#\{QT_PLUGIN_DIR\}#$(QT_PLUGIN_DIR)#g" \
-   -e "s/\{QGIS_ABI\}/$(QGIS_ABI)/g" \
-   -e "s/\{GRASS\}/$(GRASS)/g" \
-   -e "s/\{GRASSVER\}/$(GRASSVER)/g" \
-   $$^ >$$@
-
-templates:: $(2)
-
-templateclean::
-   rm -f $(2)
-endef
-
-$(foreach t,$(wildcard debian/*.in),$(eval $(call gentemplate,$(t),$(basename 
$(t)
-$(foreach t,$(wildcard debian/*{QGIS_ABI}*),$(eval $(call 
gentemplate,$(t),$(subst {QGIS_ABI},$(QGIS_ABI),$(t)
-
-cleantemplates:
-   $(MAKE) -f debian/rules templateclean
-   $(MAKE) -f debian/rules debian/control debian/compat
-
-binary binary-arch binary-indep build build-arch build-indep clean install 
install-arch install-indep:
+%:
dh $@ --with python2 --parallel --builddirectory=$(QGIS_BUILDDIR)
 
 override_dh_clean:
@@ -200,9 +160,7 @@ override_dh_auto_build-arch:
 override_dh_auto_build-indep:
cd obj-* && doxygen doc/Doxyfile ; cd -
 
-override_dh_auto_test: test-stamp
-
-test-stamp:
+override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# Code to run the package test suite - and ignore the outcome for now
mkdir -p debian/tmp/locale/
@@ -215,7 +173,6 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 else
@echo Skipping tests.
 endif
-   touch test-stamp
 
 override_dh_auto_install:
dh_auto_install

-- 
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] branch upstream-ltr updated (ff02873 -> 0df9b23)

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

sebastic pushed a change to branch upstream-ltr
in repository qgis.

  from  ff02873   Imported Upstream version 2.8.4+dfsg
   new  0df9b23   Imported Upstream version 2.8.5+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:
 CMakeLists.txt   |  2 +-
 ChangeLog| 57 
 debian/changelog | 10 -
 debian/control.in| 13 ---
 debian/qgis-provider-grass.lintian-overrides |  4 +-
 debian/rules | 28 --
 python/core/qgsfeature.sip   |  2 +-
 src/app/legend/qgsapplegendinterface.cpp | 26 +++--
 src/core/dxf/qgsdxfexport.cpp|  2 +-
 src/server/qgshttprequesthandler.cpp |  1 +
 src/server/qgsserverprojectparser.cpp| 42 ++--
 src/server/qgswmsconfigparser.cpp|  2 +-
 12 files changed, 147 insertions(+), 42 deletions(-)

-- 
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] annotated tag upstream/2.12.2+dfsg created (now 9ee5de3)

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

sebastic pushed a change to annotated tag upstream/2.12.2+dfsg
in repository qgis.

at  9ee5de3   (tag)
   tagging  d5c42650d4d06d176c8da1478eeec1d105b4215f (commit)
  replaces  upstream/2.12.1+dfsg
 tagged by  Bas Couwenberg
on  Mon Dec 21 02:59:18 2015 +0100

- Log -
Upstream version 2.12.2+dfsg

Bas Couwenberg (1):
  Imported Upstream version 2.12.2+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/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] 02/02: pristine-tar data for qgis_2.12.2+dfsg.orig.tar.bz2

2015-12-21 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 qgis.

commit c4846180a6da78622dbdeb775238901b6e773f72
Author: Bas Couwenberg 
Date:   Mon Dec 21 02:59:17 2015 +0100

pristine-tar data for qgis_2.12.2+dfsg.orig.tar.bz2
---
 qgis_2.12.2+dfsg.orig.tar.bz2.delta | Bin 0 -> 493511 bytes
 qgis_2.12.2+dfsg.orig.tar.bz2.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/qgis_2.12.2+dfsg.orig.tar.bz2.delta 
b/qgis_2.12.2+dfsg.orig.tar.bz2.delta
new file mode 100644
index 000..9229e45
Binary files /dev/null and b/qgis_2.12.2+dfsg.orig.tar.bz2.delta differ
diff --git a/qgis_2.12.2+dfsg.orig.tar.bz2.id b/qgis_2.12.2+dfsg.orig.tar.bz2.id
new file mode 100644
index 000..1346425
--- /dev/null
+++ b/qgis_2.12.2+dfsg.orig.tar.bz2.id
@@ -0,0 +1 @@
+70b9826387acae7bea348361d41048569aff03a6

-- 
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_2.8.4+dfsg-1~bpo8+1_amd64.changes ACCEPTED into jessie-backports, jessie-backports

2015-12-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 13 Dec 2015 14:16:22 +0100
Source: qgis
Binary: qgis qgis-common libqgis-core2.8.4 libqgis-gui2.8.4 
libqgis-analysis2.8.4 libqgis-networkanalysis2.8.4 libqgisgrass2.8.4 
libqgispython2.8.4 libqgis-customwidgets libqgis-server2.8.4 libqgis-dev 
qgis-dbg qgis-provider-grass qgis-plugin-grass qgis-plugin-grass-common 
qgis-plugin-globe qgis-plugin-globe-common python-qgis python-qgis-common 
qgis-providers qgis-providers-common qgis-server qgis-api-doc
Architecture: source amd64 all
Version: 2.8.4+dfsg-1~bpo8+1
Distribution: jessie-backports
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libqgis-analysis2.8.4 - QGIS - shared analysis library
 libqgis-core2.8.4 - QGIS - shared core library
 libqgis-customwidgets - QGIS custom widgets for Qt Designer
 libqgis-dev - QGIS - development files
 libqgis-gui2.8.4 - QGIS - shared gui library
 libqgis-networkanalysis2.8.4 - QGIS - shared network analysis library
 libqgis-server2.8.4 - QGIS - shared server library
 libqgisgrass2.8.4 - QGIS - shared grass library
 libqgispython2.8.4 - QGIS - shared Python library
 python-qgis - Python bindings to QGIS
 python-qgis-common - Python bindings to QGIS - architecture-independent files
 qgis   - Geographic Information System (GIS)
 qgis-api-doc - QGIS API documentation
 qgis-common - QGIS - architecture-independent data
 qgis-dbg   - QGIS - debugging symbols
 qgis-plugin-globe - OSG globe plugin for QGIS
 qgis-plugin-globe-common - OSG globe plugin for QGIS - 
architecture-independent data
 qgis-plugin-grass - GRASS plugin for QGIS
 qgis-plugin-grass-common - GRASS plugin for QGIS - architecture-independent 
data
 qgis-provider-grass - GRASS provider for QGIS
 qgis-providers - collection of data providers to QGIS
 qgis-providers-common - collection of data providers to QGIS - 
architecture-independent f
 qgis-server - QGIS server providing various OGC services
Changes:
 qgis (2.8.4+dfsg-1~bpo8+1) jessie-backports; urgency=medium
 .
   * Rebuild for jessie-backports.
 .
 qgis (2.8.4+dfsg-1) unstable; urgency=medium
 .
   * Update symbols for other architectures.
 .
 qgis (2.8.4+dfsg-1~exp2) unstable; urgency=medium
 .
   * Update symbols for other architectures.
   * Move from experimental to unstable.
 .
 qgis (2.8.4+dfsg-1~exp1) experimental; urgency=medium
 .
   [ Jürgen E. Fischer ]
   * Release of 2.8.4
   * split grass provider off into a separate package.
   * disable grass plugin on sid (because of GRASS7)
   * add ubuntu wily
 .
   [ Bas Couwenberg ]
   * New upstream release.
   * Drop software-typo.patch, applied upstream. Refresh remaining patches.
   * Add patch to fix 'occurrences' typo.
   * Update symbols for amd64.
   * Add build dependency on dh-python.
 .
 qgis (2.8.3+dfsg-5) unstable; urgency=medium
 .
   * Add libgsl-dev as preferred build dependency,
 keep libgsl0-dev as alternative for backports.
 .
 qgis (2.8.3+dfsg-4) unstable; urgency=medium
 .
   * Use desktop file in favor of menu file per CTTE #741573.
   * Also install MIME type icon in hicolor theme.
   * Drop libqgis* post{inst,rm}, rely on dpkg-triggers for ldconfig.
   * Rebuild for gdal transition.
Checksums-Sha1:
 8b284628c3828070fc0d04667286d0ebc0dafb2d 4280 qgis_2.8.4+dfsg-1~bpo8+1.dsc
 6344df41487347fb26675aac8f696497bff634cc 431596 
qgis_2.8.4+dfsg-1~bpo8+1.debian.tar.xz
 9c31f86a9eb2a2cebc5cee30b8e09303b3b4c77f 6503258 
qgis_2.8.4+dfsg-1~bpo8+1_amd64.deb
 2c92a9d45701d4e163979a1fc803e9fe53c955d4 8234398 
qgis-common_2.8.4+dfsg-1~bpo8+1_all.deb
 80870a03b03b28290c0e68ecef382cfb9e42d564 3071972 
libqgis-core2.8.4_2.8.4+dfsg-1~bpo8+1_amd64.deb
 90cc74f6792a6e0d876c6e27e3a1b61ebc6b2afd 2344092 
libqgis-gui2.8.4_2.8.4+dfsg-1~bpo8+1_amd64.deb
 49ac3ae9b1340d4d26edca2e9c89001d81f1abb9 1107140 
libqgis-analysis2.8.4_2.8.4+dfsg-1~bpo8+1_amd64.deb
 e5e0fb167a6566a927f5d991c3b830a5ea8673fd 974774 
libqgis-networkanalysis2.8.4_2.8.4+dfsg-1~bpo8+1_amd64.deb
 238693c5c0ce703136f94697271e0ed1c7b8a471 1021082 
libqgisgrass2.8.4_2.8.4+dfsg-1~bpo8+1_amd64.deb
 077bc20d9a213a2281ae8b5732f1860ec7c48764 970948 
libqgispython2.8.4_2.8.4+dfsg-1~bpo8+1_amd64.deb
 abfed8cf8bf10c4dc1bd35591d8982d880b9 2410422 
libqgis-customwidgets_2.8.4+dfsg-1~bpo8+1_amd64.deb
 877587616e98955037a5e9b0edf4532369723d49 1269490 
libqgis-server2.8.4_2.8.4+dfsg-1~bpo8+1_amd64.deb
 73fca97af70f1719772964108a820859055f12dd 1385784 
libqgis-dev_2.8.4+dfsg-1~bpo8+1_amd64.deb
 25f4d24f56e644876805fc232e94720e604cc07d 158686722 
qgis-dbg_2.8.4+dfsg-1~bpo8+1_amd64.deb
 2f9f820f006c186d93d956c1e0cd64e72e81e359 994330 
qgis-provider-grass_2.8.4+dfsg-1~bpo8+1_amd64.deb
 77c85a247c50bf8e46f321e8e23a069c39db5ece 1574536 
qgis-plugin-grass_2.8.4+dfsg-1~bpo8+1_amd64.deb
 976ae0d4f95551682eb95bbae8ba1fd4db6fe403 1381618 
qgis-plugin-grass-common_2.8.4+dfsg-1~bpo8+1_all.deb