[Python-modules-commits] r23457 - in packages/python-flakey/trunk/debian (control)

paultag at users.alioth.debian.org paultag at users.alioth.debian.org
Tue Feb 12 03:24:57 UTC 2013


    Date: Tuesday, February 12, 2013 @ 03:24:51
  Author: paultag
Revision: 23457

Update description, Vcs-Browser link, re-order a few fields and add a space.

Modified:
  packages/python-flakey/trunk/debian/control

Modified: packages/python-flakey/trunk/debian/control
===================================================================
--- packages/python-flakey/trunk/debian/control	2013-02-12 03:14:48 UTC (rev 23456)
+++ packages/python-flakey/trunk/debian/control	2013-02-12 03:24:51 UTC (rev 23457)
@@ -1,15 +1,15 @@
 Source: python-flakey
 Section: python
 Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Chris Johnston <chrisjohnston at ubuntu.com>
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 8.0.0), python-all, python3-all
 Standards-Version: 3.9.4
 Homepage: https://bitbucket.org/icordasc/flakey
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-flakey/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-flakey/trunk/
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-flakey
 X-Python-Version: >= 2.6
-X-Python3-Version: >=3.1
+X-Python3-Version: >= 3.1
 
 Package: python-flakey
 Architecture: any
@@ -17,6 +17,11 @@
 Description: code checker using pep8 and pyflakes
  Flakey is a port of pyflakes3k and pyflakes which analyzes Python code 
  and detects errors in the code.
+ .
+ Flakey checks the code without importing it, so checking untrusted code won't
+ result in it being evaluated.
+ .
+ This contains Python bindings, and a userspace binary for command-line usage.
 
 Package: python3-flakey
 Architecture: any
@@ -24,4 +29,8 @@
 Description: code checker using pep8 and pyflakes (python 3)
  Flakey is a port of pyflakes3k and pyflakes which analyzes Python code 
  and detects errors in the code.
-
+ .
+ It checks the code without importing it, so checking untrusted code won't
+ result in it being evaluated.
+ .
+ This contains Python 3 bindings.




More information about the Python-modules-commits mailing list