debian packaging update

git-svn-id: http://svn.osgeo.org/qgis/trunk@11567 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2009-09-05 15:47:54 +00:00
parent 58dfff4c68
commit a4631852f9
5 changed files with 7 additions and 3 deletions

5
debian/changelog vendored
View File

@ -1,9 +1,10 @@
qgis (1.3.0) UNRELEASED; urgency=low
* new development version after 1.2 branch
* add raster terrain analysis plugin
* add analysis library and raster terrain analysis plugin
* alternativly depend on libgdal1-1.6.0-grass
-- Jürgen E. Fischer <jef@norbit.de> Wed, 26 Aug 2009 21:10:10 +0200
-- Jürgen E. Fischer <jef@norbit.de> Sat, 05 Sep 2009 17:45:21 +0200
qgis (1.2.0) UNRELEASED; urgency=low

2
debian/control vendored
View File

@ -70,7 +70,7 @@ Description: Quantum GIS - development files
Package: qgis-plugin-grass
Architecture: any
Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, libgdal1-1.4.0-grass | libgdal1-1.5.0-grass
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
Description: GRASS plugin for Quantum GIS
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.

View File

@ -1,2 +1,3 @@
usr/lib/libqgis_core.so.*.*.*
usr/lib/libqgis_gui.so.*.*.*
usr/lib/libqgis_analysis.so.*.*.*

View File

@ -63,6 +63,7 @@ SET_TARGET_PROPERTIES(qgis_analysis PROPERTIES
VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}
SOVERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR})
SET_TARGET_PROPERTIES(qgis_analysis PROPERTIES VERSION ${COMPLETE_VERSION} SOVERSION ${COMPLETE_VERSION})
# because of htonl
IF (WIN32)

View File

@ -37,6 +37,7 @@ INCLUDE_DIRECTORIES(
../../core
../../core/raster
../../gui
../../analysis/raster
..
.
)