Skip to content

Commit 43a8d72

Browse files
committed
debian packaging update: include links to qt4 in api docs
1 parent a07069c commit 43a8d72

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

debian/changelog

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ qgis (2.9.0) UNRELEASED; urgency=medium
55
* 'stretch' package a bit
66
* merge downstream addition of debug package
77
* make build directory configurable
8+
* include links to qt4 documentation in api docs
89

9-
-- Jürgen E. Fischer <jef@norbit.de> Thu, 28 May 2015 00:35:42 +0200
10+
-- Jürgen E. Fischer <jef@norbit.de> Tue, 02 Jun 2015 22:54:19 +0200
1011

1112
qgis (2.8.0) unstable; urgency=medium
1213

debian/control.in

+3-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Build-Depends:
5050
xvfb, xauth,
5151
xfonts-base, xfonts-100dpi, xfonts-75dpi, xfonts-scalable,
5252
#sid-oracle# oracle-instantclient11.2-devel,
53-
spawn-fcgi, lighttpd, poppler-utils, locales
53+
spawn-fcgi, lighttpd, poppler-utils, locales, qt4-doc-html
5454
Build-Conflicts: libqgis-dev, qgis-dev
5555
#sid stretch jessie sid-oracle vivid#Standards-Version: 3.9.6
5656
#wheezy#Standards-Version: 3.9.3
@@ -417,6 +417,8 @@ Section: doc
417417
Depends:
418418
libjs-jquery,
419419
${misc:Depends}
420+
Recommends:
421+
qt4-doc-html
420422
Description: QGIS API documentation
421423
QGIS is a Geographic Information System (GIS) which manages, analyzes and
422424
display databases of geographic information.

debian/rules

+3-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ CMAKE_OPTS := \
6565
-DWITH_INTERNAL_PYGMENTS=FALSE \
6666
-DWITH_INTERNAL_DATEUTIL=FALSE \
6767
-DWITH_INTERNAL_PYTZ=FALSE \
68-
-DWITH_INTERNAL_SIX=FALSE
68+
-DWITH_INTERNAL_SIX=FALSE \
69+
-DQT_TAG_FILE=/usr/share/qt4/doc/html/qt.tags \
70+
-DQT_DOC_URL=/usr/share/qt4/doc/html/
6971

7072
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
7173
NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))

src/core/geometry/qgsgeometryutils.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class CORE_EXPORT QgsGeometryUtils
9898

9999
/** Parses a WKT string and returns of list of blocks contained in the WKT.
100100
* @param wkt WKT string in the format "TYPE1 (contents1), TYPE2 (TYPE3 (contents3), TYPE4 (contents4))"
101-
* @param defaultTYpe
101+
* @param defaultType default geometry type for childen
102102
* @returns list of WKT child block strings, eg List("TYPE1 (contents1)", "TYPE2 (TYPE3 (contents3), TYPE4 (contents4))")
103103
*/
104104
static QStringList wktGetChildBlocks( const QString& wkt , const QString &defaultType = "" );

0 commit comments

Comments
 (0)