Skip to content

Commit b786f1d

Browse files
author
jef
committed
debian packaging update
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14114 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 852f0f6 commit b786f1d

15 files changed

+332
-19
lines changed

debian/changelog

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ qgis (1.6.0) UNRELEASED; urgency=low
55
control fields.
66
* include displacementplugin plugin
77
* add subversion as build dependency for trunk
8+
* add qgis-mapserver
89

9-
-- Jürgen E. Fischer <jef@norbit.de> Tue, 17 Aug 2010 07:18:01 +0200
10+
-- J�rgen E. Fischer <jef@norbit.de> Sat, 21 Aug 2010 11:50:41 +0200
1011

1112
qgis (1.5.0) UNRELEASED; urgency=low
1213

debian/control

+43-8
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,21 @@ Source: qgis
22
Section: science
33
Priority: extra
44
Maintainer: Quantum GIS developers <qgis-developer@lists.osgeo.org>
5-
Build-Depends: debhelper (>= 5.0.51~), libgdal1-dev, libpq-dev,
6-
libgeos-dev (>= 3.0.0), grass-dev, libsqlite3-dev, libgsl0-dev, proj (<< 4.7.0) | libproj-dev (>= 4.7.0), libexpat1-dev,
7-
flex, bison, python-dev, cmake (>= 2.6), python-sip4 (>= 4.5.0), python-central (>=0.5), python,
8-
sip4 (>= 4.5), libqt4-core (>=4.4.0), libqt4-dev (>=4.4.0), libqt4-gui (>=4.4.0),
5+
Build-Depends: debhelper (>= 7), libgdal1-dev, libpq-dev,
6+
libgeos-dev (>= 3.0.0), grass-dev, libsqlite3-dev, libgsl0-dev, libproj-dev, libexpat1-dev,
7+
flex, bison, python-dev, cmake (>= 2.6), python-sip (>= 4.5.0), python-central (>=0.5), python,
8+
libqt4-core (>=4.4.0), libqt4-dev (>=4.4.0), libqt4-gui (>=4.4.0),
99
libqt4-sql (>=4.4.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
10-
python-sip4-dev (>= 4.5.0), pyqt4-dev-tools, libqwt5-qt4-dev, subversion
10+
python-sip-dev (>= 4.5.0), pyqt4-dev-tools, libqwt5-qt4-dev, libspatialite-dev,
11+
pkg-config, subversion
1112
Build-Conflicts: libqgis-dev, qgis-dev
1213
Standards-Version: 3.8.4
1314
XS-Python-Version: current
1415
Homepage: http://qgis.org/
1516

1617
Package: qgis
1718
Architecture: any
18-
Depends: ${shlibs:Depends}, ${misc:Depends}, qgis-common (= ${source:Version})
19+
Depends: ${shlibs:Depends}, ${misc:Depends}, qgis-common (= ${source:Version}), qgis-providers (= ${binary:Version})
1920
Recommends: qgis-plugin-grass, python-qgis
2021
Suggests: gpsbabel
2122
Conflicts: uim-qt3
@@ -68,7 +69,7 @@ Description: Quantum GIS - development files
6869

6970
Package: qgis-plugin-grass
7071
Architecture: any
71-
Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, grass640-5+41380
72+
Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, grass640+42329
7273
Description: GRASS plugin for Quantum GIS
7374
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
7475
and display databases of geographic information.
@@ -79,6 +80,8 @@ Description: GRASS plugin for Quantum GIS
7980
Package: qgis-plugin-grass-common
8081
Architecture: all
8182
Depends: python
83+
Replaces: qgis-common (<< 1.5)
84+
Breaks: qgis-common (<< 1.5)
8285
Description: GRASS plugin for Quantum GIS - architecture-independent data
8386
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
8487
and display databases of geographic information.
@@ -89,7 +92,7 @@ Description: GRASS plugin for Quantum GIS - architecture-independent data
8992
Package: python-qgis
9093
Section: python
9194
Architecture: any
92-
Depends: python-qt4 (>=4.1.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
95+
Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
9396
Provides: ${python:Provides}
9497
XB-Python-Version: ${python:Versions}
9598
Description: Python bindings to Quantum GIS
@@ -102,6 +105,7 @@ Package: python-qgis-common
102105
Section: python
103106
Architecture: all
104107
Provides: ${python:Provides}
108+
Depends: gdal-bin, python-gdal
105109
XB-Python-Version: ${python:Versions}
106110
Description: Python bindings to Quantum GIS - architecture-independent files
107111
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
@@ -110,3 +114,34 @@ Description: Python bindings to Quantum GIS - architecture-independent files
110114
This package contains architecture-independent files for the Quantum GIS
111115
Python bindings.
112116

117+
Package: qgis-providers
118+
Architecture: any
119+
Depends: ${shlibs:Depends}, ${misc:Depends}
120+
Replaces: qgis (<= 1.6)
121+
Breaks: qgis (<= 1.6)
122+
Description: collection of data providers to Quantum GIS
123+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
124+
and display databases of geographic information.
125+
.
126+
This package contains the provider plugins for Quantum GIS.
127+
128+
Package: qgis-providers-common
129+
Architecture: any
130+
Replaces: qgis-common (<= 1.6)
131+
Breaks: qgis-common (<= 1.6)
132+
Description: collection of data providers to Quantum GIS - architecture-independent files
133+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
134+
and display databases of geographic information.
135+
.
136+
This package contains architecture-independent files for the Quantum GIS
137+
providers.
138+
139+
Package: qgis-mapserver
140+
Architecture: any
141+
Depends: qgis-providers (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
142+
Description: Quantum GIS mapserver
143+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
144+
and display databases of geographic information.
145+
.
146+
This package contains the Quantum GIS mapserver.
147+

debian/control.hardy

+33-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Build-Depends: debhelper (>= 5.0.51~), libgdal1-dev, libpq-dev,
77
flex, bison, python-dev, cmake (>=2.4.3), python-sip4 (>= 4.5.0), python-central (>=0.5), python,
88
sip4 (>= 4.5), libqt4-core (>=4.2.0), libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0),
99
libqt4-sql (>=4.2.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
10-
python-sip4-dev (>= 4.5.0), pyqt4-dev-tools, subversion
10+
python-sip4-dev (>= 4.5.0), pyqt4-dev-tools, fcgi-dev, subversion
1111
Build-Conflicts: libqgis-dev, qgis-dev
1212
Standards-Version: 3.8.0
1313
XS-Python-Version: current
1414
Homepage: http://qgis.org/
1515

1616
Package: qgis
1717
Architecture: any
18-
Depends: ${shlibs:Depends}, ${misc:Depends}, qgis-common (= ${source:Version})
18+
Depends: ${shlibs:Depends}, ${misc:Depends}, qgis-providers (= ${binary:Version}), qgis-common (= ${source:Version})
1919
Recommends: qgis-plugin-grass, python-qgis
2020
Suggests: gpsbabel
2121
Conflicts: uim-qt3
@@ -114,3 +114,34 @@ Description: Python bindings to Quantum GIS - architecture-independent files
114114
This package contains architecture-independent files for the Quantum GIS
115115
Python bindings.
116116

117+
Package: qgis-providers
118+
Architecture: any
119+
Depends: ${shlibs:Depends}, ${misc:Depends}
120+
Replaces: qgis (<= 1.6)
121+
Breaks: qgis (<= 1.6)
122+
Description: collection of data providers to Quantum GIS
123+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
124+
and display databases of geographic information.
125+
.
126+
This package contains the provider plugins for Quantum GIS.
127+
128+
Package: qgis-providers-common
129+
Architecture: any
130+
Replaces: qgis-common (<= 1.6)
131+
Breaks: qgis-common (<= 1.6)
132+
Description: collection of data providers to Quantum GIS - architecture-independent files
133+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
134+
and display databases of geographic information.
135+
.
136+
This package contains architecture-independent files for the Quantum GIS
137+
providers.
138+
139+
Package: qgis-mapserver
140+
Architecture: any
141+
Depends: qgis-providers (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
142+
Description: Quantum GIS mapserver
143+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
144+
and display databases of geographic information.
145+
.
146+
This package contains the Quantum GIS mapserver.
147+

debian/control.intrepid

+32-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 5.0.51~), libgdal1-dev, libpq-dev,
77
flex, bison, python-dev, cmake (>=2.4.3), python-sip4 (>= 4.5.0), python-central (>=0.5), python,
88
sip4 (>= 4.5), libqt4-core (>=4.2.0), libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0),
99
libqt4-sql (>=4.2.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
10-
python-sip4-dev (>= 4.5.0), pyqt4-dev-tools, libqwt5-qt4-dev, subversion
10+
python-sip4-dev (>= 4.5.0), pyqt4-dev-tools, libqwt5-qt4-dev, libfcgi-dev, subversion
1111
Build-Conflicts: libqgis-dev, qgis-dev
1212
Standards-Version: 3.8.0
1313
XS-Python-Version: current
@@ -114,3 +114,34 @@ Description: Python bindings to Quantum GIS - architecture-independent files
114114
This package contains architecture-independent files for the Quantum GIS
115115
Python bindings.
116116

117+
Package: qgis-providers
118+
Architecture: any
119+
Depends: ${shlibs:Depends}, ${misc:Depends}
120+
Replaces: qgis (<= 1.6)
121+
Breaks: qgis (<= 1.6)
122+
Description: collection of data providers to Quantum GIS
123+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
124+
and display databases of geographic information.
125+
.
126+
This package contains the provider plugins for Quantum GIS.
127+
128+
Package: qgis-providers-common
129+
Architecture: any
130+
Replaces: qgis-common (<= 1.6)
131+
Breaks: qgis-common (<= 1.6)
132+
Description: collection of data providers to Quantum GIS - architecture-independent files
133+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
134+
and display databases of geographic information.
135+
.
136+
This package contains architecture-independent files for the Quantum GIS
137+
providers.
138+
139+
Package: qgis-mapserver
140+
Architecture: any
141+
Depends: qgis-providers (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
142+
Description: Quantum GIS mapserver
143+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
144+
and display databases of geographic information.
145+
.
146+
This package contains the Quantum GIS mapserver.
147+

debian/control.jaunty

+32-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 5.0.51~), libgdal1-dev, libpq-dev,
77
flex, bison, python-dev, cmake (>=2.4.3), python-sip4 (>= 4.5.0), python-central (>=0.5), python,
88
sip4 (>= 4.5), libqt4-core (>=4.2.0), libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0),
99
libqt4-sql (>=4.2.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
10-
python-sip4-dev (>= 4.5.0), pyqt4-dev-tools, libqwt5-qt4-dev, subversion
10+
python-sip4-dev (>= 4.5.0), pyqt4-dev-tools, libqwt5-qt4-dev, libfcgi-dev, subversion
1111
Build-Conflicts: libqgis-dev, qgis-dev
1212
Standards-Version: 3.8.0
1313
XS-Python-Version: current
@@ -114,3 +114,34 @@ Description: Python bindings to Quantum GIS - architecture-independent files
114114
This package contains architecture-independent files for the Quantum GIS
115115
Python bindings.
116116

117+
Package: qgis-providers
118+
Architecture: any
119+
Depends: ${shlibs:Depends}, ${misc:Depends}
120+
Replaces: qgis (<= 1.6)
121+
Breaks: qgis (<= 1.6)
122+
Description: collection of data providers to Quantum GIS
123+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
124+
and display databases of geographic information.
125+
.
126+
This package contains the provider plugins for Quantum GIS.
127+
128+
Package: qgis-providers-common
129+
Architecture: any
130+
Replaces: qgis-common (<= 1.6)
131+
Breaks: qgis-common (<= 1.6)
132+
Description: collection of data providers to Quantum GIS - architecture-independent files
133+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
134+
and display databases of geographic information.
135+
.
136+
This package contains architecture-independent files for the Quantum GIS
137+
providers.
138+
139+
Package: qgis-mapserver
140+
Architecture: any
141+
Depends: qgis-providers (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
142+
Description: Quantum GIS mapserver
143+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
144+
and display databases of geographic information.
145+
.
146+
This package contains the Quantum GIS mapserver.
147+

debian/control.karmic

+32-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 5.0.51~), libgdal1-dev, libpq-dev,
77
flex, bison, python-dev, cmake (>=2.4.3), python-sip4 (>= 4.5.0), python-central (>=0.5), python,
88
sip4 (>= 4.5), libqt4-core (>=4.2.0), libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0),
99
libqt4-sql (>=4.2.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
10-
python-sip4-dev (>= 4.5.0), pyqt4-dev-tools, libqwt5-qt4-dev, subversion
10+
python-sip4-dev (>= 4.5.0), pyqt4-dev-tools, libqwt5-qt4-dev, libfcgi-dev, subversion
1111
Build-Conflicts: libqgis-dev, qgis-dev
1212
Standards-Version: 3.8.0
1313
XS-Python-Version: current
@@ -114,3 +114,34 @@ Description: Python bindings to Quantum GIS - architecture-independent files
114114
This package contains architecture-independent files for the Quantum GIS
115115
Python bindings.
116116

117+
Package: qgis-providers
118+
Architecture: any
119+
Depends: ${shlibs:Depends}, ${misc:Depends}
120+
Replaces: qgis (<= 1.6)
121+
Breaks: qgis (<= 1.6)
122+
Description: collection of data providers to Quantum GIS
123+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
124+
and display databases of geographic information.
125+
.
126+
This package contains the provider plugins for Quantum GIS.
127+
128+
Package: qgis-providers-common
129+
Architecture: any
130+
Replaces: qgis-common (<= 1.6)
131+
Breaks: qgis-common (<= 1.6)
132+
Description: collection of data providers to Quantum GIS - architecture-independent files
133+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
134+
and display databases of geographic information.
135+
.
136+
This package contains architecture-independent files for the Quantum GIS
137+
providers.
138+
139+
Package: qgis-mapserver
140+
Architecture: any
141+
Depends: qgis-providers (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
142+
Description: Quantum GIS mapserver
143+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
144+
and display databases of geographic information.
145+
.
146+
This package contains the Quantum GIS mapserver.
147+

debian/control.lenny

+32-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 5.0.51~), libgdal1-dev, libpq-dev,
77
flex, bison, python-dev, cmake (>=2.4.3), python-sip4 (>= 4.5.0), python-central (>=0.5), python,
88
sip4 (>= 4.5), libqt4-core (>=4.2.0), libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0),
99
libqt4-sql (>=4.2.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
10-
python-sip4-dev (>= 4.5.0), pyqt4-dev-tools, libqwt5-qt4-dev, pkg-config, subversion
10+
python-sip4-dev (>= 4.5.0), pyqt4-dev-tools, libqwt5-qt4-dev, pkg-config, libfcgi-dev, subversion
1111
Build-Conflicts: libqgis-dev, qgis-dev
1212
Standards-Version: 3.8.0
1313
XS-Python-Version: current
@@ -114,3 +114,34 @@ Description: Python bindings to Quantum GIS - architecture-independent files
114114
This package contains architecture-independent files for the Quantum GIS
115115
Python bindings.
116116

117+
Package: qgis-providers
118+
Architecture: any
119+
Depends: ${shlibs:Depends}, ${misc:Depends}
120+
Replaces: qgis (<= 1.6)
121+
Breaks: qgis (<= 1.6)
122+
Description: collection of data providers to Quantum GIS
123+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
124+
and display databases of geographic information.
125+
.
126+
This package contains the provider plugins for Quantum GIS.
127+
128+
Package: qgis-providers-common
129+
Architecture: any
130+
Replaces: qgis-common (<= 1.6)
131+
Breaks: qgis-common (<= 1.6)
132+
Description: collection of data providers to Quantum GIS - architecture-independent files
133+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
134+
and display databases of geographic information.
135+
.
136+
This package contains architecture-independent files for the Quantum GIS
137+
providers.
138+
139+
Package: qgis-mapserver
140+
Architecture: any
141+
Depends: qgis-providers (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
142+
Description: Quantum GIS mapserver
143+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
144+
and display databases of geographic information.
145+
.
146+
This package contains the Quantum GIS mapserver.
147+

debian/control.lucid

+33-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Build-Depends: debhelper (>= 7), libgdal1-dev, libpq-dev,
77
flex, bison, python-dev, cmake (>= 2.6), python-sip (>= 4.5.0), python-central (>=0.5), python,
88
libqt4-core (>=4.4.0), libqt4-dev (>=4.4.0), libqt4-gui (>=4.4.0),
99
libqt4-sql (>=4.4.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
10-
python-sip-dev (>= 4.5.0), pyqt4-dev-tools, libqwt5-qt4-dev, libspatialite-dev, subversion
10+
python-sip-dev (>= 4.5.0), pyqt4-dev-tools, libqwt5-qt4-dev, libspatialite-dev,
11+
libfcgi-dev, subversion
1112
Build-Conflicts: libqgis-dev, qgis-dev
1213
Standards-Version: 3.8.4
1314
XS-Python-Version: current
@@ -113,3 +114,34 @@ Description: Python bindings to Quantum GIS - architecture-independent files
113114
This package contains architecture-independent files for the Quantum GIS
114115
Python bindings.
115116

117+
Package: qgis-providers
118+
Architecture: any
119+
Depends: ${shlibs:Depends}, ${misc:Depends}
120+
Replaces: qgis (<= 1.6)
121+
Breaks: qgis (<= 1.6)
122+
Description: collection of data providers to Quantum GIS
123+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
124+
and display databases of geographic information.
125+
.
126+
This package contains the provider plugins for Quantum GIS.
127+
128+
Package: qgis-providers-common
129+
Architecture: any
130+
Replaces: qgis-common (<= 1.6)
131+
Breaks: qgis-common (<= 1.6)
132+
Description: collection of data providers to Quantum GIS - architecture-independent files
133+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
134+
and display databases of geographic information.
135+
.
136+
This package contains architecture-independent files for the Quantum GIS
137+
providers.
138+
139+
Package: qgis-mapserver
140+
Architecture: any
141+
Depends: qgis-providers (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
142+
Description: Quantum GIS mapserver
143+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
144+
and display databases of geographic information.
145+
.
146+
This package contains the Quantum GIS mapserver.
147+

0 commit comments

Comments
 (0)