Skip to content

Commit 31b18a1

Browse files
author
jef
committed
fix #2410
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12898 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent f373b74 commit 31b18a1

File tree

3 files changed

+17
-21
lines changed

3 files changed

+17
-21
lines changed

debian/control

+14-16
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ Source: qgis
22
Section: science
33
Priority: extra
44
Maintainer: Quantum GIS developers <qgis-developer@lists.osgeo.org>
5-
Build-Depends: debhelper (>= 5.0.51~), libgdal1-dev, libpq-dev,
6-
libgeos-dev (>= 3.0.0), grass-dev, libsqlite3-dev, libgsl0-dev, proj, libexpat1-dev,
7-
flex, bison, python-dev, cmake (>=2.4.3), python-sip4 (>= 4.5.0), python-central (>=0.5), python,
8-
sharutils, sip4 (>= 4.5), libqt4-core (>=4.2.0), libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0),
9-
libqt4-qt3support (>=4.2.0), libqt4-sql (>=4.2.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
5+
Build-Depends: debhelper (>= 7), libgdal1-dev, libpq-dev,
6+
libgeos-dev (>= 3.0.0), grass-dev, libsqlite3-dev, libgsl0-dev, libproj-dev, libexpat1-dev,
7+
flex, bison, python-dev, cmake (>= 2.6), python-sip4 (>= 4.5.0), python-central (>=0.5), python,
8+
sharutils, sip4 (>= 4.5), libqt4-core (>=4.4.0), libqt4-dev (>=4.4.0), libqt4-gui (>=4.4.0),
9+
libqt4-sql (>=4.4.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
1010
python-sip4-dev (>= 4.5.0), libfontconfig1-dev, libxi-dev, libxrandr-dev, libxrender-dev, libice-dev,
11-
libsm-dev, pyqt4-dev-tools
11+
libsm-dev, pyqt4-dev-tools, libqwt5-qt4-dev
1212
Build-Conflicts: libqgis-dev, qgis-dev
13-
Standards-Version: 3.8.3
13+
Standards-Version: 3.8.4
1414
XS-Python-Version: current
1515
Homepage: http://qgis.org/
1616

@@ -31,15 +31,15 @@ Description: Geographic Information System (GIS)
3131

3232
Package: qgis-common
3333
Architecture: all
34-
Depends: qgis (>= ${source:Version})
34+
Depends: qgis (>= ${binary:Version})
3535
Description: Quantum GIS - architecture-independent data
3636
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
3737
and display databases of geographic information.
3838
.
3939
This package contains architecture-independent supporting data files for use
4040
with Quantum GIS.
4141

42-
Package: libqgis1.4.0
42+
Package: libqgis1.5.0
4343
Architecture: any
4444
Depends: ${shlibs:Depends}, ${misc:Depends}
4545
Replaces: qgis (<=0.9.2rc1), libqgis-core1, libqgis-gui1, libqgis0, libqgis1
@@ -53,12 +53,11 @@ Description: Quantum GIS - shared libraries
5353
Package: libqgis-dev
5454
Architecture: any
5555
Section: libdevel
56-
Depends: libqgis1.4.0 (= ${binary:Version}), libgdal1-dev,
56+
Depends: libqgis1.5.0 (= ${binary:Version}), libgdal1-dev,
5757
libpq-dev, libgeos-dev (>= 3.0.0), grass-dev,
58-
libsqlite3-dev, libgsl0-dev, proj, libexpat1-dev, libqt4-core (>=4.2.0),
59-
libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0), libqt4-qt3support (>=4.2.0),
60-
libqt4-sql (>=4.2.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
61-
qt4-designer (>=4.2.0)
58+
libsqlite3-dev, libgsl0-dev, libproj-dev, libexpat1-dev, libqt4-core (>=4.4.0),
59+
libqt4-dev (>=4.4.0), libqt4-gui (>=4.4.0), libqt4-sql (>=4.4.0),
60+
python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0), qt4-designer (>=4.4.0)
6261
Provides: qgis-dev
6362
Replaces: qgis-dev, libqgis1-dev, libqgis1.4.0-dev
6463
Description: Quantum GIS - development files
@@ -80,7 +79,7 @@ Description: GRASS plugin for Quantum GIS
8079

8180
Package: qgis-plugin-grass-common
8281
Architecture: all
83-
Depends: qgis-plugin-grass (>= ${source:Version}), python
82+
Depends: python
8483
Description: GRASS plugin for Quantum GIS - architecture-independent data
8584
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
8685
and display databases of geographic information.
@@ -103,7 +102,6 @@ Description: Python bindings to Quantum GIS
103102
Package: python-qgis-common
104103
Section: python
105104
Architecture: all
106-
Depends: python-qgis (>= ${source:Version})
107105
Provides: ${python:Provides}
108106
XB-Python-Version: ${python:Versions}
109107
Description: Python bindings to Quantum GIS - architecture-independent files

debian/rules

-5
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ CMAKE_OPTS := \
3131
-D WITH_SPATIALITE=TRUE \
3232
-D WITH_INTERNAL_SPATIALITE=TRUE
3333

34-
ifeq ($(DISTRIBUTION),sid)
35-
# use on python 2.5 while transition to python 2.6 is on
36-
CMAKE_OPTS += -D PYTHON_EXECUTABLE=/usr/bin/python2.5
37-
endif
38-
3934
ifneq (,$(findstring $(DISTRIBUTION),"hardy intrepid"))
4035
LDFLAGS += -Wl,--as-needed -Wl,--no-undefined
4136
endif

src/providers/spatialite/qgsspatialiteprovider.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1198,6 +1198,9 @@ bool QgsSpatiaLiteProvider::addAttributes( const QList<QgsField> &attributes )
11981198
goto abort;
11991199
}
12001200

1201+
// reload columns
1202+
rewind();
1203+
12011204
return true;
12021205

12031206
abort:

0 commit comments

Comments
 (0)