debian packaging: missed some downstream changes in merge

This commit is contained in:
Juergen E. Fischer 2014-04-13 16:00:32 +02:00
parent 5bd87c81e8
commit 4aafc88530
4 changed files with 80 additions and 22 deletions

82
debian/control vendored
View File

@ -1,11 +1,12 @@
Source: qgis Source: qgis
Section: science
Priority: extra
Maintainer: QGIS developers <qgis-developer@lists.osgeo.org> Maintainer: QGIS developers <qgis-developer@lists.osgeo.org>
Uploaders: Jürgen E. Fischer <jef@norbit.de>
Section: science
Priority: optional
Build-Depends: Build-Depends:
bison, bison,
cmake (>= 2.8), cmake (>= 2.8),
debhelper (>= 5.0.51~), debhelper (>= 7),
flex, flex,
grass-dev, grass-dev,
libexpat1-dev, libexpat1-dev,
@ -14,28 +15,41 @@ Build-Depends:
libgeos-dev (>= 3.0.0), libgeos-dev (>= 3.0.0),
libgsl0-dev, libgsl0-dev,
libpq-dev, libpq-dev,
libqt4-dev (>=4.4.0), libproj-dev,
libqt4-dev (>= 4.7.0),
libqt4-opengl-dev,
libqtwebkit-dev,
libqwt5-qt4-dev | libqwt-dev, libqwt5-qt4-dev | libqwt-dev,
libspatialite-dev,
libsqlite3-dev, libsqlite3-dev,
proj (<< 4.7.0) | libproj-dev (>= 4.7.0), libspatialindex-dev,
pkg-config,
pyqt4-dev-tools, pyqt4-dev-tools,
python, python,
python-central (>=0.5), python-central (>=0.5),
python-dev, python-dev,
python-qt4-dev (>=4.1.0), python-qt4-dev (>= 4.1.0),
python-sip-dev (>= 4.5.0) | python-sip4-dev (>= 4.5.0) | sip4 (>= 4.5), python-sip-dev (>= 4.5.0) | python-sip4-dev (>= 4.5.0) | sip4 (>= 4.5),
git-core | git, git,
txt2tags, txt2tags,
doxygen doxygen
Build-Conflicts: libqgis-dev, qgis-dev Build-Conflicts: libqgis-dev, qgis-dev
Standards-Version: 3.8.4 Standards-Version: 3.8.4
XS-Python-Version: current XS-Python-Version: current
Vcs-Browser: https://github.com/qgis/QGIS/
Vcs-Git: https://github.com/qgis/QGIS.git
Homepage: http://qgis.org/ Homepage: http://qgis.org/
Package: qgis Package: qgis
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, qgis-providers (= ${binary:Version}), qgis-common (= ${source:Version}) Depends:
Recommends: qgis-plugin-grass, python-qgis ${shlibs:Depends},
${misc:Depends},
qgis-providers (= ${binary:Version}),
qgis-common (= ${source:Version})
Recommends:
qgis-plugin-grass,
python-qgis
Suggests: gpsbabel Suggests: gpsbabel
Conflicts: uim-qt3 Conflicts: uim-qt3
Description: Geographic Information System (GIS) Description: Geographic Information System (GIS)
@ -49,6 +63,7 @@ Description: Geographic Information System (GIS)
Package: qgis-common Package: qgis-common
Architecture: all Architecture: all
Depends: ${misc:Depends}
Description: QGIS - architecture-independent data Description: QGIS - architecture-independent data
QGIS is a Geographic Information System (GIS) which manages, analyzes and QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information. display databases of geographic information.
@ -56,10 +71,18 @@ Description: QGIS - architecture-independent data
This package contains architecture-independent supporting data files for use This package contains architecture-independent supporting data files for use
with QGIS. with QGIS.
Package: libqgis1.8.0 Package: libqgis{QGIS_ABI}
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Section: libs
Replaces: qgis (<=0.9.2rc1), libqgis-core1, libqgis-gui1, libqgis0, libqgis1 Depends:
${shlibs:Depends},
${misc:Depends}
Replaces:
qgis (<=0.9.2rc1),
libqgis-core1,
libqgis-gui1,
libqgis0,
libqgis1
Description: QGIS - shared libraries Description: QGIS - shared libraries
QGIS is a Geographic Information System (GIS) which manages, analyzes and QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information. display databases of geographic information.
@ -115,9 +138,14 @@ Description: GRASS plugin for QGIS - architecture-independent data
with the QGIS GRASS plugin. with the QGIS GRASS plugin.
Package: python-qgis Package: python-qgis
Section: python
Architecture: any Architecture: any
Depends: python-qt4 (>=4.1.0), python-sip4 (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Section: python
Depends:
python-qt4,
python-sip4,
python-qgis-common (= ${source:Version}),
${shlibs:Depends},
${misc:Depends}
Provides: ${python:Provides} Provides: ${python:Provides}
XB-Python-Version: ${python:Versions} XB-Python-Version: ${python:Versions}
Description: Python bindings to QGIS Description: Python bindings to QGIS
@ -127,10 +155,13 @@ Description: Python bindings to QGIS
This package contains the files for the Python support. This package contains the files for the Python support.
Package: python-qgis-common Package: python-qgis-common
Section: python
Architecture: all Architecture: all
Section: python
Provides: ${python:Provides} Provides: ${python:Provides}
Depends: gdal-bin, python-gdal, python-matplotlib Depends:
gdal-bin,
python-gdal,
python-matplotlib
XB-Python-Version: ${python:Versions} XB-Python-Version: ${python:Versions}
Description: Python bindings to QGIS - architecture-independent files Description: Python bindings to QGIS - architecture-independent files
QGIS is a Geographic Information System (GIS) which manages, analyzes and QGIS is a Geographic Information System (GIS) which manages, analyzes and
@ -141,9 +172,14 @@ Description: Python bindings to QGIS - architecture-independent files
Package: qgis-providers Package: qgis-providers
Architecture: any Architecture: any
Depends: qgis-providers-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends}
Replaces: qgis (<= 1.6) Depends:
qgis-providers-common (= ${source:Version}),
libqt4-sql-sqlite,
${shlibs:Depends},
${misc:Depends}
Breaks: qgis (<= 1.6) Breaks: qgis (<= 1.6)
Replaces: qgis (<= 1.6)
Description: collection of data providers to QGIS Description: collection of data providers to QGIS
QGIS is a Geographic Information System (GIS) which manages, analyzes and QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information. display databases of geographic information.
@ -152,6 +188,7 @@ Description: collection of data providers to QGIS
Package: qgis-providers-common Package: qgis-providers-common
Architecture: all Architecture: all
Depends: ${misc:Depends}
Replaces: qgis-common (<= 1.6) Replaces: qgis-common (<= 1.6)
Breaks: qgis-common (<= 1.6) Breaks: qgis-common (<= 1.6)
Description: collection of data providers to QGIS - architecture-independent files Description: collection of data providers to QGIS - architecture-independent files
@ -162,10 +199,13 @@ Description: collection of data providers to QGIS - architecture-independent fil
Package: qgis-mapserver Package: qgis-mapserver
Architecture: any Architecture: any
Depends: qgis-providers (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Depends:
qgis-providers (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: QGIS mapserver Description: QGIS mapserver
QGIS is a Geographic Information System (GIS) which manages, analyzes QGIS is a Geographic Information System (GIS) which manages, analyzes and
and display databases of geographic information. display databases of geographic information.
. .
This package contains the QGIS mapserver. This package contains the QGIS mapserver.

1
debian/qgis-plugin-globe-common.links vendored Normal file
View File

@ -0,0 +1 @@
usr/share/osgearth/data/world.tif usr/share/qgis/globe/world.tif

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

16
debian/source/include-binaries vendored Normal file
View File

@ -0,0 +1,16 @@
debian/qgis-icon8x8.png
debian/qgis-icon16x16.png
debian/qgis-icon22x22.png
debian/qgis-icon24x24.png
debian/qgis-icon32x32.png
debian/qgis-icon36x36.png
debian/qgis-icon42x42.png
debian/qgis-icon48x48.png
debian/qgis-icon64x64.png
debian/qgis-icon72x72.png
debian/qgis-icon80x80.png
debian/qgis-icon96x96.png
debian/qgis-icon128x128.png
debian/qgis-icon192x192.png
debian/qgis-icon256x256.png
debian/qgis-icon512x512.png