Don't build internal pyspatialite on Debian jessie & sid, python-pyspatialite package is instead.

This commit is contained in:
Bas Couwenberg 2015-03-06 17:47:15 +01:00
parent 37a7831d2a
commit c68e60427c

2
debian/rules vendored
View File

@ -69,7 +69,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
MAKEFLAGS += -j$(NUMJOBS)
endif
ifneq (,$(findstring $(DISTRIBUTION),"wheezy jessie sid precise"))
ifneq (,$(findstring $(DISTRIBUTION),"wheezy precise"))
CMAKE_OPTS += -DWITH_PYSPATIALITE=TRUE
endif