mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
debian packaging: disable globe plugin on sid (apparently doesn't support OSG 3.2 in sid yet)
This commit is contained in:
parent
8f00b9b643
commit
78be54c8ca
35
debian/control.sid
vendored
35
debian/control.sid
vendored
@ -46,7 +46,8 @@ Homepage: http://qgis.org/
|
||||
Package: qgis
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, qgis-providers (= ${binary:Version}), qgis-common (= ${source:Version})
|
||||
Recommends: qgis-plugin-grass, python-qgis, qgis-plugin-globe
|
||||
Recommends: qgis-plugin-grass, python-qgis
|
||||
#, qgis-plugin-globe
|
||||
Suggests: gpsbabel
|
||||
Conflicts: uim-qt3
|
||||
Description: Geographic Information System (GIS)
|
||||
@ -206,21 +207,21 @@ Description: QGIS API documentation
|
||||
.
|
||||
This package contains the QGIS API documentation.
|
||||
|
||||
Package: qgis-plugin-globe
|
||||
Architecture: any
|
||||
Depends: qgis (= ${binary:Version}), qgis-plugin-globe-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: OSG globe plugin for QGIS
|
||||
QGIS is a Geographic Information System (GIS) which manages, analyzes and
|
||||
display databases of geographic information.
|
||||
.
|
||||
This plugin enables 3D viewing using OSG globe in the QGIS.
|
||||
#Package: qgis-plugin-globe
|
||||
#Architecture: any
|
||||
#Depends: qgis (= ${binary:Version}), qgis-plugin-globe-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
|
||||
#Description: OSG globe plugin for QGIS
|
||||
# QGIS is a Geographic Information System (GIS) which manages, analyzes and
|
||||
# display databases of geographic information.
|
||||
# .
|
||||
# This plugin enables 3D viewing using OSG globe in the QGIS.
|
||||
|
||||
Package: qgis-plugin-globe-common
|
||||
Architecture: all
|
||||
Description: OSG GLOBE plugin for QGIS - architecture-independent data
|
||||
QGIS is a Geographic Information System (GIS) which manages, analyzes and
|
||||
display databases of geographic information.
|
||||
.
|
||||
This package contains architecture-independent supporting data files for use
|
||||
with the QGIS GLOBE plugin.
|
||||
#Package: qgis-plugin-globe-common
|
||||
#Architecture: all
|
||||
#Description: OSG GLOBE plugin for QGIS - architecture-independent data
|
||||
# QGIS is a Geographic Information System (GIS) which manages, analyzes and
|
||||
# display databases of geographic information.
|
||||
# .
|
||||
# This package contains architecture-independent supporting data files for use
|
||||
# with the QGIS GLOBE plugin.
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -78,7 +78,7 @@ ifneq (,$(findstring $(DISTRIBUTION),"squeeze lucid maverick natty oneiric"))
|
||||
CMAKE_OPTS += -D WITH_INTERNAL_SPATIALITE=TRUE
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring $(DISTRIBUTION),"squeeze lucid maverick natty oneiric"))
|
||||
ifneq (,$(findstring $(DISTRIBUTION),"squeeze lucid maverick natty oneiric sid"))
|
||||
CMAKE_OPTS += -D WITH_GLOBE=FALSE
|
||||
else
|
||||
CMAKE_OPTS += -D WITH_GLOBE=TRUE
|
||||
|
Loading…
x
Reference in New Issue
Block a user