[Python-modules-commits] [python-iso8601] 02/05: Fix capitalization of Python.

Tristan Seligmann mithrandi at moszumanska.debian.org
Fri Sep 4 07:09:55 UTC 2015


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

mithrandi pushed a commit to branch master
in repository python-iso8601.

commit a56124b7195817a1f78141e1d1430e622c74cabe
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Fri Sep 4 09:01:32 2015 +0200

    Fix capitalization of Python.
---
 debian/changelog | 4 +++-
 debian/control   | 6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bf2b64a..7792a61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,9 @@
 python-iso8601 (0.1.10-3) UNRELEASED; urgency=medium
 
   * Team upload.
-  * d/control: Add pypy-iso8601 package.
+  * d/control:
+    - Add pypy-iso8601 package.
+    - Fix capitalization of "Python" in descriptions.
   * d/rules: Add --with pypy.
 
  -- Tristan Seligmann <mithrandi at debian.org>  Fri, 04 Sep 2015 08:58:57 +0200
diff --git a/debian/control b/debian/control
index a8f2468..ad449cf 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Package: python-iso8601
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 Provides: ${python:Provides}
-Description: python module to parse ISO 8601 dates - Python 2.x
+Description: Python module to parse ISO 8601 dates - Python 2.x
  Many file formats and standards use the ISO 8601 date format
  (e.g. 2007-01-14T20:34:22+00:00) to store dates in a neutral,
  unambiguous manner. This simple Python module parses the most common
@@ -38,7 +38,7 @@ Package: python3-iso8601
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
 Provides: ${python3:Provides}
-Description: python module to parse ISO 8601 dates - Python 3.x
+Description: Python module to parse ISO 8601 dates - Python 3.x
  Many file formats and standards use the ISO 8601 date format
  (e.g. 2007-01-14T20:34:22+00:00) to store dates in a neutral,
  unambiguous manner. This simple Python module parses the most common
@@ -50,7 +50,7 @@ Package: pypy-iso8601
 Architecture: all
 Depends: ${misc:Depends}, ${pypy:Depends}
 Provides: ${pypy:Provides}
-Description: python module to parse ISO 8601 dates - PyPy
+Description: Python module to parse ISO 8601 dates - PyPy
  Many file formats and standards use the ISO 8601 date format
  (e.g. 2007-01-14T20:34:22+00:00) to store dates in a neutral,
  unambiguous manner. This simple Python module parses the most common

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



More information about the Python-modules-commits mailing list