Skip to content

Commit

Permalink
debian packaging: depend on python-pyspatialite on trusty
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Apr 27, 2014
1 parent 40b20f6 commit 8120f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/control.in
Expand Up @@ -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},
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -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

Expand Down

0 comments on commit 8120f30

Please sign in to comment.