[python-shapely] 15/148: Packaging update patch from Sean Gillies - thanks

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Aug 20 17:41:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository python-shapely.

commit 3607149ea3ae60c3a819d4f6aaa686a61c5dec43
Author: Pietro Battiston <me at pietrobattiston.it>
Date:   Thu Jun 24 15:08:44 2010 +0200

    Packaging update patch from Sean Gillies - thanks
---
 debian/changelog |  9 +++++++++
 debian/control   | 16 ++++++++--------
 debian/docs      |  4 +++-
 3 files changed, 20 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b637aa1..0b36be2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-shapely (1.2-1) unstable; urgency=low
+
+  * New upstream release (Closes: )
+  * Matched package description to upstream readme
+  * Indicate new upstream manual
+  * Mark depedence on Python >= 2.5 and GEOS >= 3.1
+
+ -- X
+ 
 python-shapely (1.0.15-1) unstable; urgency=low
 
   * New upstream release (Closes: #577213)
diff --git a/debian/control b/debian/control
index 49ce654..5f9b8f3 100644
--- a/debian/control
+++ b/debian/control
@@ -5,22 +5,22 @@ Maintainer: Pietro Battiston <toobaz at email.it>
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: python-setuptools (>= 0.6), python-support (>= 0.6)
 Standards-Version: 3.8.4
-XS-Python-Version: >= 2.4
+XS-Python-Version: >= 2.5
 Homepage: http://trac.gispython.org/lab/wiki/Shapely
 Vcs-Browser: http://git.debian.org/?p=collab-maint/python-shapely.git
 Vcs-Git: git://git.debian.org/git/collab-maint/python-shapely.git
 
 Package: python-shapely
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>=2.5) | python-ctypes, libgeos-c1 (>= 2.3.3)
+Depends: ${python:Depends}, ${misc:Depends}, python (>=2.5) | python-ctypes, libgeos-c1 (>= 3.1.0)
 Suggests: python-numpy
 Enhances: python-numpy
 XB-Python-Version: ${python:Versions}
-Description: manipulation and analysis of 2D geospatial geometries
- Shapely is a package for manipulation and analysis of 2D geospatial geometries.
+Description: geometric objects, predicates, and operations
+ Shapely is a package for manipulation and analysis of 2D features.
  Its capabilities include:
-  * obtaining the unions, intersections, or differences of 2D shapes
-  * determining whether 2D shapes intersect, touch, or contain one another 
- and more.
+  * calculating the point set unions, intersections, or differences of features
+  * predicate tests on features: intersects, touches, contains, and more.
  .
- Shapes can be points, polygonal chains or polygones.
+ Supported geometric types are points, line strings, linear rings, polygons, and
+ homogeneous or heterogeneous collections thereof.
diff --git a/debian/docs b/debian/docs
index a5962e2..eaa8129 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1 +1,3 @@
-manual/manual.txt
+README.txt
+docs/manual.txt
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-shapely.git



More information about the Pkg-grass-devel mailing list