Skip to content

Commit 898e095

Browse files
committed
debian packaging update
1 parent 4bbce14 commit 898e095

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

debian/changelog

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ qgis (2.1.0) UNRELEASED; urgency=low
44
* drop qgis_icon.xpm and use "upstream" version
55
* Update Qt dependency to 4.7
66
* drop support for Debian squeeze and Ubuntu lucid, maverick, natty and oneiric
7+
* disable globe support for jessie and unstable (because of #728318)
78

8-
-- Jürgen E. Fischer <jef@norbit.de> Sat, 30 Nov 2013 11:26:34 +0100
9+
-- Jürgen E. Fischer <jef@norbit.de> Thu, 12 Dec 2013 14:02:28 +0100
910

1011
qgis (1.9.0) UNRELEASED; urgency=low
1112

debian/control.jessie

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Build-Depends:
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,

debian/control.sid

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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),

debian/rules

+1-1
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 sid"))
81+
ifneq (,$(findstring $(DISTRIBUTION),"squeeze lucid maverick natty oneiric jessie sid"))
8282
CMAKE_OPTS += -D WITH_GLOBE=FALSE
8383
else
8484
CMAKE_OPTS += -D WITH_GLOBE=TRUE

0 commit comments

Comments
 (0)