Skip to content

Commit b3f3d65

Browse files
committedSep 26, 2015
debian packaging update
1 parent ab17869 commit b3f3d65

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎debian/control.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ Build-Depends:
1717
#saucy# libgdal-dev (>= 1.9.0),
1818
#wheezy# libgdal1-dev,
1919
libgeos-dev (>= 3.0.0),
20+
libgeos++-dev,
2021
libgsl0-dev,
2122
libpq-dev,
2223
libproj-dev,
2324
libqt4-dev (>= 4.7.0),
2425
libqt4-opengl-dev,
26+
libqca2-dev,
2527
libqtwebkit-dev,
2628
#stretch jessie wheezy# libqwt-dev,
2729
#precise saucy trusty utopic vivid stretch sid# libqwt5-qt4-dev,

‎debian/rules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ ifneq (,$(findstring $(DISTRIBUTION),"sid stretch"))
9898
endif
9999

100100
ifneq (,$(findstring $(DISTRIBUTION),"sid"))
101-
CMAKE_OPTS += -DGEOS_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libgeos_c.so
101+
CMAKE_OPTS += -DGEOS_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libgeos_c.so \
102+
-DGEOS_CPP_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libgeos.so
102103
endif
103104

104105
ifneq (,$(findstring $(DISTRIBUTION),"jessie stretch trusty utopic vivid sid"))

0 commit comments

Comments
 (0)
Please sign in to comment.