[Python-modules-commits] [python-pykka] 03/07: Fix spelling-error-in-description-synopsis lintian warning

Stein Magnus Jodal jodal at moszumanska.debian.org
Sun Aug 7 21:05:41 UTC 2016


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

jodal pushed a commit to branch master
in repository python-pykka.

commit 929af8c090d0bafb395fbeeee3e6ac0eefa9e24b
Author: Stein Magnus Jodal <jodal at debian.org>
Date:   Sun Aug 7 22:12:52 2016 +0200

    Fix spelling-error-in-description-synopsis lintian warning
---
 debian/changelog | 2 ++
 debian/control   | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2a01c76..b305604 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ python-pykka (1.2.1-3) UNRELEASED; urgency=medium
   [ Stein Magnus Jodal ]
   * debian/control
     - Bump Standards-Version to 3.9.8. No changes required
+    - Fix spelling-error-in-description-synopsis lintian warning due to
+      duplicate words
   * debian/copyright
     - Update copyright years
 
diff --git a/debian/control b/debian/control
index 9822978..6b762de 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Depends: ${misc:Depends},
 Conflicts: python-pykka-doc,
 Replaces: python-pykka-doc,
 Suggests: python-gevent | python-eventlet,
-Description: Actor model library for Python (Python 2)
+Description: Actor model library (Python 2)
  Pykka is a Python implementation of the actor model. The actor model
  introduces some simple rules to control the sharing of state and cooperation
  between execution units, which makes it easier to build concurrent
@@ -47,7 +47,7 @@ Depends: ${misc:Depends},
          ${python3:Depends},
          ${sphinxdoc:Depends},
 Suggests: python3-gevent | python3-eventlet,
-Description: Actor model library for Python (Python 3)
+Description: Actor model library (Python 3)
  Pykka is a Python implementation of the actor model. The actor model
  introduces some simple rules to control the sharing of state and cooperation
  between execution units, which makes it easier to build concurrent

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



More information about the Python-modules-commits mailing list