Skip to content

Commit 2a85ff3

Browse files
author
jef
committedNov 7, 2009
debian packaging update
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11955 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

5 files changed

+207
-3
lines changed

5 files changed

+207
-3
lines changed
 

‎debian/changelog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ qgis (1.4.0) UNRELEASED; urgency=low
66
* remove README.Debian from libqgis-dev
77
* add symbol files for shared libraries
88
* shorten qgis.sh
9+
* add all python files in qgis' site-packages
910

10-
-- Jürgen E. Fischer <jef@norbit.de> Sun, 27 Sep 2009 02:34:35 +0200
11+
-- Jürgen E. Fischer <jef@norbit.de> Sat, 07 Nov 2009 16:19:33 +0100
1112

1213
qgis (1.3.0) UNRELEASED; urgency=low
1314

‎debian/libqgis{QGIS_ABI}.symbols

Lines changed: 202 additions & 0 deletions
Large diffs are not rendered by default.

‎debian/python-qgis.install.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
usr/lib/python*/{dist,site}-packages/qgis/__init__.py
2-
usr/lib/python*/{dist,site}-packages/qgis/qgisconfig.py
1+
usr/lib/python*/{dist,site}-packages/qgis/*.py
32
usr/lib/python*/{dist,site}-packages/qgis/*.so
43
usr/lib/libqgispython.so.{QGIS_ABI}

‎debian/python-qgis.symbols

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ libqgispython.so.1.4.0 python-qgis #MINVER#
4343
_ZTS18QgsPythonUtilsImpl@Base 1.4.0
4444
_ZTV14QgsPythonUtils@Base 1.4.0
4545
_ZTV18QgsPythonUtilsImpl@Base 1.4.0
46+
_ZplPKcRK7QString@Base 1.4.0
4647
_ZplRK7QStringPKc@Base 1.4.0
4748
instance@Base 1.4.0

‎debian/qgis-plugin-grass.symbols

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ libqgisgrass.so.1.4.0 qgis-plugin-grass #MINVER#
77
_ZN15QgsDataProvider13updateExtentsEv@Base 1.4.0
88
_ZN15QgsDataProvider15setSubsetStringE7QString@Base 1.4.0
99
_ZN15QgsDataProvider16setDataSourceUriERK7QString@Base 1.4.0
10+
_ZN15QgsDataProvider20supportsSubsetStringEv@Base 1.4.0
1011
_ZN15QgsDataProvider21setSubLayerVisibilityE7QStringb@Base 1.4.0
1112
_ZN16QgsGrassProvider10attributesEii@Base 1.4.0
1213
_ZN16QgsGrassProvider10closeLayerEi@Base 1.4.0

0 commit comments

Comments
 (0)
Please sign in to comment.