Skip to content

Commit

Permalink
Merge branch 'master' of github.com:qgis/QGIS
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jun 2, 2016
2 parents 3351f55 + 94077b2 commit edace8d
Show file tree
Hide file tree
Showing 124 changed files with 7,866 additions and 366 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -200,6 +200,7 @@ FIND_PACKAGE(GDAL)
FIND_PACKAGE(Expat REQUIRED)
FIND_PACKAGE(Spatialindex REQUIRED)
FIND_PACKAGE(Qwt REQUIRED)
FIND_PACKAGE(QJSON)

IF (WITH_INTERNAL_QEXTSERIALPORT)
SET(QEXTSERIALPORT_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/src/core/gps/qextserialport)
Expand Down
3 changes: 2 additions & 1 deletion debian/changelog
Expand Up @@ -6,6 +6,7 @@ qgis (2.15.0) UNRELEASED; urgency=medium
* refine GSL build dependency
* limit python-future to stretch, sid, wily and xenial
* include qgis.qch in qgis-api-doc
* include argis rest provider

[ Matthias Kuhn ]
* Add dependency to python-future
Expand All @@ -14,7 +15,7 @@ qgis (2.15.0) UNRELEASED; urgency=medium
* Fix removal of obsolete diversions for bother the grass plugin & provider.
(closes: #817176)

-- Jürgen E. Fischer <jef@norbit.de> Thu, 24 Mar 2016 09:53:20 +0100
-- Jürgen E. Fischer <jef@norbit.de> Thu, 02 Jun 2016 16:08:54 +0200

qgis (2.14.0) unstable; urgency=medium

Expand Down
1 change: 1 addition & 0 deletions debian/control.in
Expand Up @@ -31,6 +31,7 @@ Build-Depends:
#wheezy jessie precise trusty utopic vivid wily# libqtwebkit-dev,
#stretch jessie wheezy# libqwt-dev,
#precise trusty wily xenial sid# libqwt5-qt4-dev,
#sid stretch jessie wheezy trusty wily xenial# libqjson-dev,
libspatialite-dev,
libsqlite3-dev,
libspatialindex-dev,
Expand Down
2 changes: 2 additions & 0 deletions debian/qgis-providers.install.in
Expand Up @@ -17,4 +17,6 @@ usr/lib/qgis/plugins/libvirtuallayerprovider.so
usr/lib/qgis/plugins/libwcsprovider.so
usr/lib/qgis/plugins/libwfsprovider.so
usr/lib/qgis/plugins/libwmsprovider.so
#sid stretch jessie wheezy trusty wily xenial#usr/lib/qgis/plugins/libarcgismapserverprovider.so
#sid stretch jessie wheezy trusty wily xenial#usr/lib/qgis/plugins/libarcgisfeatureserverprovider.so
{QT_PLUGIN_DIR}/sqldrivers/libqsqlspatialite.so
8 changes: 5 additions & 3 deletions debian/rules
Expand Up @@ -121,9 +121,11 @@ ifneq (,$(findstring $(DISTRIBUTION),"wheezy precise"))
endif

ifneq (,$(findstring $(DISTRIBUTION),"sid stretch"))
CMAKE_OPTS += \
-DPOSTGRES_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libpq.so \
-DWITH_QTWEBKIT=FALSE
CMAKE_OPTS += -DPOSTGRES_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libpq.so
endif

ifneq (,$(findstring $(DISTRIBUTION),"sid stretch xenial"))
CMAKE_OPTS += -DWITH_QTWEBKIT=FALSE
endif

ifneq (,$(findstring $(DISTRIBUTION),"sid"))
Expand Down
4 changes: 4 additions & 0 deletions images/images.qrc
Expand Up @@ -589,6 +589,10 @@
<file>themes/default/styleicons/paletted.svg</file>
<file>themes/default/styleicons/singlebandgray.svg</file>
<file>themes/default/styleicons/singlebandpseudocolor.svg</file>
<file>themes/default/mIconAfs.svg</file>
<file>themes/default/mIconAms.svg</file>
<file>themes/default/mActionAddAmsLayer.svg</file>
<file>themes/default/mActionAddAfsLayer.svg</file>
</qresource>
<qresource prefix="/images/tips">
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>
Expand Down

0 comments on commit edace8d

Please sign in to comment.