Skip to content

Commit e193c7c

Browse files
committedOct 12, 2015
debian packaging update (revert GEOS C++ dependency)
1 parent 43c046b commit e193c7c

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed
 

‎debian/control

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Build-Depends:
1313
libfcgi-dev,
1414
libgdal1-dev | libgdal-dev,
1515
libgeos-dev (>= 3.0.0),
16-
libgeos++-dev,
1716
libgsl0-dev,
1817
libpq-dev,
1918
libproj-dev,

‎debian/control.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Build-Depends:
1717
#saucy# libgdal-dev (>= 1.9.0),
1818
#wheezy# libgdal1-dev,
1919
libgeos-dev (>= 3.0.0),
20-
libgeos++-dev,
2120
libgsl0-dev,
2221
libpq-dev,
2322
libproj-dev,

‎debian/rules

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ 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 \
102-
-DGEOS_CPP_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libgeos.so
101+
CMAKE_OPTS += -DGEOS_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libgeos_c.so
103102
endif
104103

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

0 commit comments

Comments
 (0)
Please sign in to comment.