@@ -9,11 +9,14 @@ Build-Depends: debhelper (>= 5.0.0), libgdal1-dev | libgdal1-1.3.2-dev | libgdal
9
9
sharutils, sip4 (>= 4.4), libqt4-core (>=4.2.0), libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0),
10
10
libqt4-qt3support (>=4.2.0), libqt4-sql (>=4.2.0), python-qt4 (>=4.0.0), python-qt4-dev (>=4.0.0)
11
11
Standards-Version: 3.7.2
12
+ XS-Python-Version: current
13
+ Homepage: http://qgis.org/
12
14
13
15
Package: qgis
14
16
Architecture: any
15
- Depends: ${shlibs:Depends}, ${misc:Depends}, libqgis1
16
- Suggests: qgis-plugin-grass, python, python-qt4, python-sip4
17
+ Depends: ${shlibs:Depends}, ${misc:Depends}, libqgis-core0.9, libqgis-gui0.9
18
+ Suggests: qgis-plugin-grass, python-qgis
19
+ XB-Python-Version: ${python:Versions}
17
20
Description: Geographic Information System (GIS)
18
21
A Geographic Information System (GIS) manages,
19
22
analyzes, and displays databases of geographic
@@ -25,26 +28,51 @@ Description: Geographic Information System (GIS)
25
28
of various georeferenced raster and Digital
26
29
Elevation Model (DEM) formats including
27
30
GeoTIFF, Arc/Info ASCII Grid, and USGS ASCII DEM.
31
+
32
+ Package: libqgis-core0.9
33
+ Architecture: any
34
+ Depends: ${shlibs:Depends}, ${misc:Depends}
35
+ Replaces: qgis (<=0.9.2rc1)
36
+ Conflicts: libqgis1
37
+ Description: QGIS Geographic Information System - shared core library
38
+ QGIS is a Geographic Information System (GIS)
39
+ which manages, analyzes and display databases of
40
+ geographic information.
28
41
.
29
- Home page: http://qgis.org/
42
+ This package contains the shared core library that
43
+ provides an interface for plugins.
30
44
31
- Package: libqgis1
45
+ Package: libqgis-gui0.9
32
46
Architecture: any
33
47
Depends: ${shlibs:Depends}, ${misc:Depends}
34
48
Replaces: qgis (<=0.9.2rc1)
35
- Description: QGIS Geographic Information System - shared library
49
+ Conflicts: libqgis1
50
+ Description: QGIS Geographic Information System - shared gui library
36
51
QGIS is a Geographic Information System (GIS)
37
52
which manages, analyzes and display databases of
38
53
geographic information.
39
54
.
40
- This package contains the shared library that
55
+ This package contains the shared gui library that
41
56
provides an interface for plugins.
57
+
58
+ Package: python-qgis
59
+ Architecture: any
60
+ Section: python
61
+ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libqgis-core0.9, libqgis-gui0.9
62
+ Provides: ${python:Provides}
63
+ XB-Python-Version: ${python:Versions}
64
+ Description: QGIS Geographic Information System - Python bindings and plugins
65
+ QGIS is a Geographic Information System (GIS)
66
+ which manages, analyzes and display databases of
67
+ geographic information.
42
68
.
43
- Home page: http://qgis.org/
69
+ This package contains the Python bindings and
70
+ plugins.
44
71
45
72
Package: libqgis1-dev
46
73
Architecture: any
47
- Depends: qgis (= ${Source-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)
74
+ Section: libdevel
75
+ 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)
48
76
Provides: libqgis-dev
49
77
Conflicts: libqgis-dev, qgis-dev
50
78
Replaces: qgis-dev
@@ -56,14 +84,20 @@ Description: QGIS Geographic Information System - development files
56
84
.
57
85
This package contains the headers and libraries
58
86
needed to develop plugins for QGIS.
59
- .
60
- Home page: http://qgis.org/
61
87
62
88
Package: qgis-plugin-grass
63
89
Architecture: any
64
- Depends: qgis (= ${Source- Version}), libgdal1-1.4.0-grass | libgdal1-1.3.2-grass
90
+ Depends: qgis (= ${binary: Version}), ${shlibs:Depends}, ${misc:Depends}, libgdal1-1.4.0-grass | libgdal1-1.3.2-grass, libqgisgrass0.9
65
91
Description: Plugin for accessing GRASS data from QGIS
66
92
This plugin enables a GRASS data access toolbox in the QGIS
67
93
geographic data viewer.
94
+
95
+ Package: libqgisgrass0.9
96
+ Architecture: any
97
+ Depends: ${shlibs:Depends}, ${misc:Depends}
98
+ Description: QGIS Geographic Information System - shared grass library
99
+ QGIS is a Geographic Information System (GIS)
100
+ which manages, analyzes and display databases of
101
+ geographic information.
68
102
.
69
- Home page: http://qgis.org/
103
+ This package contains the shared library for the grass plugin.
0 commit comments