Skip to content
Permalink
Browse files
update of debian build
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0.10.0@8369 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Apr 17, 2008
1 parent 96b1db2 commit d83c2e1
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 26 deletions.
@@ -1,8 +1,35 @@
qgis (0.9.2test2) unstable; urgency=low
qgis (0.10.0) unstable; urgency=low

* fixed various packaging bugs
* This release includes over 120 bug fixes and enchancements
* over the QGIS 0.9.1 release. In addition we have added
* the following new features:
* Improvements to digitising capabilities.
* Supporting default and defined styles (.qml) files for file based
* vector layers. With styles you can save the symbolisation
* and other settings associated with a vector layer and they
* will be loaded whenever you load that layer.
* Improved support for transparency and contrast stretching
* in raster layers. Support for color ramps in raster layers.
* Support for non-north up rasters. Many other raster
* improvements 'under the hood'.
* Updated icons for improved visual consistancy.
* Support for migration of old projects to work in newer QGIS versions.
* This release includes over 120 bug fixes and enchancements
* over the QGIS 0.9.1 release. In addition we have added
* the following new features:
* Improvements to digitising capabilities.
* Supporting default and defined styles (.qml) files for file based
* vector layers. With styles you can save the symbolisation
* and other settings associated with a vector layer and they
* will be loaded whenever you load that layer.
* Improved support for transparency and contrast stretching
* in raster layers. Support for color ramps in raster layers.
* Support for non-north up rasters. Many other raster
* improvements 'under the hood'.
* Updated icons for improved visual consistancy.
* Support for migration of old projects to work in newer QGIS versions.

-- Jürgen E. Fischer <jef@norbit.de> Sun, 13 Apr 2008 03:51:14 +0200
-- Jürgen E. Fischer <jef@norbit.de> Fri, 18 Apr 2008 00:51:58 +0200

qgis (0.9.2test1) gutsy; urgency=low

@@ -14,7 +14,7 @@ Homepage: http://qgis.org/

Package: qgis
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libqgis-core0.9, libqgis-gui0.9
Depends: ${shlibs:Depends}, ${misc:Depends}, libqgis-core0.10, libqgis-gui0.10
Suggests: qgis-plugin-grass, python-qgis
XB-Python-Version: ${python:Versions}
Description: Geographic Information System (GIS)
@@ -29,7 +29,7 @@ Description: Geographic Information System (GIS)
Elevation Model (DEM) formats including
GeoTIFF, Arc/Info ASCII Grid, and USGS ASCII DEM.

Package: libqgis-core0.9
Package: libqgis-core0.10
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: qgis (<=0.9.2rc1)
@@ -42,7 +42,7 @@ Description: QGIS Geographic Information System - shared core library
This package contains the shared core library that
provides an interface for plugins.

Package: libqgis-gui0.9
Package: libqgis-gui0.10
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: qgis (<=0.9.2rc1)
@@ -55,20 +55,6 @@ Description: QGIS Geographic Information System - shared gui library
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
@@ -87,12 +73,12 @@ Description: QGIS Geographic Information System - development files

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
Depends: qgis (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libgdal1-1.4.0-grass | libgdal1-1.3.2-grass, libqgisgrass0.10
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
Package: libqgisgrass0.10
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: QGIS Geographic Information System - shared grass library
File renamed without changes.
File renamed without changes.
File renamed without changes.

This file was deleted.

@@ -24,3 +24,7 @@ usr/lib/qgis/libspitplugin.so
usr/lib/qgis/libwfsplugin.so
usr/lib/qgis/libwfsprovider.so
usr/lib/qgis/libwmsprovider.so
usr/share/qgis/python/*
usr/lib/python*/site-packages/qgis/__init__.py
usr/lib/python*/site-packages/qgis/qgisconfig.py
usr/lib/python*/site-packages/qgis/*.so

0 comments on commit d83c2e1

Please sign in to comment.