Skip to content

Commit ab1998b

Browse files
author
jef
committedSep 20, 2009
debian packaging update
git-svn-id: http://svn.osgeo.org/qgis/trunk@11691 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9b689de commit ab1998b

13 files changed

+736
-21
lines changed
 

‎debian/changelog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
qgis (1.4.0) UNRELEASED; urgency=low
22

33
* new development version after 1.3 branch
4+
* use templates for configuration for ABIs and distributions
5+
* policy updated to 3.8.3
6+
* remove README.Debian from libqgis{QGIS_ABI}-dev
47

5-
-- J�rgen E. Fischer <fischer@linux-buechse.de> Mon, 14 Sep 2009 00:56:05 +0200
8+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 18 Sep 2009 18:50:02 +0200
69

710
qgis (1.3.0) UNRELEASED; urgency=low
811

‎debian/control

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ Section: science
33
Priority: extra
44
Maintainer: Quantum GIS developers <qgis-developer@lists.osgeo.org>
55
Build-Depends: debhelper (>= 5.0.51~), libgdal1-dev, libpq-dev,
6-
libgeos-dev (>= 2.0.1), grass-dev, libsqlite3-dev, libgsl0-dev, proj, libexpat1-dev,
6+
libgeos-dev (>= 3.0.0), grass-dev, libsqlite3-dev, libgsl0-dev, proj, libexpat1-dev,
77
flex, bison, python-dev, cmake (>=2.4.3), python-sip4 (>= 4.5.0), python-central (>=0.5), python,
88
sharutils, sip4 (>= 4.5), libqt4-core (>=4.2.0), libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0),
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, pyqt4-dev-tools
1212
Build-Conflicts: libqgis1.4.0-dev, qgis-dev
13-
Standards-Version: 3.8.0
13+
Standards-Version: 3.8.3
1414
XS-Python-Version: current
1515
Homepage: http://qgis.org/
1616

@@ -53,8 +53,8 @@ Description: Quantum GIS - shared libraries
5353
Package: libqgis1.4.0-dev
5454
Architecture: any
5555
Section: libdevel
56-
Depends: libqgis1.4.0 (= ${binary:Version}), libgdal1-dev | libgdal1-1.3.2-dev,
57-
libpq-dev | postgresql-dev, libgeos-dev (>= 2.0.1), grass-dev,
56+
Depends: libqgis1.4.0 (= ${binary:Version}), libgdal1-dev,
57+
libpq-dev, libgeos-dev (>= 3.0.0), grass-dev,
5858
libsqlite3-dev, libgsl0-dev, proj, libexpat1-dev, libqt4-core (>=4.2.0),
5959
libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0), libqt4-qt3support (>=4.2.0),
6060
libqt4-sql (>=4.2.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
@@ -70,7 +70,7 @@ Description: Quantum GIS - development files
7070

7171
Package: qgis-plugin-grass
7272
Architecture: any
73-
Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, libgdal1-1.6.0-grass | libgdal1-1.5.0-grass | libgdal1-1.4.0-grass
73+
Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, libgdal1-1.6.0-grass, grass64
7474
Description: GRASS plugin for Quantum GIS
7575
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
7676
and display databases of geographic information.

‎debian/control.hardy

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
Source: qgis
2+
Section: science
3+
Priority: extra
4+
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, libexpat1-dev,
7+
flex, bison, python-dev, cmake (>=2.4.3), python-sip4 (>= 4.5.0), python-central (>=0.5), python,
8+
sharutils, sip4 (>= 4.5), libqt4-core (>=4.2.0), libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0),
9+
libqt4-qt3support (>=4.2.0), libqt4-sql (>=4.2.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
10+
python-sip4-dev (>= 4.5.0), libfontconfig1-dev, libxi-dev, libxrandr-dev, libxrender-dev, libice-dev,
11+
libsm-dev, pyqt4-dev-tools
12+
Build-Conflicts: libqgis{QGIS_ABI}-dev, qgis-dev
13+
Standards-Version: 3.8.0
14+
XS-Python-Version: current
15+
Homepage: http://qgis.org/
16+
17+
Package: qgis
18+
Architecture: any
19+
Depends: ${shlibs:Depends}, ${misc:Depends}, qgis-common (= ${source:Version})
20+
Recommends: qgis-plugin-grass, python-qgis
21+
Suggests: gpsbabel
22+
Conflicts: uim-qt3
23+
Description: Geographic Information System (GIS)
24+
A Geographic Information System (GIS) manages, analyzes, and displays
25+
databases of geographic information. Quantum GIS (QGIS) supports shape file
26+
viewing and editing, spatial data storage with PostgreSQL/PostGIS, projection
27+
on-the-fly, map composition, and a number of other features via a plugin
28+
interface. QGIS also supports display of various georeferenced raster and
29+
Digital Elevation Model (DEM) formats including GeoTIFF, Arc/Info ASCII Grid,
30+
and USGS ASCII DEM.
31+
32+
Package: qgis-common
33+
Architecture: all
34+
Depends: qgis (>= ${source:Version})
35+
Description: Quantum GIS - architecture-independent data
36+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
37+
and display databases of geographic information.
38+
.
39+
This package contains architecture-independent supporting data files for use
40+
with Quantum GIS.
41+
42+
Package: libqgis{QGIS_ABI}
43+
Architecture: any
44+
Depends: ${shlibs:Depends}, ${misc:Depends}
45+
Replaces: qgis (<=0.9.2rc1), libqgis-core1, libqgis-gui1, libqgis0, libqgis1
46+
Description: Quantum GIS - shared libraries
47+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
48+
and display databases of geographic information.
49+
.
50+
This package contains the shared core and gui library that provide an
51+
interface for plugins and stand-alone applications.
52+
53+
Package: libqgis{QGIS_ABI}-dev
54+
Architecture: any
55+
Section: libdevel
56+
Depends: libqgis{QGIS_ABI} (= ${binary:Version}), libgdal1-dev,
57+
libpq-dev, libgeos-dev (>= 3.0.0), 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)
62+
Provides: libqgis-dev, qgis-dev
63+
Replaces: libqgis-dev, qgis-dev, libqgis1-dev
64+
Description: Quantum GIS - development files
65+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
66+
and display databases of geographic information.
67+
.
68+
This package contains the headers and libraries needed to develop plugins for
69+
Quantum GIS.
70+
71+
Package: qgis-plugin-grass
72+
Architecture: any
73+
Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, libgdal1-1.5.0-grass
74+
Description: GRASS plugin for Quantum GIS
75+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
76+
and display databases of geographic information.
77+
.
78+
This plugin enables GRASS data access in the Quantum GIS geographic data
79+
viewer.
80+
81+
Package: qgis-plugin-grass-common
82+
Architecture: all
83+
Depends: qgis-plugin-grass (>= ${source:Version}), python
84+
Description: GRASS plugin for Quantum GIS - architecture-independent data
85+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
86+
and display databases of geographic information.
87+
.
88+
This package contains architecture-independent supporting data files for use
89+
with the Quantum GIS GRASS plugin.
90+
91+
Package: python-qgis
92+
Section: python
93+
Architecture: any
94+
Depends: python-qt4 (>=4.1.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
95+
Provides: ${python:Provides}
96+
XB-Python-Version: ${python:Versions}
97+
Description: Python bindings to Quantum GIS
98+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
99+
and display databases of geographic information.
100+
.
101+
This package contains the files for the Python support.
102+
103+
Package: python-qgis-common
104+
Section: python
105+
Architecture: all
106+
Depends: python-qgis (>= ${source:Version})
107+
Provides: ${python:Provides}
108+
XB-Python-Version: ${python:Versions}
109+
Description: Python bindings to Quantum GIS - architecture-independent files
110+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
111+
and display databases of geographic information.
112+
.
113+
This package contains architecture-independent files for the Quantum GIS
114+
Python bindings.
115+

‎debian/control.intrepid

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
Source: qgis
2+
Section: science
3+
Priority: extra
4+
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, libexpat1-dev,
7+
flex, bison, python-dev, cmake (>=2.4.3), python-sip4 (>= 4.5.0), python-central (>=0.5), python,
8+
sharutils, sip4 (>= 4.5), libqt4-core (>=4.2.0), libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0),
9+
libqt4-qt3support (>=4.2.0), libqt4-sql (>=4.2.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
10+
python-sip4-dev (>= 4.5.0), libfontconfig1-dev, libxi-dev, libxrandr-dev, libxrender-dev, libice-dev,
11+
libsm-dev, pyqt4-dev-tools
12+
Build-Conflicts: libqgis{QGIS_ABI}-dev, qgis-dev
13+
Standards-Version: 3.8.0
14+
XS-Python-Version: current
15+
Homepage: http://qgis.org/
16+
17+
Package: qgis
18+
Architecture: any
19+
Depends: ${shlibs:Depends}, ${misc:Depends}, qgis-common (= ${source:Version})
20+
Recommends: qgis-plugin-grass, python-qgis
21+
Suggests: gpsbabel
22+
Conflicts: uim-qt3
23+
Description: Geographic Information System (GIS)
24+
A Geographic Information System (GIS) manages, analyzes, and displays
25+
databases of geographic information. Quantum GIS (QGIS) supports shape file
26+
viewing and editing, spatial data storage with PostgreSQL/PostGIS, projection
27+
on-the-fly, map composition, and a number of other features via a plugin
28+
interface. QGIS also supports display of various georeferenced raster and
29+
Digital Elevation Model (DEM) formats including GeoTIFF, Arc/Info ASCII Grid,
30+
and USGS ASCII DEM.
31+
32+
Package: qgis-common
33+
Architecture: all
34+
Depends: qgis (>= ${source:Version})
35+
Description: Quantum GIS - architecture-independent data
36+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
37+
and display databases of geographic information.
38+
.
39+
This package contains architecture-independent supporting data files for use
40+
with Quantum GIS.
41+
42+
Package: libqgis{QGIS_ABI}
43+
Architecture: any
44+
Depends: ${shlibs:Depends}, ${misc:Depends}
45+
Replaces: qgis (<=0.9.2rc1), libqgis-core1, libqgis-gui1, libqgis0, libqgis1
46+
Description: Quantum GIS - shared libraries
47+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
48+
and display databases of geographic information.
49+
.
50+
This package contains the shared core and gui library that provide an
51+
interface for plugins and stand-alone applications.
52+
53+
Package: libqgis{QGIS_ABI}-dev
54+
Architecture: any
55+
Section: libdevel
56+
Depends: libqgis{QGIS_ABI} (= ${binary:Version}), libgdal1-dev,
57+
libpq-dev, libgeos-dev (>= 3.0.0), 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)
62+
Provides: libqgis-dev, qgis-dev
63+
Replaces: libqgis-dev, qgis-dev, libqgis1-dev
64+
Description: Quantum GIS - development files
65+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
66+
and display databases of geographic information.
67+
.
68+
This package contains the headers and libraries needed to develop plugins for
69+
Quantum GIS.
70+
71+
Package: qgis-plugin-grass
72+
Architecture: any
73+
Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, libgdal1-1.5.0-grass
74+
Description: GRASS plugin for Quantum GIS
75+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
76+
and display databases of geographic information.
77+
.
78+
This plugin enables GRASS data access in the Quantum GIS geographic data
79+
viewer.
80+
81+
Package: qgis-plugin-grass-common
82+
Architecture: all
83+
Depends: qgis-plugin-grass (>= ${source:Version}), python
84+
Description: GRASS plugin for Quantum GIS - architecture-independent data
85+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
86+
and display databases of geographic information.
87+
.
88+
This package contains architecture-independent supporting data files for use
89+
with the Quantum GIS GRASS plugin.
90+
91+
Package: python-qgis
92+
Section: python
93+
Architecture: any
94+
Depends: python-qt4 (>=4.1.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
95+
Provides: ${python:Provides}
96+
XB-Python-Version: ${python:Versions}
97+
Description: Python bindings to Quantum GIS
98+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
99+
and display databases of geographic information.
100+
.
101+
This package contains the files for the Python support.
102+
103+
Package: python-qgis-common
104+
Section: python
105+
Architecture: all
106+
Depends: python-qgis (>= ${source:Version})
107+
Provides: ${python:Provides}
108+
XB-Python-Version: ${python:Versions}
109+
Description: Python bindings to Quantum GIS - architecture-independent files
110+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
111+
and display databases of geographic information.
112+
.
113+
This package contains architecture-independent files for the Quantum GIS
114+
Python bindings.
115+

‎debian/control.jaunty

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
Source: qgis
2+
Section: science
3+
Priority: extra
4+
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, libexpat1-dev,
7+
flex, bison, python-dev, cmake (>=2.4.3), python-sip4 (>= 4.5.0), python-central (>=0.5), python,
8+
sharutils, sip4 (>= 4.5), libqt4-core (>=4.2.0), libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0),
9+
libqt4-qt3support (>=4.2.0), libqt4-sql (>=4.2.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
10+
python-sip4-dev (>= 4.5.0), libfontconfig1-dev, libxi-dev, libxrandr-dev, libxrender-dev, libice-dev,
11+
libsm-dev, pyqt4-dev-tools
12+
Build-Conflicts: libqgis{QGIS_ABI}-dev, qgis-dev
13+
Standards-Version: 3.8.0
14+
XS-Python-Version: current
15+
Homepage: http://qgis.org/
16+
17+
Package: qgis
18+
Architecture: any
19+
Depends: ${shlibs:Depends}, ${misc:Depends}, qgis-common (= ${source:Version})
20+
Recommends: qgis-plugin-grass, python-qgis
21+
Suggests: gpsbabel
22+
Conflicts: uim-qt3
23+
Description: Geographic Information System (GIS)
24+
A Geographic Information System (GIS) manages, analyzes, and displays
25+
databases of geographic information. Quantum GIS (QGIS) supports shape file
26+
viewing and editing, spatial data storage with PostgreSQL/PostGIS, projection
27+
on-the-fly, map composition, and a number of other features via a plugin
28+
interface. QGIS also supports display of various georeferenced raster and
29+
Digital Elevation Model (DEM) formats including GeoTIFF, Arc/Info ASCII Grid,
30+
and USGS ASCII DEM.
31+
32+
Package: qgis-common
33+
Architecture: all
34+
Depends: qgis (>= ${source:Version})
35+
Description: Quantum GIS - architecture-independent data
36+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
37+
and display databases of geographic information.
38+
.
39+
This package contains architecture-independent supporting data files for use
40+
with Quantum GIS.
41+
42+
Package: libqgis{QGIS_ABI}
43+
Architecture: any
44+
Depends: ${shlibs:Depends}, ${misc:Depends}
45+
Replaces: qgis (<=0.9.2rc1), libqgis-core1, libqgis-gui1, libqgis0, libqgis1
46+
Description: Quantum GIS - shared libraries
47+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
48+
and display databases of geographic information.
49+
.
50+
This package contains the shared core and gui library that provide an
51+
interface for plugins and stand-alone applications.
52+
53+
Package: libqgis{QGIS_ABI}-dev
54+
Architecture: any
55+
Section: libdevel
56+
Depends: libqgis{QGIS_ABI} (= ${binary:Version}), libgdal1-dev,
57+
libpq-dev, libgeos-dev (>= 3.0.0), 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)
62+
Provides: libqgis-dev, qgis-dev
63+
Replaces: libqgis-dev, qgis-dev, libqgis1-dev
64+
Description: Quantum GIS - development files
65+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
66+
and display databases of geographic information.
67+
.
68+
This package contains the headers and libraries needed to develop plugins for
69+
Quantum GIS.
70+
71+
Package: qgis-plugin-grass
72+
Architecture: any
73+
Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, libgdal1-1.5.0-grass
74+
Description: GRASS plugin for Quantum GIS
75+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
76+
and display databases of geographic information.
77+
.
78+
This plugin enables GRASS data access in the Quantum GIS geographic data
79+
viewer.
80+
81+
Package: qgis-plugin-grass-common
82+
Architecture: all
83+
Depends: qgis-plugin-grass (>= ${source:Version}), python
84+
Description: GRASS plugin for Quantum GIS - architecture-independent data
85+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
86+
and display databases of geographic information.
87+
.
88+
This package contains architecture-independent supporting data files for use
89+
with the Quantum GIS GRASS plugin.
90+
91+
Package: python-qgis
92+
Section: python
93+
Architecture: any
94+
Depends: python-qt4 (>=4.1.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
95+
Provides: ${python:Provides}
96+
XB-Python-Version: ${python:Versions}
97+
Description: Python bindings to Quantum GIS
98+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
99+
and display databases of geographic information.
100+
.
101+
This package contains the files for the Python support.
102+
103+
Package: python-qgis-common
104+
Section: python
105+
Architecture: all
106+
Depends: python-qgis (>= ${source:Version})
107+
Provides: ${python:Provides}
108+
XB-Python-Version: ${python:Versions}
109+
Description: Python bindings to Quantum GIS - architecture-independent files
110+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
111+
and display databases of geographic information.
112+
.
113+
This package contains architecture-independent files for the Quantum GIS
114+
Python bindings.
115+

0 commit comments

Comments
 (0)
Please sign in to comment.