[python-descartes] 03/04: Limit extended description to 72 characters per line.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Aug 15 20:40:41 UTC 2015


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

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

commit 00c6331b5561c88d42aee45eb9d920572c31dfc1
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Aug 15 22:32:36 2015 +0200

    Limit extended description to 72 characters per line.
---
 debian/changelog | 1 +
 debian/control   | 9 +++++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 27648db..1b5aadf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ python-descartes (1.0.1-2) UNRELEASED; urgency=medium
   * Fix broken watch file, use pypi.debian.net instead of pypi.python.org.
   * Add upstream metadata.
   * Ignore test failures to not fail the entire build.
+  * Limit extended description to 72 characters per line.
 
  -- Bas Couwenberg <sebastic at debian.org>  Tue, 12 May 2015 01:15:44 +0200
 
diff --git a/debian/control b/debian/control
index e2424ae..7d9549f 100644
--- a/debian/control
+++ b/debian/control
@@ -24,12 +24,17 @@ Package: python-descartes
 Architecture: all 
 Depends: ${misc:Depends}, ${python:Depends}
 Description: Matplotlib extension to work with geometric objects (Python2)
- Descartes allow the usage of geometric objects as matplotlib paths and patches.
+ Descartes allows the usage of geometric objects as matplotlib paths
+ and patches.
+ .
  This is the Python 2 version of the library.
 
 Package: python3-descartes
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
 Description: Matplotlib extension to work with geometric objects (Python3)
- Descartes allow the usage of geometric objects as matplotlib paths and patches.
+ Descartes allows the usage of geometric objects as matplotlib paths
+ and patches.
+ .
  This is the Python 3 version of the library.
+

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



More information about the Pkg-grass-devel mailing list