Skip to content

Commit d7237b7

Browse files
committedJan 5, 2014
debian packaging update: also disable globe in sid-oracle
1 parent f0fc170 commit d7237b7

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed
 

‎debian/control.sid-oracle

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ Build-Depends:
2626
pyqt4-dev-tools,
2727
python,
2828
python-dev (>= 2.6.6-3~),
29-
python-qt4 (>=4.1.0),
29+
python-qt4 (>= 4.1.0),
3030
python-qt4-dev (>=4.1.0),
3131
python-sip (>= 4.5.0),
3232
python-sip-dev (>= 4.5.0),
33-
libosgearth-dev,
34-
libopenscenegraph-dev,
33+
# libosgearth-dev,
34+
# libopenscenegraph-dev,
3535
git,
3636
doxygen,
3737
graphviz,
@@ -47,7 +47,8 @@ Homepage: http://qgis.org/
4747
Package: qgis
4848
Architecture: any
4949
Depends: ${shlibs:Depends}, ${misc:Depends}, qgis-providers (= ${binary:Version}), qgis-common (= ${source:Version})
50-
Recommends: qgis-plugin-grass, python-qgis, qgis-plugin-globe
50+
Recommends: qgis-plugin-grass, python-qgis
51+
#, qgis-plugin-globe
5152
Suggests: gpsbabel
5253
Conflicts: uim-qt3
5354
Description: Geographic Information System (GIS)
@@ -207,23 +208,23 @@ Description: QGIS API documentation
207208
.
208209
This package contains the QGIS API documentation.
209210

210-
Package: qgis-plugin-globe
211-
Architecture: any
212-
Depends: qgis (= ${binary:Version}), qgis-plugin-globe-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
213-
Description: OSG globe plugin for QGIS
214-
QGIS is a Geographic Information System (GIS) which manages, analyzes and
215-
display databases of geographic information.
216-
.
217-
This plugin enables 3D viewing using OSG globe in the QGIS.
218-
219-
Package: qgis-plugin-globe-common
220-
Architecture: all
221-
Description: OSG GLOBE plugin for QGIS - architecture-independent data
222-
QGIS is a Geographic Information System (GIS) which manages, analyzes and
223-
display databases of geographic information.
224-
.
225-
This package contains architecture-independent supporting data files for use
226-
with the QGIS GLOBE plugin.
211+
#Package: qgis-plugin-globe
212+
#Architecture: any
213+
#Depends: qgis (= ${binary:Version}), qgis-plugin-globe-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
214+
#Description: OSG globe plugin for QGIS
215+
# QGIS is a Geographic Information System (GIS) which manages, analyzes and
216+
# display databases of geographic information.
217+
# .
218+
# This plugin enables 3D viewing using OSG globe in the QGIS.
219+
220+
#Package: qgis-plugin-globe-common
221+
#Architecture: all
222+
#Description: OSG GLOBE plugin for QGIS - architecture-independent data
223+
# QGIS is a Geographic Information System (GIS) which manages, analyzes and
224+
# display databases of geographic information.
225+
# .
226+
# This package contains architecture-independent supporting data files for use
227+
# with the QGIS GLOBE plugin.
227228

228229
Package: qgis-oracle-provider
229230
Architecture: any

‎debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ifneq (,$(findstring $(DISTRIBUTION),"squeeze lucid maverick natty oneiric"))
7878
CMAKE_OPTS += -D WITH_INTERNAL_SPATIALITE=TRUE
7979
endif
8080

81-
ifneq (,$(findstring $(DISTRIBUTION),"squeeze lucid maverick natty oneiric jessie sid"))
81+
ifneq (,$(findstring $(DISTRIBUTION),"squeeze lucid maverick natty oneiric jessie sid sid-oracle"))
8282
CMAKE_OPTS += -D WITH_GLOBE=FALSE
8383
else
8484
CMAKE_OPTS += -D WITH_GLOBE=TRUE

2 commit comments

Comments
 (2)

m-kuhn commented on Jan 6, 2014

@m-kuhn
Member

What's the issue with globe in these versions?

jef-n commented on Jan 6, 2014

@jef-n
MemberAuthor
Please sign in to comment.