Skip to content

Commit a463185

Browse files
author
jef
committed
debian packaging update
git-svn-id: http://svn.osgeo.org/qgis/trunk@11567 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 58dfff4 commit a463185

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

debian/changelog

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
qgis (1.3.0) UNRELEASED; urgency=low
22

33
* new development version after 1.2 branch
4-
* add raster terrain analysis plugin
4+
* add analysis library and raster terrain analysis plugin
5+
* alternativly depend on libgdal1-1.6.0-grass
56

6-
-- Jürgen E. Fischer <jef@norbit.de> Wed, 26 Aug 2009 21:10:10 +0200
7+
-- Jürgen E. Fischer <jef@norbit.de> Sat, 05 Sep 2009 17:45:21 +0200
78

89
qgis (1.2.0) UNRELEASED; urgency=low
910

debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.4.0-grass | libgdal1-1.5.0-grass
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 | libgdal1-1.6.0-grass
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/libqgis1.3.0.install

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
usr/lib/libqgis_core.so.*.*.*
22
usr/lib/libqgis_gui.so.*.*.*
3+
usr/lib/libqgis_analysis.so.*.*.*

src/analysis/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ SET_TARGET_PROPERTIES(qgis_analysis PROPERTIES
6363
VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}
6464
SOVERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR})
6565

66+
SET_TARGET_PROPERTIES(qgis_analysis PROPERTIES VERSION ${COMPLETE_VERSION} SOVERSION ${COMPLETE_VERSION})
6667

6768
# because of htonl
6869
IF (WIN32)

src/plugins/raster_terrain_analysis/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ INCLUDE_DIRECTORIES(
3737
../../core
3838
../../core/raster
3939
../../gui
40+
../../analysis/raster
4041
..
4142
.
4243
)

0 commit comments

Comments
 (0)