Source: python-shapely
Version: 1.4.3-1
Severity: important
Tags: patch

Dear Maintainer,

Please apply the attached patch to drop the (build) dependency on
libgeos-c1. libgeos-dev depends on the required libgeos-c1 which has
been renamed to libgeos-c1v5 for the GCC 5 transition (#791045).

The dependency for the binary packages is handled by ${shlibs:Depends}.

Kind Regards,

Bas
diff -ruN ../python-shapely-1.4.3_debian.orig/control debian/control
--- ../python-shapely-1.4.3_debian.orig/control	2015-08-17 19:01:42.785230281 +0200
+++ debian/control	2015-08-17 19:03:23.544712696 +0200
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Pietro Battiston <m...@pietrobattiston.it>
-Build-Depends: debhelper (>= 7.0.50), python-setuptools (>= 0.6), libgeos-c1 (>= 3.1.0), libgeos-dev, python-numpy, python-all (>= 2.6.6-3), python-all-dev, python3-all, python3-setuptools, cython, cython3, python-dev, python3-dev, dh-python, python-sphinx, python3-sphinx, python-matplotlib, libjs-mathjax
+Build-Depends: debhelper (>= 7.0.50), python-setuptools (>= 0.6), libgeos-dev (>= 3.1.0), python-numpy, python-all (>= 2.6.6-3), python-all-dev, python3-all, python3-setuptools, cython, cython3, python-dev, python3-dev, dh-python, python-sphinx, python3-sphinx, python-matplotlib, libjs-mathjax
 Standards-Version: 3.9.5
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
@@ -12,7 +12,7 @@
 
 Package: python-shapely
 Architecture: any
-Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python (>=2.6) | python-ctypes, libgeos-c1 (>= 3.1.0)
+Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python (>=2.6) | python-ctypes
 Suggests: python-numpy, python-matplotlib
 Enhances: python-numpy
 Description: geometric objects, predicates, and operations (Python 2)
@@ -28,7 +28,7 @@
 
 Package: python3-shapely
 Architecture: any
-Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}, python3, libgeos-c1 (>= 3.1.0)
+Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}, python3
 Suggests: python3-numpy, python3-matplotlib
 Enhances: python3-numpy
 Description: geometric objects, predicates, and operations (Python 3)
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to