QGIS/debian/control
jef 7f56f5526d debian packaging update
- update for next release
- removed some temporary files in debian/
- add version number to shared libraries names and split them into
   libqgis-core0.9, libqgis-gui0.9 and libqgisgrass0.9 (fixes #36)
- split python binding and plugins into separate package python-qgis
- merge some changes from the DebianGIS repository
- build in debian/build
- updated menu and icon
- use qgis man pages (qgis_help added)
- build on Debian unstable is lintian clean (may fix #1028)
- build also tested on OSX (Tim Sutton), MinGW (Marco Pasetti) and with MSVC


git-svn-id: http://svn.osgeo.org/qgis/trunk@8351 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-04-14 21:30:22 +00:00

104 lines
4.2 KiB
Plaintext

Source: qgis
Section: science
Priority: extra
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
Build-Depends: debhelper (>= 5.0.0), libgdal1-dev | libgdal1-1.3.2-dev | libgdal1-1.4.0-dev , libpq-dev,
libgeos-dev (>= 2.0.1-1), dpatch, grass-dev, libsqlite3-dev, libgsl0-dev, proj, libexpat1-dev,
flex, bison, python-dev, cmake (>=2.4.3) , python-sip4, python-sip4-dev, python-qt4-dev,
sharutils, sip4 (>= 4.4), libqt4-core (>=4.2.0), libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0),
libqt4-qt3support (>=4.2.0), libqt4-sql (>=4.2.0), python-qt4 (>=4.0.0), python-qt4-dev (>=4.0.0)
Standards-Version: 3.7.2
XS-Python-Version: current
Homepage: http://qgis.org/
Package: qgis
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libqgis-core0.9, libqgis-gui0.9
Suggests: qgis-plugin-grass, python-qgis
XB-Python-Version: ${python:Versions}
Description: Geographic Information System (GIS)
A Geographic Information System (GIS) manages,
analyzes, and displays databases of geographic
information. Quantum GIS (QGIS) supports shapefile
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.
Package: libqgis-core0.9
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: qgis (<=0.9.2rc1)
Conflicts: libqgis1
Description: QGIS Geographic Information System - 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 that
provides an interface for plugins.
Package: libqgis-gui0.9
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: qgis (<=0.9.2rc1)
Conflicts: libqgis1
Description: QGIS Geographic Information System - 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 that
provides an interface for plugins.
Package: python-qgis
Architecture: any
Section: python
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libqgis-core0.9, libqgis-gui0.9
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: QGIS Geographic Information System - Python bindings and plugins
QGIS is a Geographic Information System (GIS)
which manages, analyzes and display databases of
geographic information.
.
This package contains the Python bindings and
plugins.
Package: libqgis1-dev
Architecture: any
Section: libdevel
Depends: qgis (= ${binary:Version}), libgdal1-dev | libgdal1-1.3.2-dev , libpq-dev | postgresql-dev, libgeos-dev (>= 2.0.1-1), grass-dev, libsqlite3-dev, libgsl0-dev, proj, libexpat1-dev, libqt4-core (>=4.2.0), libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0), libqt4-qt3support (>=4.2.0), libqt4-sql (>=4.2.0), python-qt4 (>=4.0.0), python-qt4-dev (>=4.0.0), qt4-designer (>=4.2.0)
Provides: libqgis-dev
Conflicts: libqgis-dev, qgis-dev
Replaces: qgis-dev
Suggests: qt4-designer
Description: QGIS Geographic Information System - development files
QGIS is a Geographic Information System (GIS)
which manages, analyzes and display databases of
geographic information.
.
This package contains the headers and libraries
needed to develop plugins for QGIS.
Package: qgis-plugin-grass
Architecture: any
Depends: qgis (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libgdal1-1.4.0-grass | libgdal1-1.3.2-grass, libqgisgrass0.9
Description: Plugin for accessing GRASS data from QGIS
This plugin enables a GRASS data access toolbox in the QGIS
geographic data viewer.
Package: libqgisgrass0.9
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: QGIS Geographic Information System - shared grass library
QGIS is a Geographic Information System (GIS)
which manages, analyzes and display databases of
geographic information.
.
This package contains the shared library for the grass plugin.