Skip to content

Commit d83c2e1

Browse files
author
jef
committed
update of debian build
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0.10.0@8369 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 96b1db2 commit d83c2e1

7 files changed

+39
-26
lines changed

debian/changelog

+30-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,35 @@
1-
qgis (0.9.2test2) unstable; urgency=low
1+
qgis (0.10.0) unstable; urgency=low
22

3-
* fixed various packaging bugs
3+
* This release includes over 120 bug fixes and enchancements
4+
* over the QGIS 0.9.1 release. In addition we have added
5+
* the following new features:
6+
* Improvements to digitising capabilities.
7+
* Supporting default and defined styles (.qml) files for file based
8+
* vector layers. With styles you can save the symbolisation
9+
* and other settings associated with a vector layer and they
10+
* will be loaded whenever you load that layer.
11+
* Improved support for transparency and contrast stretching
12+
* in raster layers. Support for color ramps in raster layers.
13+
* Support for non-north up rasters. Many other raster
14+
* improvements 'under the hood'.
15+
* Updated icons for improved visual consistancy.
16+
* Support for migration of old projects to work in newer QGIS versions.
17+
* This release includes over 120 bug fixes and enchancements
18+
* over the QGIS 0.9.1 release. In addition we have added
19+
* the following new features:
20+
* Improvements to digitising capabilities.
21+
* Supporting default and defined styles (.qml) files for file based
22+
* vector layers. With styles you can save the symbolisation
23+
* and other settings associated with a vector layer and they
24+
* will be loaded whenever you load that layer.
25+
* Improved support for transparency and contrast stretching
26+
* in raster layers. Support for color ramps in raster layers.
27+
* Support for non-north up rasters. Many other raster
28+
* improvements 'under the hood'.
29+
* Updated icons for improved visual consistancy.
30+
* Support for migration of old projects to work in newer QGIS versions.
431

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

734
qgis (0.9.2test1) gutsy; urgency=low
835

debian/control

+5-19
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Homepage: http://qgis.org/
1414

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

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

45-
Package: libqgis-gui0.9
45+
Package: libqgis-gui0.10
4646
Architecture: any
4747
Depends: ${shlibs:Depends}, ${misc:Depends}
4848
Replaces: qgis (<=0.9.2rc1)
@@ -55,20 +55,6 @@ Description: QGIS Geographic Information System - shared gui library
5555
This package contains the shared gui library that
5656
provides an interface for plugins.
5757

58-
Package: python-qgis
59-
Architecture: any
60-
Section: python
61-
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libqgis-core0.9, libqgis-gui0.9
62-
Provides: ${python:Provides}
63-
XB-Python-Version: ${python:Versions}
64-
Description: QGIS Geographic Information System - Python bindings and plugins
65-
QGIS is a Geographic Information System (GIS)
66-
which manages, analyzes and display databases of
67-
geographic information.
68-
.
69-
This package contains the Python bindings and
70-
plugins.
71-
7258
Package: libqgis1-dev
7359
Architecture: any
7460
Section: libdevel
@@ -87,12 +73,12 @@ Description: QGIS Geographic Information System - development files
8773

8874
Package: qgis-plugin-grass
8975
Architecture: any
90-
Depends: qgis (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libgdal1-1.4.0-grass | libgdal1-1.3.2-grass, libqgisgrass0.9
76+
Depends: qgis (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libgdal1-1.4.0-grass | libgdal1-1.3.2-grass, libqgisgrass0.10
9177
Description: Plugin for accessing GRASS data from QGIS
9278
This plugin enables a GRASS data access toolbox in the QGIS
9379
geographic data viewer.
9480

95-
Package: libqgisgrass0.9
81+
Package: libqgisgrass0.10
9682
Architecture: any
9783
Depends: ${shlibs:Depends}, ${misc:Depends}
9884
Description: QGIS Geographic Information System - shared grass library
File renamed without changes.
File renamed without changes.
File renamed without changes.

debian/python-qgis.install

-4
This file was deleted.

debian/qgis.install

+4
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ usr/lib/qgis/libspitplugin.so
2424
usr/lib/qgis/libwfsplugin.so
2525
usr/lib/qgis/libwfsprovider.so
2626
usr/lib/qgis/libwmsprovider.so
27+
usr/share/qgis/python/*
28+
usr/lib/python*/site-packages/qgis/__init__.py
29+
usr/lib/python*/site-packages/qgis/qgisconfig.py
30+
usr/lib/python*/site-packages/qgis/*.so

0 commit comments

Comments
 (0)