mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
debian packaging update: include pyspatialite
This commit is contained in:
parent
23c5f34e7d
commit
a4f192967f
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -5,8 +5,9 @@ qgis (1.8.0) UNRELEASED; urgency=low
|
||||
* add zonal statistics plugins and globe plugin
|
||||
* migrate unstable package to dh_python2
|
||||
* add ubuntu oneiric
|
||||
* include internal pyspatialite in python-qgis
|
||||
|
||||
-- Jürgen E. Fischer <jef@norbit.de> Tue, 23 Aug 2011 22:25:08 +0200
|
||||
-- Jürgen E. Fischer <jef@norbit.de> Thu, 01 Sep 2011 23:20:25 +0200
|
||||
|
||||
qgis (1.7.0) UNRELEASED; urgency=low
|
||||
|
||||
|
2
debian/python-qgis.install.in
vendored
2
debian/python-qgis.install.in
vendored
@ -1,3 +1,5 @@
|
||||
usr/lib/python*/*-packages/qgis/*.py
|
||||
usr/lib/python*/*-packages/qgis/*.so
|
||||
usr/lib/python*/*-packages/pyspatialite/*.py
|
||||
usr/lib/python*/*-packages/pyspatialite/*.so
|
||||
usr/lib/libqgispython.so.{QGIS_ABI}
|
||||
|
@ -60,7 +60,9 @@ static QVariant tvl2variant( TVL v )
|
||||
{
|
||||
case False: return 0;
|
||||
case True: return 1;
|
||||
case Unknown: return QVariant();
|
||||
case Unknown:
|
||||
default:
|
||||
return QVariant();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user