[Python-modules-commits] [pyparsing] 01/01: Fix short descriptions.

Barry Warsaw barry at moszumanska.debian.org
Mon Nov 14 20:41:00 UTC 2016


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

barry pushed a commit to branch master
in repository pyparsing.

commit 7f322527b87e371672f28b79e32db554abbc1f13
Author: Barry Warsaw <barry at python.org>
Date:   Mon Nov 14 15:40:49 2016 -0500

    Fix short descriptions.
---
 debian/changelog | 6 ++++++
 debian/control   | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bb0d05a..347f106 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyparsing (2.1.10+dfsg1-2) UNRELEASED; urgency=medium
+
+  * d/control: Fix short descriptions.  (Closes: #844363)
+
+ -- Barry Warsaw <barry at debian.org>  Mon, 14 Nov 2016 15:40:25 -0500
+
 pyparsing (2.1.10+dfsg1-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 29fac0d..52c10bd 100644
--- a/debian/control
+++ b/debian/control
@@ -46,7 +46,7 @@ Depends: ${misc:Depends},
          ${python3:Depends},
 Provides: ${python3:Provides},
 Suggests: python-pyparsing-doc,
-Description: Python parsing module, Python3 package
+Description: Python parsing module
  The parsing module is an alternative approach to creating and
  executing simple grammars, vs. the traditional lex/yacc approach, or
  the use of regular expressions.  The parsing module provides a
@@ -68,7 +68,7 @@ Depends: ${misc:Depends},
          ${pypy:Depends},
 Provides: ${pypy:Provides},
 Suggests: python-pyparsing-doc,
-Description: Python parsing module, Python3 package
+Description: Python parsing module
  The parsing module is an alternative approach to creating and
  executing simple grammars, vs. the traditional lex/yacc approach, or
  the use of regular expressions.  The parsing module provides a

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



More information about the Python-modules-commits mailing list