Skip to content

Commit 4a6c91f

Browse files
author
jef
committed
package python support seperately in debian
git-svn-id: http://svn.osgeo.org/qgis/trunk@8541 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2afd2a1 commit 4a6c91f

9 files changed

+43
-11
lines changed

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
qgis (0.11.0test1) experimental; urgency=low
2+
3+
* raised abi from 0.10 to 0.11
4+
* separate packages for python support
5+
* raised dependency from python-qt4* from 4.0.0 to 4.1.0
6+
* call cmake with -Wno-dev
7+
8+
-- Jürgen E. Fischer <jef@norbit.de> Thu, 29 May 2008 00:23:14 +0200
9+
110
qgis (0.10.0-2) gutsy; urgency=low
211

312
* fix libgdal1 grass depenency for ubuntu gutsy/hardy (1.4.0 | 1.5.0)

debian/control

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 5.0.0), libgdal1-dev, libpq-dev,
66
libgeos-dev (>= 2.0.1-1), dpatch, 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),
9-
libqt4-qt3support (>=4.2.0), libqt4-sql (>=4.2.0), python-qt4 (>=4.0.0), python-qt4-dev (>=4.0.0),
9+
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
Standards-Version: 3.7.2
@@ -16,8 +16,7 @@ Homepage: http://qgis.org/
1616
Package: qgis
1717
Architecture: any
1818
Depends: ${shlibs:Depends}, ${misc:Depends}
19-
Suggests: qgis-plugin-grass
20-
XB-Python-Version: ${python:Versions}
19+
Suggests: qgis-plugin-grass, qgis-python-plugin
2120
Description: Geographic Information System (GIS)
2221
A Geographic Information System (GIS) manages,
2322
analyzes, and displays databases of geographic
@@ -30,7 +29,7 @@ Description: Geographic Information System (GIS)
3029
Elevation Model (DEM) formats including
3130
GeoTIFF, Arc/Info ASCII Grid, and USGS ASCII DEM.
3231

33-
Package: libqgis-core0.10
32+
Package: libqgis-core0.11
3433
Architecture: any
3534
Depends: ${shlibs:Depends}, ${misc:Depends}
3635
Replaces: qgis (<=0.9.2rc1)
@@ -43,7 +42,7 @@ Description: QGIS Geographic Information System - shared core library
4342
This package contains the shared core library that
4443
provides an interface for plugins.
4544

46-
Package: libqgis-gui0.10
45+
Package: libqgis-gui0.11
4746
Architecture: any
4847
Depends: ${shlibs:Depends}, ${misc:Depends}
4948
Replaces: qgis (<=0.9.2rc1)
@@ -59,7 +58,7 @@ Description: QGIS Geographic Information System - shared gui library
5958
Package: libqgis1-dev
6059
Architecture: any
6160
Section: libdevel
62-
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.0.0), python-qt4-dev (>=4.0.0), qt4-designer (>=4.2.0)
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)
6362
Provides: libqgis-dev
6463
Conflicts: libqgis-dev, qgis-dev
6564
Replaces: qgis-dev
@@ -78,7 +77,7 @@ Description: Plugin for accessing GRASS data from QGIS
7877
This plugin enables a GRASS data access toolbox in the QGIS
7978
geographic data viewer.
8079

81-
Package: libqgisgrass0.10
80+
Package: libqgisgrass0.11
8281
Architecture: any
8382
Depends: ${shlibs:Depends}, ${misc:Depends}
8483
Description: QGIS Geographic Information System - shared grass library
@@ -87,3 +86,25 @@ Description: QGIS Geographic Information System - shared grass library
8786
geographic information.
8887
.
8988
This package contains the shared library for the grass plugin.
89+
90+
Package: qgis-python-support
91+
Architecture: any
92+
Depends: libqgispython0.11, ${shlibs:Depends}, ${misc:Depends}
93+
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.
98+
.
99+
This package contains the files for the Python support.
100+
101+
Package: libqgispython0.11
102+
Architecture: any
103+
Depends: ${shlibs:Depends}, ${misc:Depends}
104+
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.
109+
.
110+
This package contains the shared library for the Python support.
File renamed without changes.
File renamed without changes.
File renamed without changes.

debian/libqgispython0.11.install

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

debian/qgis-python-support.install

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
usr/share/qgis/python/*
2+
usr/lib/python*/site-packages/qgis/__init__.py
3+
usr/lib/python*/site-packages/qgis/qgisconfig.py
4+
usr/lib/python*/site-packages/qgis/*.so

debian/qgis.install

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,3 @@ usr/lib/qgis/libspitplugin.so
3131
usr/lib/qgis/libwfsplugin.so
3232
usr/lib/qgis/libwfsprovider.so
3333
usr/lib/qgis/libwmsprovider.so
34-
usr/share/qgis/python/*
35-
usr/lib/python*/site-packages/qgis/__init__.py
36-
usr/lib/python*/site-packages/qgis/qgisconfig.py
37-
usr/lib/python*/site-packages/qgis/*.so

debian/rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ debian/build/CMakeCache.txt: CMakeLists.txt
3232
[ -d debian/build ] || mkdir debian/build
3333
[ ! -e CMakeCache.txt ] || rm CMakeCache.txt
3434
cd debian/build; cmake \
35+
-Wno-dev \
3536
-D CMAKE_INSTALL_PREFIX=/usr \
3637
-D CMAKE_SKIP_RPATH=TRUE \
3738
-D BINDINGS_GLOBAL_INSTALL=TRUE \

0 commit comments

Comments
 (0)