@@ -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 (>= 7 ),
8
+ debhelper (>= 5.0.51~ ),
9
9
flex,
10
10
grass-dev,
11
11
libexpat1-dev,
@@ -14,20 +14,16 @@ Build-Depends:
14
14
libgeos-dev (>= 3.0.0),
15
15
libgsl0-dev,
16
16
libpq-dev,
17
- libproj-dev,
18
17
libqt4-dev (>=4.4.0),
19
18
libqwt5-qt4-dev,
20
- libspatialite-dev,
21
19
libsqlite3-dev,
22
- pkg-config ,
20
+ proj (<< 4.7.0) | libproj-dev (>= 4.7.0) ,
23
21
pyqt4-dev-tools,
24
22
python,
25
23
python-central (>=0.5),
26
24
python-dev,
27
- python-qt4 (>=4.1.0),
28
25
python-qt4-dev (>=4.1.0),
29
- python-sip (>= 4.5.0),
30
- python-sip-dev (>= 4.5.0),
26
+ python-sip4-dev (>= 4.5.0) | sip4 (>= 4.5),
31
27
subversion
32
28
Build-Conflicts: libqgis-dev, qgis-dev
33
29
Standards-Version: 3.8.4
@@ -97,7 +93,7 @@ Description: Quantum GIS - development files
97
93
98
94
Package: qgis-plugin-grass
99
95
Architecture: any
100
- Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, grass640+42329
96
+ Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, grass
101
97
Description: GRASS plugin for Quantum GIS
102
98
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
103
99
and display databases of geographic information.
@@ -120,7 +116,7 @@ Description: GRASS plugin for Quantum GIS - architecture-independent data
120
116
Package: python-qgis
121
117
Section: python
122
118
Architecture: any
123
- Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
119
+ Depends: python-qt4 (>=4.1.0), python-sip4 (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
124
120
Provides: ${python:Provides}
125
121
XB-Python-Version: ${python:Versions}
126
122
Description: Python bindings to Quantum GIS
0 commit comments