Skip to content

Commit 3014bbb

Browse files
author
pcav
committed
Updated IT GUI
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14955 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 243e54c commit 3014bbb

File tree

2 files changed

+188
-164
lines changed

2 files changed

+188
-164
lines changed

debian/control

+11-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Maintainer: Quantum GIS developers <qgis-developer@lists.osgeo.org>
55
Build-Depends:
66
bison,
77
cmake (>= 2.6),
8-
debhelper (>= 5.0.51~),
8+
debhelper (>= 7),
99
flex,
1010
grass-dev,
1111
libexpat1-dev,
@@ -14,16 +14,20 @@ Build-Depends:
1414
libgeos-dev (>= 3.0.0),
1515
libgsl0-dev,
1616
libpq-dev,
17+
libproj-dev,
1718
libqt4-dev (>=4.4.0),
1819
libqwt5-qt4-dev,
20+
libspatialite-dev,
1921
libsqlite3-dev,
20-
proj (<< 4.7.0) | libproj-dev (>= 4.7.0),
22+
pkg-config,
2123
pyqt4-dev-tools,
2224
python,
2325
python-central (>=0.5),
2426
python-dev,
27+
python-qt4 (>=4.1.0),
2528
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),
2731
subversion
2832
Build-Conflicts: libqgis-dev, qgis-dev
2933
Standards-Version: 3.8.4
@@ -54,7 +58,7 @@ Description: Quantum GIS - architecture-independent data
5458
This package contains architecture-independent supporting data files for use
5559
with Quantum GIS.
5660

57-
Package: libqgis1.6.0
61+
Package: libqgis1.7.0
5862
Architecture: any
5963
Depends: ${shlibs:Depends}, ${misc:Depends}
6064
Replaces: qgis (<=0.9.2rc1), libqgis-core1, libqgis-gui1, libqgis0, libqgis1
@@ -76,7 +80,7 @@ Depends:
7680
libgsl0-dev,
7781
libpq-dev,
7882
libproj-dev,
79-
libqgis1.6.0 (= ${binary:Version}),
83+
libqgis1.7.0 (= ${binary:Version}),
8084
libqt4-dev (>=4.4.0),
8185
libsqlite3-dev,
8286
python-qt4 (>=4.1.0),
@@ -93,7 +97,7 @@ Description: Quantum GIS - development files
9397

9498
Package: qgis-plugin-grass
9599
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
97101
Description: GRASS plugin for Quantum GIS
98102
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
99103
and display databases of geographic information.
@@ -116,7 +120,7 @@ Description: GRASS plugin for Quantum GIS - architecture-independent data
116120
Package: python-qgis
117121
Section: python
118122
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}
120124
Provides: ${python:Provides}
121125
XB-Python-Version: ${python:Versions}
122126
Description: Python bindings to Quantum GIS

0 commit comments

Comments
 (0)