Skip to content

Commit ab0c33f

Browse files
author
jef
committed
updates debian packaging
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8572 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent adada4a commit ab0c33f

File tree

7 files changed

+67
-97
lines changed

7 files changed

+67
-97
lines changed

debian/changelog

Lines changed: 16 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1+
qgis (0.11.0test2) experimental; urgency=low
2+
3+
* removed 'upstream' changes from changelog
4+
* policy update 3.7.2 to 3.7.3
5+
* python support: renamed qgis-python-plugin to python-qgis, moved to python
6+
section, added Python:Provides
7+
* replaced QGIS with Quantum GIS in descriptions
8+
* moved so symlinks to dev package
9+
10+
-- Jürgen E. Fischer <jef@norbit.de> Sun, 01 Jun 2008 13:45:39 +0200
11+
112
qgis (0.11.0test1) experimental; urgency=low
213

14+
* prepackaging of Quantum GIS 0.11.0 'Mantis'
315
* raised abi from 0.10 to 0.11
416
* separate packages for python support
517
* raised dependency from python-qt4* from 4.0.0 to 4.1.0
@@ -9,7 +21,7 @@ qgis (0.11.0test1) experimental; urgency=low
921

1022
qgis (0.10.0-2) gutsy; urgency=low
1123

12-
* fix libgdal1 grass depenency for ubuntu gutsy/hardy (1.4.0 | 1.5.0)
24+
* fix libgdal1 grass dependency for ubuntu gutsy/hardy (1.4.0 | 1.5.0)
1325

1426
-- Jürgen E. Fischer <jef@norbit.de> Wed, 30 Apr 2008 22:35:42 +0200
1527

@@ -26,34 +38,7 @@ qgis (0.10.0-1) gutsy; urgency=low
2638

2739
qgis (0.10.0) gutsy; urgency=low
2840

29-
* This release includes over 120 bug fixes and enchancements
30-
* over the QGIS 0.9.1 release. In addition we have added
31-
* the following new features:
32-
* Improvements to digitising capabilities.
33-
* Supporting default and defined styles (.qml) files for file based
34-
* vector layers. With styles you can save the symbolisation
35-
* and other settings associated with a vector layer and they
36-
* will be loaded whenever you load that layer.
37-
* Improved support for transparency and contrast stretching
38-
* in raster layers. Support for color ramps in raster layers.
39-
* Support for non-north up rasters. Many other raster
40-
* improvements 'under the hood'.
41-
* Updated icons for improved visual consistancy.
42-
* Support for migration of old projects to work in newer QGIS versions.
43-
* This release includes over 120 bug fixes and enchancements
44-
* over the QGIS 0.9.1 release. In addition we have added
45-
* the following new features:
46-
* Improvements to digitising capabilities.
47-
* Supporting default and defined styles (.qml) files for file based
48-
* vector layers. With styles you can save the symbolisation
49-
* and other settings associated with a vector layer and they
50-
* will be loaded whenever you load that layer.
51-
* Improved support for transparency and contrast stretching
52-
* in raster layers. Support for color ramps in raster layers.
53-
* Support for non-north up rasters. Many other raster
54-
* improvements 'under the hood'.
55-
* Updated icons for improved visual consistancy.
56-
* Support for migration of old projects to work in newer QGIS versions.
41+
* Quantum GIS 0.10.0 'Io' upstream release
5742

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

@@ -65,30 +50,13 @@ qgis (0.9.2test1) gutsy; urgency=low
6550

6651
qgis (0.9.2rc1) gutsy; urgency=low
6752

68-
* This release candidate includes over 40 bug fixes and enchancements
69-
* over the QGIS 0.9.1 release. In addition we have added
70-
* the following new features:
71-
* Imrovements to digitising capabilities.
72-
* Supporting default and defined styles (.qml) files for file based
73-
* vector layers. With styles you can save the symbolisation
74-
* and other settings associated with a vector layer and they
75-
* will be loaded whenever you load that layer.
76-
* Improved support for transparency and contrast stretching
77-
* in raster layers. Support for color ramps in raster layers.
78-
* Support for non-north up rasters. Many other raster
79-
* improvements 'under the hood'.
53+
* new upstream release
8054

8155
-- Tim Sutton <tim@linfiniti.com> Mon, 28 Jan 2008 23:00:41 -0200
8256

8357
qgis (0.9.1) gutsy; urgency=low
8458

85-
* This is a bug fix release
86-
* 70 Bugs closed
87-
* Added locale tab to options dialog so that locale can be overridden
88-
* Cleanups and additions to GRASS tools
89-
* Documentation updates
90-
* Improvements for building under MSVC
91-
* Progress indicators for WFS and WCS
59+
* new upstream release
9260

9361
-- Tim Sutton <tim@linfiniti.com> Fri, 07 Dec 2007 01:36:55 -0200
9462

debian/control

Lines changed: 44 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,31 @@ Build-Depends: debhelper (>= 5.0.0), libgdal1-dev, libpq-dev,
99
libqt4-qt3support (>=4.2.0), libqt4-sql (>=4.2.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
1010
python-sip4-dev (>= 4.5.0), libfontconfig1-dev, libxi-dev, libxrandr-dev, libxrender-dev, libice-dev,
1111
libsm-dev
12-
Standards-Version: 3.7.2
12+
Standards-Version: 3.7.3
1313
XS-Python-Version: current
1414
Homepage: http://qgis.org/
1515

1616
Package: qgis
1717
Architecture: any
1818
Depends: ${shlibs:Depends}, ${misc:Depends}
19-
Suggests: qgis-plugin-grass, qgis-python-plugin
19+
Suggests: qgis-plugin-grass, python-qgis
2020
Description: Geographic Information System (GIS)
21-
A Geographic Information System (GIS) manages,
22-
analyzes, and displays databases of geographic
23-
information. Quantum GIS (QGIS) supports shapefile
24-
viewing and editing, spatial data storage with
25-
PostgreSQL/PostGIS, projection on-the-fly, map
26-
composition, and a number of other features via
27-
a plugin interface. QGIS also supports display
28-
of various georeferenced raster and Digital
29-
Elevation Model (DEM) formats including
30-
GeoTIFF, Arc/Info ASCII Grid, and USGS ASCII DEM.
21+
A Geographic Information System (GIS) manages, analyzes, and displays
22+
databases of geographic information. Quantum GIS (QGIS) supports shapefile
23+
viewing and editing, spatial data storage with PostgreSQL/PostGIS, projection
24+
on-the-fly, map composition, and a number of other features via a plugin
25+
interface. QGIS also supports display of various georeferenced raster and
26+
Digital Elevation Model (DEM) formats including GeoTIFF, Arc/Info ASCII Grid,
27+
and USGS ASCII DEM.
3128

3229
Package: libqgis-core0.11
3330
Architecture: any
3431
Depends: ${shlibs:Depends}, ${misc:Depends}
3532
Replaces: qgis (<=0.9.2rc1)
3633
Conflicts: libqgis1
37-
Description: QGIS Geographic Information System - shared core library
38-
QGIS is a Geographic Information System (GIS)
39-
which manages, analyzes and display databases of
40-
geographic information.
34+
Description: Quantum GIS - shared core library
35+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
36+
and display databases of geographic information.
4137
.
4238
This package contains the shared core library that
4339
provides an interface for plugins.
@@ -47,64 +43,67 @@ Architecture: any
4743
Depends: ${shlibs:Depends}, ${misc:Depends}
4844
Replaces: qgis (<=0.9.2rc1)
4945
Conflicts: libqgis1
50-
Description: QGIS Geographic Information System - shared gui library
51-
QGIS is a Geographic Information System (GIS)
52-
which manages, analyzes and display databases of
53-
geographic information.
46+
Description: Quantum GIS - shared gui library
47+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
48+
and display databases of geographic information.
5449
.
55-
This package contains the shared gui library that
56-
provides an interface for plugins.
50+
This package contains the shared gui library that provides an interface for
51+
plugins.
5752

5853
Package: libqgis1-dev
5954
Architecture: any
6055
Section: libdevel
61-
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.1.0), python-qt4-dev (>=4.1.0), qt4-designer (>=4.2.0)
56+
Depends: qgis (= ${binary:Version}), libgdal1-dev | libgdal1-1.3.2-dev,
57+
libpq-dev | postgresql-dev, libgeos-dev (>= 2.0.1-1), grass-dev,
58+
libsqlite3-dev, libgsl0-dev, proj, libexpat1-dev, libqt4-core (>=4.2.0),
59+
libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0), libqt4-qt3support (>=4.2.0),
60+
libqt4-sql (>=4.2.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
61+
qt4-designer (>=4.2.0), libqgispython0.11, libqgisgrass0.11, libqgis-gui0.11,
62+
libqgis-core0.11
6263
Provides: libqgis-dev
6364
Conflicts: libqgis-dev, qgis-dev
6465
Replaces: qgis-dev
65-
Description: QGIS Geographic Information System - development files
66-
QGIS is a Geographic Information System (GIS)
67-
which manages, analyzes and display databases of
68-
geographic information.
66+
Description: Quantum GIS - development files
67+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
68+
and display databases of geographic information.
6969
.
70-
This package contains the headers and libraries
71-
needed to develop plugins for QGIS.
70+
This package contains the headers and libraries needed to develop plugins for
71+
Quantum GIS.
7272

7373
Package: qgis-plugin-grass
7474
Architecture: any
7575
Depends: qgis (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libgdal1-1.4.0-grass | libgdal1-1.5.0-grass
76-
Description: Plugin for accessing GRASS data from QGIS
77-
This plugin enables a GRASS data access toolbox in the QGIS
78-
geographic data viewer.
76+
Description: Plugin for accessing GRASS data from Quantum GIS
77+
This plugin enables a GRASS data access toolbox in the Quantum GIS geographic
78+
data viewer.
7979

8080
Package: libqgisgrass0.11
8181
Architecture: any
8282
Depends: ${shlibs:Depends}, ${misc:Depends}
83-
Description: QGIS Geographic Information System - shared grass library
84-
QGIS is a Geographic Information System (GIS)
85-
which manages, analyzes and display databases of
86-
geographic information.
83+
Description: Quantum GIS - shared grass library
84+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
85+
and display databases of geographic information.
8786
.
8887
This package contains the shared library for the grass plugin.
8988

90-
Package: qgis-python-support
89+
Package: python-qgis
90+
Section: python
9191
Architecture: any
9292
Depends: libqgispython0.11, ${shlibs:Depends}, ${misc:Depends}
93+
Provides: ${python:Provides}
9394
XB-Python-Version: ${python:Versions}
94-
Description: QGIS Geographic Information System - python support
95-
QGIS is a Geographic Information System (GIS)
96-
which manages, analyzes and display databases of
97-
geographic information.
95+
Description: Python bindings to Quantum GIS
96+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
97+
and display databases of geographic information.
9898
.
9999
This package contains the files for the Python support.
100100

101101
Package: libqgispython0.11
102102
Architecture: any
103103
Depends: ${shlibs:Depends}, ${misc:Depends}
104104
XB-Python-Version: ${python:Versions}
105-
Description: QGIS Geographic Information System - shared python library
106-
QGIS is a Geographic Information System (GIS)
107-
which manages, analyzes and display databases of
108-
geographic information.
105+
Description: Quantum GIS - shared Python library
106+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
107+
and display databases of geographic information.
109108
.
110109
This package contains the shared library for the Python support.

debian/libqgis-core0.11.install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
usr/lib/libqgis_core.so*
1+
usr/lib/libqgis_core.so.*

debian/libqgis-gui0.11.install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
usr/lib/libqgis_gui.so*
1+
usr/lib/libqgis_gui.so.*

debian/libqgis1-dev.install

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
usr/include/qgis/*
2+
usr/lib/libqgispython.so
3+
usr/lib/libqgisgrass.so
4+
usr/lib/libqgis_gui.so
5+
usr/lib/libqgis_core.so

debian/libqgisgrass0.11.install

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
usr/lib/libqgisgrass.so
21
usr/lib/libqgisgrass.so.*

debian/libqgispython0.11.install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
usr/lib/libqgispython.so*
1+
usr/lib/libqgispython.so.*

0 commit comments

Comments
 (0)