[Python-modules-commits] r23462 - in packages/python-flakey/trunk/debian (control)
cjohnston-guest at users.alioth.debian.org
cjohnston-guest at users.alioth.debian.org
Tue Feb 12 04:33:21 UTC 2013
Date: Tuesday, February 12, 2013 @ 04:33:18
Author: cjohnston-guest
Revision: 23462
More description fixes
Modified:
packages/python-flakey/trunk/debian/control
Modified: packages/python-flakey/trunk/debian/control
===================================================================
--- packages/python-flakey/trunk/debian/control 2013-02-12 04:30:09 UTC (rev 23461)
+++ packages/python-flakey/trunk/debian/control 2013-02-12 04:33:18 UTC (rev 23462)
@@ -14,7 +14,7 @@
Package: python-flakey
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}
-Description: analyzes Python code to detect errors
+Description: Python code analyzer that detects errors
Flakey is a port of pyflakes3k and pyflakes which analyzes Python code
and detects errors in the code.
.
@@ -26,7 +26,7 @@
Package: python3-flakey
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}
-Description: analyzes Python code to detect errors (python 3)
+Description: Python code analyzer that detects errors (python 3)
Flakey is a port of pyflakes3k and pyflakes which analyzes Python code
and detects errors in the code.
.
More information about the Python-modules-commits
mailing list