[Python-modules-commits] [inflection] 02/08: Add homepage and fix descriptions

Ethan Ward ethanward-guest at moszumanska.debian.org
Wed Aug 2 00:40:31 UTC 2017


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

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

commit feb79d492d4f711b5e95d5b618d7bfb4e9f98c51
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date:   Tue Aug 1 19:03:54 2017 -0500

    Add homepage and fix descriptions
---
 debian/control | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 1ea1780..9510c8c 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 10),
                python3-all,
                python3-setuptools
 Standards-Version: 4.0.0
+Homepage: https://pypi.python.org/pypi/inflection
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/inflection.git
 Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/inflection.git
 
@@ -17,17 +18,19 @@ Package: python-inflection
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 XB-Python-Version: ${python:Versions}
-Description: Port of Ruby on Rails' inflector to Python
- This package contains the module for Python 2.x. Inflection
- is a string transformation library. It singularizes and
+Description: Port of Ruby on Rails' inflector (Python 2)
+ Inflection is a string transformation library. It singularizes and
  pluralizes English words, and transforms strings from CamelCase
  to underscored string.
+ .
+ This package contains the module for Python 2.
 
 Package: python3-inflection
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
-Description: Port of Ruby on Rails' inflector to Python
- This package contains the module for Python 3.x. Inflection
- is a string transformation library. It singularizes and
+Description: Port of Ruby on Rails' inflector (Python 3)
+ Inflection is a string transformation library. It singularizes and
  pluralizes English words, and transforms strings from CamelCase
  to underscored string.
+ .
+ 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/inflection.git



More information about the Python-modules-commits mailing list