Source: python-shapely Followup-For: Bug #795259 Dear Maintainer,
I've uploaded the attached debdiff to DELAYED/2, to unblock the geos transition. Johan, has just pushed the missing upstream commits to the collab-maint repository, so I'll upload python-shapely (1.5.9-1) to unstable shortly. Kind Regards, Bas
diff -Nru python-shapely-1.4.3/debian/changelog python-shapely-1.4.3/debian/changelog --- python-shapely-1.4.3/debian/changelog 2014-10-02 23:38:27.000000000 +0200 +++ python-shapely-1.4.3/debian/changelog 2015-08-17 20:06:47.000000000 +0200 @@ -1,3 +1,10 @@ +python-shapely (1.4.3-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop dependencies on libgeos-c1. (Closes: #795259, #795883) + + -- Bas Couwenberg <sebas...@debian.org> Mon, 17 Aug 2015 20:06:43 +0200 + python-shapely (1.4.3-1) unstable; urgency=low * Imported Upstream version 1.4.3 diff -Nru python-shapely-1.4.3/debian/control python-shapely-1.4.3/debian/control --- python-shapely-1.4.3/debian/control 2014-10-02 23:38:27.000000000 +0200 +++ python-shapely-1.4.3/debian/control 2015-08-17 19:03:23.000000000 +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)