mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
debian packaging: depend on python-pyspatialite on trusty
This commit is contained in:
parent
40b20f6b0f
commit
8120f308fe
2
debian/control.in
vendored
2
debian/control.in
vendored
@ -259,7 +259,7 @@ Depends:
|
||||
python-qgis-common (= ${source:Version}),
|
||||
python-psycopg2,
|
||||
python-qscintilla2,
|
||||
#sid jessie quantal sid-oracle# python-pyspatialite,
|
||||
#sid jessie quantal trusty sid-oracle# python-pyspatialite,
|
||||
libqgispython{QGIS_ABI},
|
||||
${shlibs:Depends},
|
||||
${python:Depends},
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -61,7 +61,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
|
||||
MAKEFLAGS += -j$(NUMJOBS)
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring $(DISTRIBUTION),"wheezy jessie sid precise raring saucy trusty"))
|
||||
ifneq (,$(findstring $(DISTRIBUTION),"wheezy jessie sid precise raring saucy"))
|
||||
CMAKE_OPTS += -DWITH_PYSPATIALITE=TRUE
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user