Skip to content

Commit d6b485a

Browse files
committed
debian packaging update: PyQt4.QtWebKit still available on xenial
(followup c2f0fff)
1 parent c2f0fff commit d6b485a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debian/python-qgis.install.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ usr/lib/python*/*-packages/qgis/server/*
99
usr/lib/python*/*-packages/qgis/testing/*
1010
#precise#usr/lib/python*/*-packages/pyspatialite/*.py
1111
#precise#usr/lib/python*/*-packages/pyspatialite/*.so
12-
#sid stretch xenial#usr/lib/python*/*-packages/PyQt4/*.so
12+
#sid stretch#usr/lib/python*/*-packages/PyQt4/*.so

debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ ifneq (,$(findstring $(DISTRIBUTION),"sid stretch"))
125125
CMAKE_OPTS += -DPOSTGRES_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libpq.so
126126
endif
127127

128-
ifneq (,$(findstring $(DISTRIBUTION),"sid stretch xenial"))
128+
ifneq (,$(findstring $(DISTRIBUTION),"sid stretch"))
129129
CMAKE_OPTS += -DWITH_INTERNAL_WEBKIT_BINDINGS=TRUE
130130
endif
131131

0 commit comments

Comments
 (0)