[Python-modules-commits] [python-w3lib] 12/13: Remove duplicate words from short description.

Michael Fladischer fladi at moszumanska.debian.org
Tue Jan 24 20:34:10 UTC 2017


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

fladi pushed a commit to branch master
in repository python-w3lib.

commit 6342f81ca2dfc68535f737f783d82fc732ac80b6
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Tue Jan 24 21:18:34 2017 +0100

    Remove duplicate words from short description.
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 082264d..47aa768 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ python-w3lib (1.16.0-1) UNRELEASED; urgency=low
   * Fix spelling error in long description.
   * Restructure d/copyright to remove duplicate license texts and rename
     to BSD-3-clause.
+  * Remove duplicate words from short description.
 
  -- Michael Fladischer <fladi at debian.org>  Tue, 24 Jan 2017 16:35:02 +0100
 
diff --git a/debian/control b/debian/control
index 50badb4..b310e51 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Architecture: all
 Depends: python-six (>= 1.6.1),
          ${misc:Depends},
          ${python:Depends}
-Description: Collection of web-related functions for Python (Python 2)
+Description: Collection of web-related functions (Python 2)
  Python module with simple, reusable functions to work with URLs, HTML,
  forms, and HTTP, that aren’t found in the Python standard library.
  .
@@ -49,7 +49,7 @@ Architecture: all
 Depends: python3-six (>= 1.6.1),
          ${misc:Depends},
          ${python3:Depends}
-Description: Collection of web-related functions for Python (Python 3)
+Description: Collection of web-related functions (Python 3)
  Python module with simple, reusable functions to work with URLs, HTML,
  forms, and HTTP, that aren’t found in the Python standard library.
  .

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



More information about the Python-modules-commits mailing list