Skip to content

Commit f700c01

Browse files
committed
debian packaging update
1 parent 91da6af commit f700c01

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

debian/control.precise

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ Build-Depends:
1616
libpq-dev,
1717
libproj-dev,
1818
libqt4-dev (>=4.4.0),
19+
libqt4-opengl-dev,
1920
libqtwebkit-dev,
2021
libqwt5-qt4-dev,
2122
libspatialite-dev,
22-
libspatialindex-dev,
2323
libsqlite3-dev,
24+
libspatialindex-dev,
2425
pkg-config,
2526
pyqt4-dev-tools,
2627
python,

debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ binary-arch: build install
165165
install -o root -g root -m 755 $(CURDIR)/debian/qgis.sh $(CURDIR)/debian/qgis-plugin-grass/usr/bin/qgis
166166
install -o root -g root -m 755 $(CURDIR)/debian/qgis.sh $(CURDIR)/debian/qgis-plugin-grass/usr/bin/qbrowser
167167

168-
ifneq (,$(findstring $(DISTRIBUTION),"sid"))
168+
ifneq (,$(findstring $(DISTRIBUTION),"wheezy sid"))
169169
dh_python2 --no-guessing-versions
170170
else
171171
dh_pycentral

0 commit comments

Comments
 (0)