Skip to content

Commit

Permalink
package python support seperately in debian
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@8541 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed May 28, 2008
1 parent 2afd2a1 commit 4a6c91f
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 11 deletions.
9 changes: 9 additions & 0 deletions debian/changelog
@@ -1,3 +1,12 @@
qgis (0.11.0test1) experimental; urgency=low

* raised abi from 0.10 to 0.11
* separate packages for python support
* raised dependency from python-qt4* from 4.0.0 to 4.1.0
* call cmake with -Wno-dev

-- Jürgen E. Fischer <jef@norbit.de> Thu, 29 May 2008 00:23:14 +0200

qgis (0.10.0-2) gutsy; urgency=low

* fix libgdal1 grass depenency for ubuntu gutsy/hardy (1.4.0 | 1.5.0)
Expand Down
35 changes: 28 additions & 7 deletions debian/control
Expand Up @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 5.0.0), libgdal1-dev, libpq-dev,
libgeos-dev (>= 2.0.1-1), dpatch, grass-dev, libsqlite3-dev, libgsl0-dev, proj, libexpat1-dev,
flex, bison, python-dev, cmake (>=2.4.3), python-sip4 (>= 4.5.0), python-central (>=0.5), python,
sharutils, sip4 (>= 4.5), 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),
libqt4-qt3support (>=4.2.0), libqt4-sql (>=4.2.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
python-sip4-dev (>= 4.5.0), libfontconfig1-dev, libxi-dev, libxrandr-dev, libxrender-dev, libice-dev,
libsm-dev
Standards-Version: 3.7.2
Expand All @@ -16,8 +16,7 @@ Homepage: http://qgis.org/
Package: qgis
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: qgis-plugin-grass
XB-Python-Version: ${python:Versions}
Suggests: qgis-plugin-grass, qgis-python-plugin
Description: Geographic Information System (GIS)
A Geographic Information System (GIS) manages,
analyzes, and displays databases of geographic
Expand All @@ -30,7 +29,7 @@ Description: Geographic Information System (GIS)
Elevation Model (DEM) formats including
GeoTIFF, Arc/Info ASCII Grid, and USGS ASCII DEM.

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

Package: libqgis-gui0.10
Package: libqgis-gui0.11
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: qgis (<=0.9.2rc1)
Expand All @@ -59,7 +58,7 @@ Description: QGIS Geographic Information System - shared gui library
Package: libqgis1-dev
Architecture: any
Section: libdevel
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)
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)
Provides: libqgis-dev
Conflicts: libqgis-dev, qgis-dev
Replaces: qgis-dev
Expand All @@ -78,7 +77,7 @@ Description: Plugin for accessing GRASS data from QGIS
This plugin enables a GRASS data access toolbox in the QGIS
geographic data viewer.

Package: libqgisgrass0.10
Package: libqgisgrass0.11
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: QGIS Geographic Information System - shared grass library
Expand All @@ -87,3 +86,25 @@ Description: QGIS Geographic Information System - shared grass library
geographic information.
.
This package contains the shared library for the grass plugin.

Package: qgis-python-support
Architecture: any
Depends: libqgispython0.11, ${shlibs:Depends}, ${misc:Depends}
XB-Python-Version: ${python:Versions}
Description: QGIS Geographic Information System - python support
QGIS is a Geographic Information System (GIS)
which manages, analyzes and display databases of
geographic information.
.
This package contains the files for the Python support.

Package: libqgispython0.11
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
XB-Python-Version: ${python:Versions}
Description: QGIS Geographic Information System - shared python library
QGIS is a Geographic Information System (GIS)
which manages, analyzes and display databases of
geographic information.
.
This package contains the shared library for the Python support.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions debian/libqgispython0.11.install
@@ -0,0 +1 @@
usr/lib/libqgispython.so*
4 changes: 4 additions & 0 deletions debian/qgis-python-support.install
@@ -0,0 +1,4 @@
usr/share/qgis/python/*
usr/lib/python*/site-packages/qgis/__init__.py
usr/lib/python*/site-packages/qgis/qgisconfig.py
usr/lib/python*/site-packages/qgis/*.so
4 changes: 0 additions & 4 deletions debian/qgis.install
Expand Up @@ -31,7 +31,3 @@ usr/lib/qgis/libspitplugin.so
usr/lib/qgis/libwfsplugin.so
usr/lib/qgis/libwfsprovider.so
usr/lib/qgis/libwmsprovider.so
usr/share/qgis/python/*
usr/lib/python*/site-packages/qgis/__init__.py
usr/lib/python*/site-packages/qgis/qgisconfig.py
usr/lib/python*/site-packages/qgis/*.so
1 change: 1 addition & 0 deletions debian/rules
Expand Up @@ -32,6 +32,7 @@ debian/build/CMakeCache.txt: CMakeLists.txt
[ -d debian/build ] || mkdir debian/build
[ ! -e CMakeCache.txt ] || rm CMakeCache.txt
cd debian/build; cmake \
-Wno-dev \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_SKIP_RPATH=TRUE \
-D BINDINGS_GLOBAL_INSTALL=TRUE \
Expand Down

0 comments on commit 4a6c91f

Please sign in to comment.