Skip to content

Commit

Permalink
debian packaging update (revert GEOS C++ dependency)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Oct 12, 2015
1 parent 43c046b commit e193c7c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion debian/control
Expand Up @@ -13,7 +13,6 @@ Build-Depends:
libfcgi-dev,
libgdal1-dev | libgdal-dev,
libgeos-dev (>= 3.0.0),
libgeos++-dev,
libgsl0-dev,
libpq-dev,
libproj-dev,
Expand Down
1 change: 0 additions & 1 deletion debian/control.in
Expand Up @@ -17,7 +17,6 @@ Build-Depends:
#saucy# libgdal-dev (>= 1.9.0),
#wheezy# libgdal1-dev,
libgeos-dev (>= 3.0.0),
libgeos++-dev,
libgsl0-dev,
libpq-dev,
libproj-dev,
Expand Down
3 changes: 1 addition & 2 deletions debian/rules
Expand Up @@ -98,8 +98,7 @@ ifneq (,$(findstring $(DISTRIBUTION),"sid stretch"))
endif

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

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

0 comments on commit e193c7c

Please sign in to comment.