@@ -5,7 +5,7 @@ Maintainer: Quantum GIS developers <qgis-developer@lists.osgeo.org>
5
5
Build-Depends:
6
6
bison,
7
7
cmake (>= 2.6),
8
- debhelper (>= 5.0.51~ ),
8
+ debhelper (>= 7 ),
9
9
flex,
10
10
grass-dev,
11
11
libexpat1-dev,
@@ -14,16 +14,20 @@ Build-Depends:
14
14
libgeos-dev (>= 3.0.0),
15
15
libgsl0-dev,
16
16
libpq-dev,
17
+ libproj-dev,
17
18
libqt4-dev (>=4.4.0),
18
19
libqwt5-qt4-dev,
20
+ libspatialite-dev,
19
21
libsqlite3-dev,
20
- proj (<< 4.7.0) | libproj-dev (>= 4.7.0) ,
22
+ pkg-config ,
21
23
pyqt4-dev-tools,
22
24
python,
23
25
python-central (>=0.5),
24
26
python-dev,
27
+ python-qt4 (>=4.1.0),
25
28
python-qt4-dev (>=4.1.0),
26
- python-sip4-dev (>= 4.5.0) | sip4 (>= 4.5),
29
+ python-sip (>= 4.5.0),
30
+ python-sip-dev (>= 4.5.0),
27
31
subversion
28
32
Build-Conflicts: libqgis-dev, qgis-dev
29
33
Standards-Version: 3.8.4
@@ -54,7 +58,7 @@ Description: Quantum GIS - architecture-independent data
54
58
This package contains architecture-independent supporting data files for use
55
59
with Quantum GIS.
56
60
57
- Package: libqgis1.6 .0
61
+ Package: libqgis1.7 .0
58
62
Architecture: any
59
63
Depends: ${shlibs:Depends}, ${misc:Depends}
60
64
Replaces: qgis (<=0.9.2rc1), libqgis-core1, libqgis-gui1, libqgis0, libqgis1
@@ -76,7 +80,7 @@ Depends:
76
80
libgsl0-dev,
77
81
libpq-dev,
78
82
libproj-dev,
79
- libqgis1.6 .0 (= ${binary:Version}),
83
+ libqgis1.7 .0 (= ${binary:Version}),
80
84
libqt4-dev (>=4.4.0),
81
85
libsqlite3-dev,
82
86
python-qt4 (>=4.1.0),
@@ -93,7 +97,7 @@ Description: Quantum GIS - development files
93
97
94
98
Package: qgis-plugin-grass
95
99
Architecture: any
96
- Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, grass
100
+ Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, grass640+42329
97
101
Description: GRASS plugin for Quantum GIS
98
102
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
99
103
and display databases of geographic information.
@@ -116,7 +120,7 @@ Description: GRASS plugin for Quantum GIS - architecture-independent data
116
120
Package: python-qgis
117
121
Section: python
118
122
Architecture: any
119
- Depends: python-qt4 (>=4.1.0), python-sip4 (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
123
+ Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
120
124
Provides: ${python:Provides}
121
125
XB-Python-Version: ${python:Versions}
122
126
Description: Python bindings to Quantum GIS
0 commit comments