Skip to content

Commit 76ddea9

Browse files
author
jef
committedSep 5, 2009

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed
 

‎debian/changelog

Lines changed: 3 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.