[qgis] branch stretch-backports updated (a00fd39 -> 7f210cb)
Bas Couwenberg
sebastic at debian.org
Fri Jul 14 16:42:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch stretch-backports
in repository qgis.
from a00fd39 Add stretch-backports to distribution lists.
adds c73d003 Disable openscenegraph & osgearth build dependencies, osgEarth 2.8 is not supported (yet) by the globe plugin.
adds 185b106 New upstream version 2.14.16+dfsg
adds 855bf2e Merge tag 'upstream/2.14.16+dfsg'
adds cc65968 New upstream release.
adds 44ae365 Add license & copyright for qtwebkit.py.
adds 0325c7e Update symbols for amd64.
adds 1c5d064 Set distribution to experimental.
adds cdc1399 Drop libopenscenegraph-dev build dependency, pulled in via libosgearth-dev.
adds 695d524 Update symbols for other architectures.
adds e7fe455 Set distribution to unstable.
new 99c79c1 Merge tag 'debian/2.14.16+dfsg-1' into stretch-backports
new 7f210cb Rebuild for stretch-backports.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CMakeLists.txt | 2 +-
ChangeLog | 62 +++++++
debian/changelog | 28 ++++
debian/control | 51 +++---
debian/copyright | 22 +++
....15.install => libqgis-analysis2.14.16.install} | 0
....15.symbols => libqgis-analysis2.14.16.symbols} | 6 +-
...p2.14.15.install => libqgis-app2.14.16.install} | 0
...p2.14.15.symbols => libqgis-app2.14.16.symbols} | 178 ++++++++++----------
...2.14.15.install => libqgis-core2.14.16.install} | 0
...2.14.15.symbols => libqgis-core2.14.16.symbols} | 55 +++---
debian/libqgis-gui2.14.15.lintian-overrides | 3 -
...i2.14.15.install => libqgis-gui2.14.16.install} | 0
debian/libqgis-gui2.14.16.lintian-overrides | 3 +
...i2.14.15.symbols => libqgis-gui2.14.16.symbols} | 184 ++++++++++-----------
...tall => libqgis-networkanalysis2.14.16.install} | 0
...bols => libqgis-networkanalysis2.14.16.symbols} | 2 +-
...14.15.install => libqgis-server2.14.16.install} | 0
...14.15.symbols => libqgis-server2.14.16.symbols} | 2 +-
...14.15.install => libqgisgrass7-2.14.16.install} | 0
...des => libqgisgrass7-2.14.16.lintian-overrides} | 2 +-
...14.15.symbols => libqgisgrass7-2.14.16.symbols} | 92 +++++------
....14.15.install => libqgispython2.14.16.install} | 0
....14.15.symbols => libqgispython2.14.16.symbols} | 2 +-
debian/python-qgis.install | 1 +
python/CMakeLists.txt | 10 ++
python/QtWebKit/qtwebkit.py | 51 ++++++
python/plugins/processing/algs/r/RAlgorithm.py | 2 +-
src/plugins/dxf2shp_converter/CMakeLists.txt | 3 +
.../dxf2shp_converter/shapelib-1.2.10/dbfopen.c | 84 +++++-----
.../dxf2shp_converter/shapelib-1.2.10/shapefil.h | 57 ++++++-
.../dxf2shp_converter/shapelib-1.2.10/shpopen.c | 67 ++++----
src/providers/ogr/qgsogrfeatureiterator.cpp | 8 +-
src/providers/ogr/qgsogrprovider.cpp | 13 +-
src/server/qgswmsprojectparser.cpp | 6 +
tests/src/python/test_qgsserver.py | 2 +-
tests/src/python/test_qgsserver_accesscontrol.py | 60 +++++++
tests/testdata/qgis_server/getcontext.txt | 31 ++++
38 files changed, 717 insertions(+), 372 deletions(-)
rename debian/{libqgis-analysis2.14.15.install => libqgis-analysis2.14.16.install} (100%)
rename debian/{libqgis-analysis2.14.15.symbols => libqgis-analysis2.14.16.symbols} (99%)
rename debian/{libqgis-app2.14.15.install => libqgis-app2.14.16.install} (100%)
rename debian/{libqgis-app2.14.15.symbols => libqgis-app2.14.16.symbols} (96%)
rename debian/{libqgis-core2.14.15.install => libqgis-core2.14.16.install} (100%)
rename debian/{libqgis-core2.14.15.symbols => libqgis-core2.14.16.symbols} (99%)
delete mode 100644 debian/libqgis-gui2.14.15.lintian-overrides
rename debian/{libqgis-gui2.14.15.install => libqgis-gui2.14.16.install} (100%)
create mode 100644 debian/libqgis-gui2.14.16.lintian-overrides
rename debian/{libqgis-gui2.14.15.symbols => libqgis-gui2.14.16.symbols} (98%)
rename debian/{libqgis-networkanalysis2.14.15.install => libqgis-networkanalysis2.14.16.install} (100%)
rename debian/{libqgis-networkanalysis2.14.15.symbols => libqgis-networkanalysis2.14.16.symbols} (98%)
rename debian/{libqgis-server2.14.15.install => libqgis-server2.14.16.install} (100%)
rename debian/{libqgis-server2.14.15.symbols => libqgis-server2.14.16.symbols} (99%)
rename debian/{libqgisgrass7-2.14.15.install => libqgisgrass7-2.14.16.install} (100%)
rename debian/{libqgisgrass7-2.14.15.lintian-overrides => libqgisgrass7-2.14.16.lintian-overrides} (70%)
rename debian/{libqgisgrass7-2.14.15.symbols => libqgisgrass7-2.14.16.symbols} (94%)
rename debian/{libqgispython2.14.15.install => libqgispython2.14.16.install} (100%)
rename debian/{libqgispython2.14.15.symbols => libqgispython2.14.16.symbols} (81%)
create mode 100644 python/QtWebKit/qtwebkit.py
create mode 100644 tests/testdata/qgis_server/getcontext.txt
--
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