Skip to content

Commit 7cb79c4

Browse files
committedJan 20, 2014
debian packaging update
1 parent c22c0d9 commit 7cb79c4

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed
 

‎debian/control.jessie

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Build-Depends:
1010
grass-dev,
1111
libexpat1-dev,
1212
libfcgi-dev,
13-
libgdal1-dev,
13+
libgdal-dev (>= 1.10.1-0~),
1414
libgeos-dev (>= 3.0.0),
1515
libgsl0-dev,
1616
libpq-dev,
@@ -24,10 +24,10 @@ Build-Depends:
2424
libspatialindex-dev,
2525
pkg-config,
2626
pyqt4-dev-tools,
27-
python,
28-
python-dev (>= 2.6.6-3~),
27+
python-all (>= 2.6.6-3~),
28+
python-all-dev (>= 2.6.6-3~),
2929
python-qt4 (>= 4.1.0),
30-
python-qt4-dev (>=4.1.0),
30+
python-qt4-dev,
3131
python-sip (>= 4.5.0),
3232
python-sip-dev (>= 4.5.0),
3333
libosgearth-dev,
@@ -39,8 +39,9 @@ Build-Depends:
3939
xvfb, xauth,
4040
xfonts-base, xfonts-100dpi, xfonts-75dpi, xfonts-scalable
4141
Build-Conflicts: libqgis-dev, qgis-dev
42-
Standards-Version: 3.9.3
42+
Standards-Version: 3.9.5
4343
Homepage: http://qgis.org/
44+
X-Python-Version: >= 2.7, << 2.8
4445

4546
Package: qgis
4647
Architecture: any
@@ -86,7 +87,7 @@ Section: libdevel
8687
Depends:
8788
grass-dev,
8889
libexpat1-dev,
89-
libgdal1-dev,
90+
libgdal-dev (>= 1.10.1-0~),
9091
libgeos-dev (>= 3.0.0),
9192
libgsl0-dev,
9293
libpq-dev,
@@ -96,7 +97,7 @@ Depends:
9697
libsqlite3-dev,
9798
python-qt4 (>=4.1.0),
9899
python-qt4-dev (>=4.1.0),
99-
qt4-designer (>=4.4.0),
100+
qt4-designer (>= 4.8.0),
100101
${misc:Depends}
101102
Provides: qgis-dev
102103
Replaces: qgis-dev, libqgis1-dev, libqgis1.4.0-dev
@@ -143,7 +144,6 @@ Depends:
143144
${misc:Depends},
144145
${sip:Depends}
145146
Provides: ${python:Provides}
146-
XB-Python-Version: ${python:Versions}
147147
Description: Python bindings to QGIS
148148
QGIS is a Geographic Information System (GIS) which manages, analyzes and
149149
display databases of geographic information.

‎debian/control.sid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Build-Depends:
2727
python-all (>= 2.6.6-3~),
2828
python-all-dev (>= 2.6.6-3~),
2929
python-qt4 (>= 4.1.0),
30+
python-qt4-dev,
3031
python-sip (>= 4.5.0),
3132
python-sip-dev (>= 4.5.0),
3233
libosgearth-dev,

‎debian/control.sid-oracle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Build-Depends:
2727
python-all (>= 2.6.6-3~),
2828
python-all-dev (>= 2.6.6-3~),
2929
python-qt4 (>= 4.1.0),
30+
python-qt4-dev,
3031
python-sip (>= 4.5.0),
3132
python-sip-dev (>= 4.5.0),
3233
libosgearth-dev,
@@ -97,7 +98,7 @@ Depends:
9798
libsqlite3-dev,
9899
python-qt4 (>=4.1.0),
99100
python-qt4-dev (>=4.1.0),
100-
qt4-designer (>=4.6.0),
101+
qt4-designer (>= 4.8.0),
101102
${misc:Depends}
102103
Provides: qgis-dev
103104
Replaces: qgis-dev, libqgis1-dev, libqgis1.4.0-dev

0 commit comments

Comments
 (0)
Please sign in to comment.