~ubuntu-branches/ubuntu/precise/qgis/precise

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-02-18 20:06:52 UTC
  • mfrom: (3.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110218200652-q8p18ino306ph7mp
Tags: 1.4.0+12730-5ubuntu1
* Merge from Debian unstable (LP: #707791), remaining changes:
  - Fix compilation issues with QT 4.7
  - Add build-depends on libqtwebkit-dev
  - Fix build failure with GCC 4.5
* Fix build failure with python-qt4 4.8
* Build-depend on python-sip-dev instead of *sip4* transitional packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: qgis
2
2
Section: science
3
3
Priority: extra
4
 
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
 
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
6
6
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
7
7
Build-Depends: debhelper (>= 7), libgdal1-dev, libpq-dev, 
8
8
 libgeos-dev (>= 3.0.0), grass-dev, libsqlite3-dev, libgsl0-dev, libproj-dev, libexpat1-dev, 
9
 
 flex, bison, python-dev, cmake (>= 2.4.3), python-sip4 (>= 4.10), python-central (>=0.5), python,
10
 
 sharutils, sip4 (>= 4.10), libqt4-core (>=4.2.0), libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0),
 
9
 flex, bison, python-dev, cmake (>= 2.4.3), python-sip-dev (>= 4.10), python-central (>=0.5), python,
 
10
 sharutils, libqt4-core (>=4.2.0), libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0),
11
11
 libqt4-qt3support (>=4.2.0), libqt4-sql (>=4.2.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
12
 
 python-sip4-dev (>= 4.10), libfontconfig1-dev, libxi-dev, libxrandr-dev, libxrender-dev, libice-dev,
 
12
 libfontconfig1-dev, libxi-dev, libxrandr-dev, libxrender-dev, libice-dev,
13
13
 libsm-dev, pyqt4-dev-tools, libqtwebkit-dev, dpatch
14
14
Build-Conflicts: libqgis-dev, qgis-dev
15
15
Standards-Version: 3.8.4
74
74
 
75
75
Package: qgis-plugin-grass
76
76
Architecture: any
77
 
Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, libgdal1-1.6.0-grass, grass640+42329
 
77
Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, libgdal1-1.6.0-grass, grass
78
78
Description: GRASS plugin for Quantum GIS
79
79
 Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
80
80
 and display databases of geographic information.
96
96
Package: python-qgis
97
97
Section: python
98
98
Architecture: any
99
 
Depends: python-qt4 (>=4.1.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
 
99
Depends: python-qt4 (>=4.1.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
100
100
Provides: ${python:Provides}
101
101
XB-Python-Version: ${python:Versions}
102
102
Description: Python bindings to Quantum GIS
117
117
 .
118
118
 This package contains architecture-independent files for the Quantum GIS
119
119
 Python bindings.
120