File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,12 @@ Build-Depends:
16
16
libpq-dev,
17
17
libproj-dev,
18
18
libqt4-dev (>=4.4.0),
19
+ libqt4-opengl-dev,
19
20
libqtwebkit-dev,
20
21
libqwt5-qt4-dev,
21
22
libspatialite-dev,
22
- libspatialindex-dev,
23
23
libsqlite3-dev,
24
+ libspatialindex-dev,
24
25
pkg-config,
25
26
pyqt4-dev-tools,
26
27
python,
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ binary-arch: build install
165
165
install -o root -g root -m 755 $(CURDIR)/debian/qgis.sh $(CURDIR)/debian/qgis-plugin-grass/usr/bin/qgis
166
166
install -o root -g root -m 755 $(CURDIR)/debian/qgis.sh $(CURDIR)/debian/qgis-plugin-grass/usr/bin/qbrowser
167
167
168
- ifneq (,$(findstring $(DISTRIBUTION ) ,"sid") )
168
+ ifneq (,$(findstring $(DISTRIBUTION ) ,"wheezy sid") )
169
169
dh_python2 --no-guessing-versions
170
170
else
171
171
dh_pycentral
You can’t perform that action at this time.
0 commit comments