[qgis] branch jessie-backports updated (c0fc069 -> c6df15e)

Bas Couwenberg sebastic at debian.org
Wed Jan 25 09:22:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

      from  c0fc069   Rebuild for jessie-backports.
      adds  82f9319   Update branch in gbp.conf & Vcs-Git URL.
      adds  00ea857   Update dependencies & paths for GRASS 7.2.
      adds  21b188e   Set distribution to experimental.
      adds  3fa4f11   Merge tag 'debian/2.14.9+dfsg-1.exp1' into experimental
      adds  ab52217   Merge tag 'debian/2.14.9+dfsg-1' into experimental
      adds  a087506   Merge tag 'debian/2.14.10+dfsg-1.exp1' into experimental
      adds  59b1e5b   Merge tag 'debian/2.14.10+dfsg-1' into experimental
      adds  917bb52   Revert "Update branch in gbp.conf & Vcs-Git URL."
      adds  06b797d   Bump minimum GRASS version to 7.2.0.
      adds  862a876   Update symbols for other architectures.
      adds  b8627ff   Set distribution to unstable.
      adds  0f49c8a   Imported Upstream version 2.14.11+dfsg
      adds  fce3a99   Merge tag 'upstream/2.14.11+dfsg'
      adds  67e628f   New upstream release.
      adds  805216b   Refresh patches.
      adds  6e1d476   Update symbols for amd64.
      adds  bba5817   Add ${python:Depends} to python-qgis-common dependencies.
      adds  f861675   Set distribution to experimental.
      adds  3b735e5   Update symbols for other architectures.
      adds  6194906   Set distribution to unstable.
       new  3d289a0   Merge tag 'debian/2.14.11+dfsg-1' into jessie-backports
       new  3046e62   Rebuild for jessie-backports.
       new  c6df15e   Add patch to fix "error: 'QStringLiteral' was not declared in this scope".

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


Summary of changes:
 CMakeLists.txt                                     |     2 +-
 ChangeLog                                          |  4574 ++++----
 debian/changelog                                   |    41 +
 debian/control                                     |    51 +-
 ....10.install => libqgis-analysis2.14.11.install} |     0
 ....10.symbols => libqgis-analysis2.14.11.symbols} |     6 +-
 ...p2.14.10.install => libqgis-app2.14.11.install} |     0
 ...p2.14.10.symbols => libqgis-app2.14.11.symbols} |   178 +-
 ...2.14.10.install => libqgis-core2.14.11.install} |     0
 ...2.14.10.symbols => libqgis-core2.14.11.symbols} |    42 +-
 ...i2.14.10.install => libqgis-gui2.14.11.install} |     0
 ...i2.14.10.symbols => libqgis-gui2.14.11.symbols} |   103 +-
 ...tall => libqgis-networkanalysis2.14.11.install} |     0
 ...bols => libqgis-networkanalysis2.14.11.symbols} |     2 +-
 ...14.10.install => libqgis-server2.14.11.install} |     0
 ...14.10.symbols => libqgis-server2.14.11.symbols} |     2 +-
 ...14.10.install => libqgisgrass6-2.14.11.install} |     0
 ...des => libqgisgrass6-2.14.11.lintian-overrides} |     2 +-
 ...14.10.symbols => libqgisgrass6-2.14.11.symbols} |     2 +-
 ....14.10.install => libqgispython2.14.11.install} |     0
 ....14.10.symbols => libqgispython2.14.11.symbols} |     2 +-
 debian/patches/0001-fix-6e1ec44b.patch             |    43 +
 debian/patches/columns-typo.patch                  |     2 +-
 debian/patches/number-typo.patch                   |     2 +-
 debian/patches/occurred-typo.patch                 |     2 +-
 debian/patches/series                              |     1 +
 doc/TRANSLATORS                                    |    78 +-
 i18n/qgis_de.ts                                    | 11714 ++++++++++---------
 ms-windows/osgeo4w/package-nightly.cmd             |    10 +-
 ms-windows/osgeo4w/package.cmd                     |    10 +-
 python/PyQt/CMakeLists.txt                         |     1 +
 python/core/geometry/qgscurvev2.sip                |     3 +-
 .../plugins/processing/algs/gdal/GdalAlgorithm.py  |    19 +-
 .../algs/gdal/GdalOgrAlgorithmProvider.py          |    13 +
 python/plugins/processing/algs/gdal/GdalUtils.py   |    22 +
 .../processing/algs/grass/GrassAlgorithm.py        |     9 +-
 .../algs/grass/GrassAlgorithmProvider.py           |     6 +
 python/plugins/processing/algs/grass/GrassUtils.py |    25 +
 .../processing/algs/grass7/Grass7Algorithm.py      |    34 +-
 .../algs/grass7/Grass7AlgorithmProvider.py         |     6 +
 .../plugins/processing/algs/grass7/Grass7Utils.py  |    25 +
 python/plugins/processing/core/GeoAlgorithm.py     |     2 +-
 python/plugins/processing/core/ProcessingConfig.py |     6 +
 .../plugins/processing/gui/GetScriptsAndModels.py  |    32 +-
 src/app/qgisapp.cpp                                |     7 +-
 src/core/geometry/qgscurvepolygonv2.cpp            |     4 +-
 src/core/geometry/qgscurvev2.h                     |     3 +-
 src/core/geometry/qgslinestringv2.cpp              |     3 -
 src/core/qgsapplication.cpp                        |     2 +-
 src/core/qgsexpression.cpp                         |     4 +
 src/server/qgsserver.cpp                           |    12 +-
 src/server/qgsserverprojectparser.cpp              |    21 +
 src/server/qgswmsserver.cpp                        |    28 +-
 tests/src/core/testqgsgeometry.cpp                 |    33 +-
 54 files changed, 9209 insertions(+), 7980 deletions(-)
 rename debian/{libqgis-analysis2.14.10.install => libqgis-analysis2.14.11.install} (100%)
 rename debian/{libqgis-analysis2.14.10.symbols => libqgis-analysis2.14.11.symbols} (98%)
 rename debian/{libqgis-app2.14.10.install => libqgis-app2.14.11.install} (100%)
 rename debian/{libqgis-app2.14.10.symbols => libqgis-app2.14.11.symbols} (97%)
 rename debian/{libqgis-core2.14.10.install => libqgis-core2.14.11.install} (100%)
 rename debian/{libqgis-core2.14.10.symbols => libqgis-core2.14.11.symbols} (99%)
 rename debian/{libqgis-gui2.14.10.install => libqgis-gui2.14.11.install} (100%)
 rename debian/{libqgis-gui2.14.10.symbols => libqgis-gui2.14.11.symbols} (98%)
 rename debian/{libqgis-networkanalysis2.14.10.install => libqgis-networkanalysis2.14.11.install} (100%)
 rename debian/{libqgis-networkanalysis2.14.10.symbols => libqgis-networkanalysis2.14.11.symbols} (98%)
 rename debian/{libqgis-server2.14.10.install => libqgis-server2.14.11.install} (100%)
 rename debian/{libqgis-server2.14.10.symbols => libqgis-server2.14.11.symbols} (99%)
 rename debian/{libqgisgrass6-2.14.10.install => libqgisgrass6-2.14.11.install} (100%)
 rename debian/{libqgisgrass6-2.14.10.lintian-overrides => libqgisgrass6-2.14.11.lintian-overrides} (70%)
 rename debian/{libqgisgrass6-2.14.10.symbols => libqgisgrass6-2.14.11.symbols} (99%)
 rename debian/{libqgispython2.14.10.install => libqgispython2.14.11.install} (100%)
 rename debian/{libqgispython2.14.10.symbols => libqgispython2.14.11.symbols} (83%)
 create mode 100644 debian/patches/0001-fix-6e1ec44b.patch

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



More information about the Pkg-grass-devel mailing list