QGIS/debian/control.oneiric

199 lines
6.5 KiB
Plaintext
Raw Normal View History

2011-08-23 22:28:51 +02:00
Source: qgis
Section: science
Priority: extra
2013-05-30 16:00:40 +02:00
Maintainer: QGIS developers <qgis-developer@lists.osgeo.org>
2011-08-23 22:28:51 +02:00
Build-Depends:
bison,
cmake (>= 2.6),
debhelper (>= 7),
flex,
grass-dev,
libexpat1-dev,
libfcgi-dev,
libgdal-dev (>= 1.9.0) | libgdal1-dev (<< 1.9.0),
2011-08-23 22:28:51 +02:00
libgeos-dev (>= 3.0.0),
libgsl0-dev,
libpq-dev,
libproj-dev,
libqt4-dev (>=4.4.0),
libqtwebkit-dev,
libqwt5-qt4-dev,
libspatialite-dev,
libspatialindex-dev,
2011-08-23 22:28:51 +02:00
libsqlite3-dev,
pkg-config,
pyqt4-dev-tools,
python,
python-central (>=0.5),
python-dev,
python-qt4 (>=4.1.0),
python-qt4-dev (>=4.1.0),
python-sip (>= 4.5.0),
python-sip-dev (>= 4.5.0),
git,
doxygen,
graphviz,
txt2tags,
xvfb, xauth, xfonts-base
2011-08-23 22:28:51 +02:00
Build-Conflicts: libqgis-dev, qgis-dev
Standards-Version: 3.8.4
XS-Python-Version: current
Homepage: http://qgis.org/
Package: qgis
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, qgis-providers (= ${binary:Version}), qgis-common (= ${source:Version})
Recommends: qgis-plugin-grass, python-qgis
Suggests: gpsbabel
Conflicts: uim-qt3
Description: Geographic Information System (GIS)
A Geographic Information System (GIS) manages, analyzes, and displays
2013-05-30 16:00:40 +02:00
databases of geographic information. QGIS supports shape file viewing and
editing, spatial data storage with PostgreSQL/PostGIS, projection on-the-fly,
map composition, and a number of other features via a plugin interface. QGIS
also supports display of various georeferenced raster and Digital Elevation
Model (DEM) formats including GeoTIFF, Arc/Info ASCII Grid, and USGS ASCII
DEM.
2011-08-23 22:28:51 +02:00
Package: qgis-common
Architecture: all
2013-05-30 16:00:40 +02:00
Description: QGIS - architecture-independent data
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
2011-08-23 22:28:51 +02:00
.
2013-05-30 16:00:40 +02:00
This package contains architecture-independent supporting data files for use
with QGIS.
2011-08-23 22:28:51 +02:00
Package: libqgis{QGIS_ABI}
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: qgis (<=0.9.2rc1), libqgis-core1, libqgis-gui1, libqgis0, libqgis1
2013-05-30 16:00:40 +02:00
Description: QGIS - shared libraries
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
2011-08-23 22:28:51 +02:00
.
This package contains the shared core and gui library that provide an
interface for plugins and stand-alone applications.
Package: libqgis-dev
Architecture: any
Section: libdevel
Depends:
grass-dev,
libexpat1-dev,
libgdal-dev (>= 1.9.0) | libgdal1-dev (<< 1.9.0),
2011-08-23 22:28:51 +02:00
libgeos-dev (>= 3.0.0),
libgsl0-dev,
libpq-dev,
libproj-dev,
libqgis{QGIS_ABI} (= ${binary:Version}),
libqt4-dev (>=4.4.0),
libsqlite3-dev,
python-qt4 (>=4.1.0),
python-qt4-dev (>=4.1.0),
qt4-designer (>=4.4.0)
Provides: qgis-dev
Replaces: qgis-dev, libqgis1-dev, libqgis1.4.0-dev
2013-05-30 16:00:40 +02:00
Description: QGIS - development files
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
2011-08-23 22:28:51 +02:00
.
This package contains the headers and libraries needed to develop plugins for
2013-05-30 16:00:40 +02:00
QGIS.
2011-08-23 22:28:51 +02:00
Package: qgis-plugin-grass
Architecture: any
Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, grass{GRASS_ABI}
2013-05-30 16:00:40 +02:00
Description: GRASS plugin for QGIS
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
2011-08-23 22:28:51 +02:00
.
2013-05-30 16:00:40 +02:00
This plugin enables GRASS data access in the QGIS geographic data viewer.
2011-08-23 22:28:51 +02:00
Package: qgis-plugin-grass-common
Architecture: all
Depends: ${python:Depends}
Replaces: qgis-common (<< 1.5)
Breaks: qgis-common (<< 1.5)
2013-05-30 16:00:40 +02:00
Description: GRASS plugin for QGIS - architecture-independent data
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
2011-08-23 22:28:51 +02:00
.
This package contains architecture-independent supporting data files for use
2013-05-30 16:00:40 +02:00
with the QGIS GRASS plugin.
2011-08-23 22:28:51 +02:00
Package: python-qgis
Section: python
Architecture: any
2012-11-09 10:54:17 +01:00
Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), python-psycopg2, python-qscintilla2, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
2011-08-23 22:28:51 +02:00
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
2013-05-30 16:00:40 +02:00
Description: Python bindings to QGIS
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
2011-08-23 22:28:51 +02:00
.
This package contains the files for the Python support.
Package: python-qgis-common
Section: python
Architecture: all
Provides: ${python:Provides}
2013-02-21 12:12:28 +01:00
Depends: gdal-bin, python-gdal, python-matplotlib, ${python:Depends}
2011-08-23 22:28:51 +02:00
XB-Python-Version: ${python:Versions}
2013-05-30 16:00:40 +02:00
Description: Python bindings to QGIS - architecture-independent files
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
2011-08-23 22:28:51 +02:00
.
2013-05-30 16:00:40 +02:00
This package contains architecture-independent files for the QGIS Python
bindings.
2011-08-23 22:28:51 +02:00
Package: qgis-providers
Architecture: any
Depends: qgis-providers-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
Replaces: qgis (<= 1.6)
Breaks: qgis (<= 1.6)
2013-05-30 16:00:40 +02:00
Description: collection of data providers to QGIS
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
2011-08-23 22:28:51 +02:00
.
2013-05-30 16:00:40 +02:00
This package contains the provider plugins for QGIS.
2011-08-23 22:28:51 +02:00
Package: qgis-providers-common
Architecture: all
Replaces: qgis-common (<= 1.6)
Breaks: qgis-common (<= 1.6)
2013-05-30 16:00:40 +02:00
Description: collection of data providers to QGIS - architecture-independent files
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
2011-08-23 22:28:51 +02:00
.
2013-05-30 16:00:40 +02:00
This package contains architecture-independent files for the QGIS providers.
2011-08-23 22:28:51 +02:00
Package: qgis-mapserver
Architecture: any
Depends: qgis-providers (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
2013-05-30 16:00:40 +02:00
Description: QGIS mapserver
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
2011-08-23 22:28:51 +02:00
.
2013-05-30 16:00:40 +02:00
This package contains the QGIS mapserver.
2011-08-23 22:28:51 +02:00
2011-09-29 21:50:59 +00:00
Package: qgis-sqlanywhere
2011-08-23 22:28:51 +02:00
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
2011-09-29 21:50:59 +00:00
Conflicts: qgis-sqlanywhere1.7.0, qgis-sqlanywhere1.7.1, qgis-sqlanywhere1.8.0
2013-05-30 16:00:40 +02:00
Description: QGIS sql anywhere plugin and provider
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
2011-08-23 22:28:51 +02:00
.
2013-05-30 16:00:40 +02:00
This package contains the QGIS sqlanywhere plugin and provider.
2011-08-23 22:28:51 +02:00
Package: qgis-api-doc
Architecture: all
Section: doc
2013-05-30 16:00:40 +02:00
Description: QGIS API documentation
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
2011-08-23 22:28:51 +02:00
.
2013-05-30 16:00:40 +02:00
This package contains the QGIS API documentation.
2011-08-23 22:28:51 +02:00