mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
debian packaging update
git-svn-id: http://svn.osgeo.org/qgis/trunk@11567 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
58dfff4c68
commit
a4631852f9
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -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
2
debian/control
vendored
@ -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.
|
||||
|
1
debian/libqgis1.3.0.install
vendored
1
debian/libqgis1.3.0.install
vendored
@ -1,2 +1,3 @@
|
||||
usr/lib/libqgis_core.so.*.*.*
|
||||
usr/lib/libqgis_gui.so.*.*.*
|
||||
usr/lib/libqgis_analysis.so.*.*.*
|
||||
|
@ -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)
|
||||
|
@ -37,6 +37,7 @@ INCLUDE_DIRECTORIES(
|
||||
../../core
|
||||
../../core/raster
|
||||
../../gui
|
||||
../../analysis/raster
|
||||
..
|
||||
.
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user