Skip to content

Commit eacb5bd

Browse files
committedApr 29, 2014
debian packaging fix: python-qgis doesn't have pyspatialite on trusty anymore (followup 8120f30)
1 parent 046d0ff commit eacb5bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎debian/python-qgis.install.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
usr/lib/python*/*-packages/qgis/*.py
22
usr/lib/python*/*-packages/qgis/*.so
3-
#wheezy saucy trusty#usr/lib/python*/*-packages/pyspatialite/*.py
4-
#wheezy saucy trusty#usr/lib/python*/*-packages/pyspatialite/*.so
3+
#wheezy saucy#usr/lib/python*/*-packages/pyspatialite/*.py
4+
#wheezy saucy#usr/lib/python*/*-packages/pyspatialite/*.so
55
usr/lib/libqgispython.so.{QGIS_ABI}

0 commit comments

Comments
 (0)
Please sign in to comment.