QGIS/debian/control.in

412 lines
12 KiB
Plaintext
Raw Normal View History

2013-01-09 16:46:30 +01:00
Source: qgis
Maintainer: QGIS developers <qgis-developer@lists.osgeo.org>
Uploaders: Jürgen E. Fischer <jef@norbit.de>
2013-01-09 16:46:30 +01:00
Section: science
2014-01-18 23:07:33 +01:00
Priority: optional
2013-01-09 16:46:30 +01:00
Build-Depends:
bison,
2013-07-21 21:44:11 +02:00
cmake (>= 2.8),
2014-12-21 21:14:12 +01:00
#sid jessie wheezy saucy sid-oracle trusty utopic vivid# debhelper (>= 9),
#precise# debhelper (>= 7),
2013-01-09 16:46:30 +01:00
flex,
grass-dev,
libexpat1-dev,
libfcgi-dev,
2014-12-21 21:14:12 +01:00
#sid jessie sid-oracle trusty utopic vivid# libgdal-dev (>= 1.10.1-0~),
#precise# libgdal-dev (>= 1.9.0) | libgdal1-dev (<< 1.9.0),
2014-07-15 09:10:09 +02:00
#saucy# libgdal-dev (>= 1.9.0),
#wheezy# libgdal1-dev,
2013-01-09 16:46:30 +01:00
libgeos-dev (>= 3.0.0),
libgsl0-dev,
libpq-dev,
libproj-dev,
2013-11-30 11:27:28 +01:00
libqt4-dev (>= 4.7.0),
2013-01-09 16:46:30 +01:00
libqt4-opengl-dev,
libqtwebkit-dev,
2014-07-15 09:10:09 +02:00
#sid jessie wheezy sid-oracle# libqwt-dev,
2014-12-21 21:14:12 +01:00
#precise saucy trusty utopic vivid# libqwt5-qt4-dev,
2013-01-09 16:46:30 +01:00
libspatialite-dev,
libsqlite3-dev,
libspatialindex-dev,
pkg-config,
pyqt4-dev-tools,
python-qscintilla2,
2014-07-15 09:10:09 +02:00
#precise saucy wheezy# python,
#precise saucy# python-central (>=0.5),
#saucy wheezy# python-dev,
#saucy# libpython2.7-dev,
2014-12-21 21:14:12 +01:00
#sid jessie sid-oracle trusty utopic vivid# python-all (>= 2.6.6-3~), python-all-dev (>= 2.6.6-3~),
#sid jessie wheezy precise saucy sid-oracle trusty utopic vivid# python-qt4 (>= 4.1.0), python-qt4-dev,
2014-08-31 23:00:51 +02:00
#sid# pyqt4.qsci-dev,
2013-01-09 16:46:30 +01:00
python-sip (>= 4.5.0),
python-sip-dev (>= 4.5.0),
libosgearth-dev,
libopenscenegraph-dev,
libqscintilla2-dev,
2013-01-09 16:46:30 +01:00
git,
doxygen,
graphviz,
txt2tags,
2013-07-20 13:19:55 +02:00
xvfb, xauth,
xfonts-base, xfonts-100dpi, xfonts-75dpi, xfonts-scalable,
#sid-oracle# oracle-instantclient11.2-devel,
spawn-fcgi, lighttpd, poppler-utils, locales
2013-01-09 16:46:30 +01:00
Build-Conflicts: libqgis-dev, qgis-dev
2014-12-21 21:14:12 +01:00
#sid jessie sid-oracle vivid#Standards-Version: 3.9.6
2014-07-15 09:10:09 +02:00
#wheezy#Standards-Version: 3.9.3
#precise saucy trusty utopic#Standards-Version: 3.8.4
#sid jessie sid-oracle#X-Python-Version: >= 2.7, << 2.8
2014-12-21 21:14:12 +01:00
#wheezy precise saucy trusty utopic vivid#XS-Python-Version: current
Vcs-Browser: https://github.com/qgis/QGIS/
Vcs-Git: https://github.com/qgis/QGIS.git
2013-01-09 16:46:30 +01:00
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,
qgis-plugin-globe,
python-qgis
2013-01-09 16:46:30 +01:00
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.
2013-01-09 16:46:30 +01:00
Package: qgis-common
Architecture: all
Depends: ${misc:Depends}
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.
2013-01-09 16:46:30 +01:00
.
This package contains architecture-independent supporting data files for use
2013-05-30 16:00:40 +02:00
with QGIS.
2013-01-09 16:46:30 +01:00
Package: libqgis-core{QGIS_ABI}
Architecture: any
Section: libs
Depends:
${shlibs:Depends},
${misc:Depends}
Replaces: libqgis{QGIS_ABI}
Description: QGIS - shared core library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the shared core library.
Package: libqgis-gui{QGIS_ABI}
Architecture: any
Section: libs
Depends:
${shlibs:Depends},
${misc:Depends}
2014-11-30 15:31:28 +01:00
Replaces: libqgis{QGIS_ABI}
Description: QGIS - shared gui library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the shared gui library.
Package: libqgis-analysis{QGIS_ABI}
Architecture: any
Section: libs
Depends:
${shlibs:Depends},
${misc:Depends}
Replaces: libqgis{QGIS_ABI}
Description: QGIS - shared analysis library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the shared analysis library.
Package: libqgis-networkanalysis{QGIS_ABI}
Architecture: any
Section: libs
Depends:
${shlibs:Depends},
${misc:Depends}
Replaces: libqgis{QGIS_ABI}
Description: QGIS - shared network analysis library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the shared network analysis library.
Package: libqgisgrass{QGIS_ABI}
Architecture: any
Section: libs
Depends:
${shlibs:Depends},
${misc:Depends}
Replaces: libqgis{QGIS_ABI}
Description: QGIS - shared grass library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the shared grass library.
Package: libqgispython{QGIS_ABI}
2013-01-09 16:46:30 +01:00
Architecture: any
2014-01-18 23:07:33 +01:00
Section: libs
Depends:
${shlibs:Depends},
${misc:Depends}
Replaces: libqgis{QGIS_ABI}
2014-05-17 11:37:42 +02:00
Description: QGIS - shared Python library
2013-05-30 16:00:40 +02:00
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
2013-01-09 16:46:30 +01:00
.
2014-05-17 11:37:42 +02:00
This package contains the shared Python library.
2014-11-30 15:31:28 +01:00
Package: libqgis-customwidgets
Architecture: any
Depends:
qt4-designer,
${shlibs:Depends},
${misc:Depends}
Replaces:
libqgis-customwidgets2.4.0,
libqgis-customwidgets2.6.0,
libqgis-customwidgets2.6.1
Conflicts:
libqgis-customwidgets2.4.0,
libqgis-customwidgets2.6.0,
libqgis-customwidgets2.6.1
Provides:
libqgis-customwidgets2.4.0,
libqgis-customwidgets2.6.0,
libqgis-customwidgets2.6.1
Description: QGIS custom widgets for Qt Designer
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains a library to use specific QGIS widgets in Qt Designer.
Package: libqgis-server{QGIS_ABI}
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends}
Description: QGIS - shared server library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the shared server library.
2013-01-09 16:46:30 +01:00
Package: libqgis-dev
Architecture: any
Section: libdevel
Depends:
grass-dev,
libexpat1-dev,
2014-12-21 21:14:12 +01:00
#sid jessie sid-oracle trusty utopic vivid# libgdal-dev (>= 1.10.1-0~),
#precise# libgdal-dev (>= 1.9.0) | libgdal1-dev (<< 1.9.0),
2014-07-15 09:10:09 +02:00
#saucy# libgdal-dev (>= 1.9.0),
#wheezy# libgdal1-dev,
2013-01-09 16:46:30 +01:00
libgeos-dev (>= 3.0.0),
libgsl0-dev,
libpq-dev,
libproj-dev,
libqgis-core{QGIS_ABI} (= ${binary:Version}),
libqgis-gui{QGIS_ABI} (= ${binary:Version}),
libqgis-analysis{QGIS_ABI} (= ${binary:Version}),
libqgis-networkanalysis{QGIS_ABI} (= ${binary:Version}),
libqgisgrass{QGIS_ABI} (= ${binary:Version}),
libqgispython{QGIS_ABI} (= ${binary:Version}),
2013-07-27 16:44:47 +02:00
libqt4-dev (>=4.6.0),
2013-01-09 16:46:30 +01:00
libsqlite3-dev,
python-qt4 (>=4.1.0),
python-qt4-dev (>=4.1.0),
qt4-designer,
2013-01-09 16:46:30 +01:00
${misc:Depends}
2014-11-30 15:31:28 +01:00
Recommends: libqgis-customwidgets
2013-01-09 16:46:30 +01:00
Provides: qgis-dev
Replaces:
libqgis1-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.
2013-01-09 16:46:30 +01:00
.
This package contains the headers and libraries needed to develop plugins for
2013-05-30 16:00:40 +02:00
QGIS.
2013-01-09 16:46:30 +01: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.
2013-01-09 16:46:30 +01:00
.
2013-05-30 16:00:40 +02:00
This plugin enables GRASS data access in the QGIS geographic data viewer.
2013-01-09 16:46:30 +01:00
Package: qgis-plugin-grass-common
Architecture: all
Depends:
#sid jessie saucy sid-oracle trusty# python2.7,
#wheezy precise# python,
${misc:Depends}
2013-01-09 16:46:30 +01:00
Breaks: qgis-common (<< 1.5)
Replaces: 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.
2013-01-09 16:46:30 +01:00
.
This package contains architecture-independent supporting data files for use
2013-05-30 16:00:40 +02:00
with the QGIS GRASS plugin.
2013-01-09 16:46:30 +01:00
Package: qgis-plugin-globe
Architecture: any
Depends:
qgis (= ${binary:Version}),
qgis-plugin-globe-common (= ${source:Version}),
${shlibs:Depends},
${misc:Depends}
Description: OSG globe plugin for QGIS
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This plugin enables 3D viewing using OSG globe in the QGIS.
Package: qgis-plugin-globe-common
Architecture: all
Depends:
osgearth-data,
${misc:Depends}
Description: OSG globe plugin for QGIS - architecture-independent data
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains architecture-independent supporting data files for use
with the QGIS GLOBE plugin.
2013-01-09 16:46:30 +01:00
Package: python-qgis
Architecture: any
Section: python
2014-01-18 23:07:33 +01:00
Depends:
python-qt4,
python-sip,
python-qgis-common (= ${source:Version}),
python-psycopg2,
python-qscintilla2,
2014-05-17 11:37:42 +02:00
python-httplib2,
python-jinja2,
python-markupsafe,
python-pygments,
python-dateutil,
python-tz,
python-six,
2014-12-21 21:14:12 +01:00
#sid jessie trusty utopic vivid sid-oracle# python-pyspatialite,
libqgispython{QGIS_ABI},
2014-01-18 23:07:33 +01:00
${shlibs:Depends},
${python:Depends},
${misc:Depends},
${sip:Depends}
2013-05-31 01:08:49 +02:00
Provides: ${python:Provides}
2014-07-15 09:10:09 +02:00
#wheezy precise#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.
2013-01-09 16:46:30 +01:00
.
This package contains the files for the Python support.
Package: python-qgis-common
Architecture: all
Section: python
2013-01-09 16:46:30 +01:00
Provides: ${python:Provides}
2014-01-18 23:07:33 +01:00
Depends:
gdal-bin,
python-gdal,
python-matplotlib,
2014-11-30 15:31:28 +01:00
libqgis-customwidgets,
${misc:Depends}
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.
2013-01-09 16:46:30 +01:00
.
2013-05-30 16:00:40 +02:00
This package contains architecture-independent files for the QGIS Python
bindings.
2013-01-09 16:46:30 +01:00
Package: qgis-providers
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
2014-01-18 23:07:33 +01:00
Depends:
qgis-providers-common (= ${source:Version}),
libqt4-sql-sqlite,
2014-01-18 23:07:33 +01:00
${shlibs:Depends},
${misc:Depends}
2013-01-09 16:46:30 +01:00
Breaks: qgis (<= 1.6)
Replaces: 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.
2013-01-09 16:46:30 +01:00
.
2013-05-30 16:00:40 +02:00
This package contains the provider plugins for QGIS.
2013-01-09 16:46:30 +01:00
Package: qgis-providers-common
Architecture: all
Depends: ${misc:Depends}
2013-01-09 16:46:30 +01:00
Breaks: qgis-common (<= 1.6)
Replaces: 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.
2013-01-09 16:46:30 +01:00
.
2013-05-30 16:00:40 +02:00
This package contains architecture-independent files for the QGIS providers.
2013-01-09 16:46:30 +01:00
Package: qgis-server
2013-01-09 16:46:30 +01:00
Architecture: any
2014-01-18 23:07:33 +01:00
Depends:
qgis-providers (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Conflicts: qgis-mapserver
Provides: qgis-mapserver
Replaces: qgis-mapserver
2014-09-10 23:27:52 +02:00
Description: QGIS server providing various OGC services
2013-05-30 16:00:40 +02:00
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
2013-01-09 16:46:30 +01:00
.
This package contains the QGIS server.
2014-05-19 16:54:22 +02:00
2013-01-09 16:46:30 +01:00
Package: qgis-api-doc
Architecture: all
Section: doc
Depends:
libjs-jquery,
${misc:Depends}
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.
2013-01-09 16:46:30 +01:00
.
2013-05-30 16:00:40 +02:00
This package contains the QGIS API documentation.
2013-01-09 16:46:30 +01:00
#sid-oracle#Package: qgis-oracle-provider
#sid-oracle#Architecture: any
#sid-oracle#Depends: ${shlibs:Depends}, ${misc:Depends}
2014-05-17 11:37:42 +02:00
#sid-oracle#Section: contrib/database
#sid-oracle#Description: QGIS oracle provider
#sid-oracle# QGIS is a Geographic Information System (GIS) which manages, analyzes and
#sid-oracle# display databases of geographic information.
#sid-oracle# .
#sid-oracle# This package contains the QGIS oracle provider.
#sid-oracle#