[Python-modules-commits] [jaraco.itertools] 02/06: Add homepage and fix descriptions

Ethan Ward ethanward-guest at moszumanska.debian.org
Fri Aug 4 15:23:06 UTC 2017


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

ethanward-guest pushed a commit to branch master
in repository jaraco.itertools.

commit c1cf1b7e4dc477dc87dce2373b12e63b3d511d6b
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date:   Thu Aug 3 17:26:35 2017 -0500

    Add homepage and fix descriptions
---
 debian/control | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index cdee181..dd04a0d 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Build-Depends: debhelper (>= 10),
                python3-six,
                python3-vcversioner
 Standards-Version: 4.0.0
+Homepage: https://pypi.python.org/pypi/jaraco.itertools
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/jaraco.itertools.git
 Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/jaraco.itertools.git
 
@@ -27,15 +28,17 @@ Package: python-jaraco.itertools
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 XB-Python-Version: ${python:Versions}
-Description: Tools for working with iterables
- This package contains the module for Python 2.x. This module
- contains tools for working with python iterables, complementing
- itertools and more_itertools.
+Description: Tools for working with iterables (Python 2)
+ This module contains tools for working with python iterables,
+ complementing itertools and more_itertools.
+ .
+ This package contains the module for Python 2.
 
 Package: python3-jaraco.itertools
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
-Description: Tools for working with iterables
- This package contains the module for Python 2.x. This module
- contains tools for working with python iterables, complementing
- itertools and more_itertools.
+Description: Tools for working with iterables (Python 3)
+ This module contains tools for working with python iterables,
+ complementing itertools and more_itertools.
+ .
+ This package contains the module for Python 3.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jaraco.itertools.git



More information about the Python-modules-commits mailing list