@@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 5.0.0), libgdal1-dev, libpq-dev,
6
6
libgeos-dev (>= 2.0.1-1), dpatch, grass-dev, libsqlite3-dev, libgsl0-dev, proj, libexpat1-dev,
7
7
flex, bison, python-dev, cmake (>=2.4.3), python-sip4 (>= 4.5.0), python-central (>=0.5), python,
8
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.0 .0), python-qt4-dev (>=4.0 .0),
9
+ libqt4-qt3support (>=4.2.0), libqt4-sql (>=4.2.0), python-qt4 (>=4.1 .0), python-qt4-dev (>=4.1 .0),
10
10
python-sip4-dev (>= 4.5.0), libfontconfig1-dev, libxi-dev, libxrandr-dev, libxrender-dev, libice-dev,
11
11
libsm-dev
12
12
Standards-Version: 3.7.2
@@ -16,8 +16,7 @@ Homepage: http://qgis.org/
16
16
Package: qgis
17
17
Architecture: any
18
18
Depends: ${shlibs:Depends}, ${misc:Depends}
19
- Suggests: qgis-plugin-grass
20
- XB-Python-Version: ${python:Versions}
19
+ Suggests: qgis-plugin-grass, qgis-python-plugin
21
20
Description: Geographic Information System (GIS)
22
21
A Geographic Information System (GIS) manages,
23
22
analyzes, and displays databases of geographic
@@ -30,7 +29,7 @@ Description: Geographic Information System (GIS)
30
29
Elevation Model (DEM) formats including
31
30
GeoTIFF, Arc/Info ASCII Grid, and USGS ASCII DEM.
32
31
33
- Package: libqgis-core0.10
32
+ Package: libqgis-core0.11
34
33
Architecture: any
35
34
Depends: ${shlibs:Depends}, ${misc:Depends}
36
35
Replaces: qgis (<=0.9.2rc1)
@@ -43,7 +42,7 @@ Description: QGIS Geographic Information System - shared core library
43
42
This package contains the shared core library that
44
43
provides an interface for plugins.
45
44
46
- Package: libqgis-gui0.10
45
+ Package: libqgis-gui0.11
47
46
Architecture: any
48
47
Depends: ${shlibs:Depends}, ${misc:Depends}
49
48
Replaces: qgis (<=0.9.2rc1)
@@ -59,7 +58,7 @@ Description: QGIS Geographic Information System - shared gui library
59
58
Package: libqgis1-dev
60
59
Architecture: any
61
60
Section: libdevel
62
- Depends: qgis (= ${binary:Version}), libgdal1-dev | libgdal1-1.3.2-dev , libpq-dev | postgresql-dev, libgeos-dev (>= 2.0.1-1), grass-dev, libsqlite3-dev, libgsl0-dev, proj, libexpat1-dev, libqt4-core (>=4.2.0), libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0), libqt4-qt3support (>=4.2.0), libqt4-sql (>=4.2.0), python-qt4 (>=4.0 .0), python-qt4-dev (>=4.0 .0), qt4-designer (>=4.2.0)
61
+ Depends: qgis (= ${binary:Version}), libgdal1-dev | libgdal1-1.3.2-dev , libpq-dev | postgresql-dev, libgeos-dev (>= 2.0.1-1), grass-dev, libsqlite3-dev, libgsl0-dev, proj, libexpat1-dev, libqt4-core (>=4.2.0), libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0), libqt4-qt3support (>=4.2.0), libqt4-sql (>=4.2.0), python-qt4 (>=4.1 .0), python-qt4-dev (>=4.1 .0), qt4-designer (>=4.2.0)
63
62
Provides: libqgis-dev
64
63
Conflicts: libqgis-dev, qgis-dev
65
64
Replaces: qgis-dev
@@ -78,7 +77,7 @@ Description: Plugin for accessing GRASS data from QGIS
78
77
This plugin enables a GRASS data access toolbox in the QGIS
79
78
geographic data viewer.
80
79
81
- Package: libqgisgrass0.10
80
+ Package: libqgisgrass0.11
82
81
Architecture: any
83
82
Depends: ${shlibs:Depends}, ${misc:Depends}
84
83
Description: QGIS Geographic Information System - shared grass library
@@ -87,3 +86,25 @@ Description: QGIS Geographic Information System - shared grass library
87
86
geographic information.
88
87
.
89
88
This package contains the shared library for the grass plugin.
89
+
90
+ Package: qgis-python-support
91
+ Architecture: any
92
+ Depends: libqgispython0.11, ${shlibs:Depends}, ${misc:Depends}
93
+ XB-Python-Version: ${python:Versions}
94
+ Description: QGIS Geographic Information System - python support
95
+ QGIS is a Geographic Information System (GIS)
96
+ which manages, analyzes and display databases of
97
+ geographic information.
98
+ .
99
+ This package contains the files for the Python support.
100
+
101
+ Package: libqgispython0.11
102
+ Architecture: any
103
+ Depends: ${shlibs:Depends}, ${misc:Depends}
104
+ XB-Python-Version: ${python:Versions}
105
+ Description: QGIS Geographic Information System - shared python library
106
+ QGIS is a Geographic Information System (GIS)
107
+ which manages, analyzes and display databases of
108
+ geographic information.
109
+ .
110
+ This package contains the shared library for the Python support.
0 commit comments