Skip to content

Commit a350ffb

Browse files
author
jef
committed
update debian packaging
git-svn-id: http://svn.osgeo.org/qgis/branches/Version-1_0@10167 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1995281 commit a350ffb

32 files changed

+401
-73
lines changed

debian/changelog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
qgis (1.0.1) experimental; urgency=low
2+
3+
* upstream bugfix release
4+
* sync with debian-gis debian/ tree
5+
- introduce arch-independant qgis-comman and
6+
qgis-plugin-grass-common
7+
- policy updated to 3.8.0
8+
- join libqgis1-core and libqgis1-gui to libqgis1
9+
- add debian/watch
10+
- dh_lintian overrides
11+
- compat 5=>6
12+
- fix qgis.desktop
13+
- fix license reference in copyright
14+
* introduce arch-independant python-qgis-comman
15+
* added sharedmimeinfo
16+
* remove dpatch
17+
18+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 13 Feb 2009 21:08:52 +0100
19+
120
qgis (1.0.0) experimental; urgency=low
221

322
* new upstream release

debian/compat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5
1+
6

debian/control

Lines changed: 51 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,69 +2,65 @@ Source: qgis
22
Section: science
33
Priority: extra
44
Maintainer: Quantum GIS developers <qgis-developer@lists.osgeo.org>
5-
Build-Depends: debhelper (>= 5.0.0), libgdal1-dev, libpq-dev,
6-
libgeos-dev (>= 2.0.1-1), dpatch, grass-dev, libsqlite3-dev, libgsl0-dev, proj, libexpat1-dev,
5+
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,
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
1212
Build-Conflicts: libqgis1-dev
13-
Standards-Version: 3.7.3
13+
Standards-Version: 3.8.0
1414
XS-Python-Version: current
1515
Homepage: http://qgis.org/
1616

1717
Package: qgis
1818
Architecture: any
19-
Depends: ${shlibs:Depends}, ${misc:Depends}
19+
Depends: ${shlibs:Depends}, ${misc:Depends}, qgis-common (= ${source:Version})
2020
Recommends: qgis-plugin-grass, python-qgis
2121
Suggests: gpsbabel
2222
Conflicts: uim-qt3
2323
Description: Geographic Information System (GIS)
2424
A Geographic Information System (GIS) manages, analyzes, and displays
25-
databases of geographic information. Quantum GIS (QGIS) supports shapefile
25+
databases of geographic information. Quantum GIS (QGIS) supports shape file
2626
viewing and editing, spatial data storage with PostgreSQL/PostGIS, projection
2727
on-the-fly, map composition, and a number of other features via a plugin
2828
interface. QGIS also supports display of various georeferenced raster and
2929
Digital Elevation Model (DEM) formats including GeoTIFF, Arc/Info ASCII Grid,
3030
and USGS ASCII DEM.
3131

32-
Package: libqgis-core1
33-
Architecture: any
34-
Depends: ${shlibs:Depends}, ${misc:Depends}
35-
Replaces: qgis (<=0.9.2rc1)
36-
Conflicts: libqgis1, uim-qt3
37-
Description: Quantum GIS - shared core library
32+
Package: qgis-common
33+
Architecture: all
34+
Depends: qgis (= ${binary:Version})
35+
Description: Quantum GIS - architecture-independent data
3836
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
3937
and display databases of geographic information.
4038
.
41-
This package contains the shared core library that provides an interface for
42-
plugins.
39+
This package contains architecture-independent supporting data files for use
40+
with Quantum GIS.
4341

44-
Package: libqgis-gui1
42+
Package: libqgis1
4543
Architecture: any
4644
Depends: ${shlibs:Depends}, ${misc:Depends}
47-
Replaces: qgis (<=0.9.2rc1)
48-
Conflicts: libqgis1, uim-qt3
49-
Description: Quantum GIS - shared gui library
45+
Replaces: qgis (<=0.9.2rc1), libqgis-core1, libqgis-gui1, libqgis0
46+
Description: Quantum GIS - shared libraries
5047
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
5148
and display databases of geographic information.
5249
.
53-
This package contains the shared gui library that provides an interface for
54-
plugins.
50+
This package contains the shared core and gui library that provide an
51+
interface for plugins and stand-alone applications.
5552

5653
Package: libqgis1-dev
5754
Architecture: any
5855
Section: libdevel
59-
Depends: qgis (= ${binary:Version}), libgdal1-dev | libgdal1-1.3.2-dev,
60-
libpq-dev | postgresql-dev, libgeos-dev (>= 2.0.1-1), grass-dev,
56+
Depends: libqgis1 (= ${binary:Version}), libgdal1-dev | libgdal1-1.3.2-dev,
57+
libpq-dev | postgresql-dev, libgeos-dev (>= 2.0.1), grass-dev,
6158
libsqlite3-dev, libgsl0-dev, proj, libexpat1-dev, libqt4-core (>=4.2.0),
6259
libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0), libqt4-qt3support (>=4.2.0),
6360
libqt4-sql (>=4.2.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
64-
qt4-designer (>=4.2.0), libqgis-gui1, libqgis-core1
65-
Provides: libqgis-dev
66-
Conflicts: libqgis-dev, qgis-dev
67-
Replaces: qgis-dev
61+
qt4-designer (>=4.2.0)
62+
Provides: libqgis-dev, qgis-dev
63+
Replaces: libqgis-dev, qgis-dev
6864
Description: Quantum GIS - development files
6965
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
7066
and display databases of geographic information.
@@ -74,10 +70,23 @@ Description: Quantum GIS - development files
7470

7571
Package: qgis-plugin-grass
7672
Architecture: any
77-
Depends: qgis (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libgdal1-1.4.0-grass | libgdal1-1.5.0-grass
78-
Description: Plugin for accessing GRASS data from Quantum GIS
79-
This plugin enables a GRASS data access toolbox in the Quantum GIS geographic
80-
data viewer.
73+
Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, libgdal1-1.4.0-grass | 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 (= ${binary:Version})
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.
8190

8291
Package: python-qgis
8392
Section: python
@@ -91,3 +100,16 @@ Description: Python bindings to Quantum GIS
91100
.
92101
This package contains the files for the Python support.
93102

103+
Package: python-qgis-common
104+
Section: python
105+
Architecture: all
106+
Depends: python-qgis (= ${binary: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/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Copyright:
2121
GNU General Public License for more details.
2222

2323
On Debian systems, the complete text of the GNU General Public
24-
License can be found in the /usr/share/common-licenses/GPL file.
24+
License can be found in the /usr/share/common-licenses/GPL-2 file.

debian/libqgis-gui1.install

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
usr/lib/libqgis_core.so.*
2+
usr/lib/libqgis_gui.so.*

debian/libqgis1.lintian-overrides

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
libqgis1: shlib-calls-exit
2+
libqgis1: no-symbols-control-file usr/lib/libqgis_gui.so.1.0
3+
libqgis1: no-symbols-control-file usr/lib/libqgis_core.so.1.0
4+
libqgis1: package-name-doesnt-match-sonames libqgis-core1.0 libqgis-gui1.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[Desktop Entry]
2+
Type=MimeType
3+
MimeType=application/x-adobe-mif
4+
Hidden=false
5+
Comment=Adobe FrameMaker MIF file
6+
Patterns=*.mif;
7+
X-KDE-PatternsAccuracy=51
8+
X-KDE-IsAlso=application/x-mif
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[Desktop Entry]
2+
Type=MimeType
3+
MimeType=application/x-esri-crs
4+
Hidden=false
5+
Comment=ESRI coordinate reference system
6+
Comment[de]=ESRI-Koordinatenbezugssystem
7+
Icon=qgis-mime-icon
8+
Patterns=*.prj;
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[Desktop Entry]
2+
Type=MimeType
3+
MimeType=application/x-esri-shape
4+
Hidden=false
5+
Comment=ESRI shape file
6+
Comment[de]=ESRI-Shapedatei
7+
Icon=qgis-mime-icon
8+
Patterns=*.shp;*.shx;

0 commit comments

Comments
 (0)