File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ qgis (1.8.0) UNRELEASED; urgency=low
55 * add zonal statistics plugins and globe plugin
66 * migrate unstable package to dh_python2
77 * add ubuntu oneiric
8+ * include internal pyspatialite in python-qgis
89
9- -- Jürgen E. Fischer <jef@norbit.de> Tue, 23 Aug 2011 22:25:08 +0200
10+ -- Jürgen E. Fischer <jef@norbit.de> Thu, 01 Sep 2011 23:20:25 +0200
1011
1112qgis (1.7.0) UNRELEASED; urgency=low
1213
Original file line number Diff line number Diff line change 11usr/lib/python*/*-packages/qgis/*.py
22usr/lib/python*/*-packages/qgis/*.so
3+ usr/lib/python*/*-packages/pyspatialite/*.py
4+ usr/lib/python*/*-packages/pyspatialite/*.so
35usr/lib/libqgispython.so.{QGIS_ABI}
Original file line number Diff line number Diff line change @@ -60,7 +60,9 @@ static QVariant tvl2variant( TVL v )
6060 {
6161 case False: return 0 ;
6262 case True: return 1 ;
63- case Unknown: return QVariant ();
63+ case Unknown:
64+ default :
65+ return QVariant ();
6466 }
6567}
6668
You can’t perform that action at this time.
0 commit comments