[python-geopandas] 04/06: Fix long descriptions/add matplotlib

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Tue Jun 9 18:20:39 UTC 2015


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

johanvdw-guest pushed a commit to branch master
in repository python-geopandas.

commit a52ddc039696e7e7972ce13dbe7fc2a2e8961a3e
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Tue Jun 9 19:46:58 2015 +0200

    Fix long descriptions/add matplotlib
---
 debian/control | 27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index e3b0f40..02e7775 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,8 @@ Build-Depends: debhelper (>= 9),
                gdal-bin,
                python-pyproj,
                python3-pyproj,
+               python-matplotlib,
+               python3-matplotlib
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/geopandas.git/
 Vcs-Git: git://anonscm.debian.org/pkg-grass/geopandas.git
@@ -33,14 +35,13 @@ Architecture: all
 Depends: ${misc:Depends},
          ${python:Depends},
          python-pyproj
-Suggests:python-geopy
+Suggests: python-geopy
 Description: Python tools for geographic data
  GeoPandas is a project to add support for geographic data to
- [pandas](http://pandas.pydata.org) objects.  It currently implements
+ pandas objects.  It currently implements
  `GeoSeries` and `GeoDataFrame` types which are subclasses of
  `pandas.Series` and `pandas.DataFrame` respectively.  GeoPandas
- objects can act on [shapely](http://toblerity.github.io/shapely)
- geometry objects and perform geometric operations.
+ objects can act on shapely  geometry objects and perform geometric operations.
  .
  GeoPandas geometry operations are cartesian.  The coordinate reference
  system (crs) can be stored as an attribute on an object, and is
@@ -52,17 +53,16 @@ Description: Python tools for geographic data
 
 Package: python3-geopandas
 Architecture: all
-Depends:  ${misc:Depends},
-          ${python3:Depends},
-          python3-pyproj
+Depends: ${misc:Depends},
+         ${python3:Depends},
+         python3-pyproj
 Suggests: python3-geopy
 Description: Python3 tools for geographic data
  GeoPandas is a project to add support for geographic data to
- [pandas](http://pandas.pydata.org) objects.  It currently implements
+ pandas objects.  It currently implements
  `GeoSeries` and `GeoDataFrame` types which are subclasses of
  `pandas.Series` and `pandas.DataFrame` respectively.  GeoPandas
- objects can act on [shapely](http://toblerity.github.io/shapely)
- geometry objects and perform geometric operations.
+ objects can act on shapely  geometry objects and perform geometric operations.
  .
  GeoPandas geometry operations are cartesian.  The coordinate reference
  system (crs) can be stored as an attribute on an object, and is
@@ -77,5 +77,10 @@ Package: python-geopandas-doc
 Architecture: all
 Depends: ${sphinxdoc:Depends},
          ${misc:Depends}
-Description: Documentation for the geopandas library
 Section: doc
+Description: Documentation for the geopandas library
+ GeoPandas is a project to add support for geographic data to
+ pandas objects.  It currently implements
+ `GeoSeries` and `GeoDataFrame` types which are subclasses of
+ `pandas.Series` and `pandas.DataFrame` respectively.  GeoPandas
+ objects can act on shapely  geometry objects and perform geometric operations.

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



More information about the Pkg-grass-devel mailing list