[Python-modules-commits] r2824 - /packages/hachoir-regex/trunk/debian/control
mca-guest at users.alioth.debian.org
mca-guest at users.alioth.debian.org
Tue Jul 24 21:14:33 UTC 2007
Author: mca-guest
Date: Tue Jul 24 21:14:32 2007
New Revision: 2824
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2824
Log:
fix lintian description-synopsis-might-not-be-phrased-properly
Modified:
packages/hachoir-regex/trunk/debian/control
Modified: packages/hachoir-regex/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/hachoir-regex/trunk/debian/control?rev=2824&op=diff
==============================================================================
--- packages/hachoir-regex/trunk/debian/control (original)
+++ packages/hachoir-regex/trunk/debian/control Tue Jul 24 21:14:32 2007
@@ -12,7 +12,7 @@
Package: python-hachoir-regex
Architecture: all
Depends: ${python:Depends}
-Description: hachoir-regex is a regular expressions manipulation Python library.
+Description: hachoir-regex is a regular expressions manipulation Python library
hachoir-regex is a Python library for regular expression (regex or regexp)
manipulation. You can use a|b (or) and a+b (and) operators. Expressions are
optimized during the construction: merge ranges, simplify repetitions, etc.
More information about the Python-modules-commits
mailing list