Skip to content

Commit cf5e790

Browse files
committedOct 8, 2011
debian packaging update: use libspatialindex on more distributions
1 parent 0782a34 commit cf5e790

File tree

6 files changed

+7
-3
lines changed

6 files changed

+7
-3
lines changed
 

‎debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ qgis (1.8.0) UNRELEASED; urgency=low
99
* update watch
1010
* drop abi postfix from sqlanywhere plugin
1111
* include network analysis library
12-
* build unstable and squeeze package with libspatialindex.
12+
* build package with libspatialindex where available
1313

14-
-- Jürgen E. Fischer <jef@norbit.de> Sat, 08 Oct 2011 11:40:39 +0000
14+
-- Jürgen E. Fischer <jef@norbit.de> Sat, 08 Oct 2011 20:03:51 +0000
1515

1616
qgis (1.7.0) UNRELEASED; urgency=low
1717

‎debian/control.lucid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Build-Depends:
1818
libqt4-dev (>=4.4.0),
1919
libqwt5-qt4-dev,
2020
libspatialite-dev,
21+
libspatialindex-dev,
2122
libsqlite3-dev,
2223
pkg-config,
2324
pyqt4-dev-tools,

‎debian/control.maverick

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Build-Depends:
1919
libqtwebkit-dev,
2020
libqwt5-qt4-dev,
2121
libspatialite-dev,
22+
libspatialindex-dev,
2223
libsqlite3-dev,
2324
pkg-config,
2425
pyqt4-dev-tools,

‎debian/control.natty

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Build-Depends:
1919
libqtwebkit-dev,
2020
libqwt5-qt4-dev,
2121
libspatialite-dev,
22+
libspatialindex-dev,
2223
libsqlite3-dev,
2324
pkg-config,
2425
pyqt4-dev-tools,

‎debian/control.oneiric

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Build-Depends:
1919
libqtwebkit-dev,
2020
libqwt5-qt4-dev,
2121
libspatialite-dev,
22+
libspatialindex-dev,
2223
libsqlite3-dev,
2324
pkg-config,
2425
pyqt4-dev-tools,

‎debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ifneq (,$(findstring $(DISTRIBUTION),"sid"))
4646
CMAKE_OPTS += -D WITH_GLOBE=TRUE
4747
endif
4848

49-
ifneq (,$(findstring $(DISTRIBUTION),"squeeze sid"))
49+
ifneq (,$(findstring $(DISTRIBUTION),"squeeze lucid maverick natty oneiric sid"))
5050
CMAKE_OPTS += -D WITH_INTERNAL_SPATIALINDEX=FALSE
5151
endif
5252

0 commit comments

Comments
 (0)
Please sign in to comment.