[Python-modules-commits] r23689 - in packages/python-mccabe/trunk/debian (control)

cjohnston-guest at users.alioth.debian.org cjohnston-guest at users.alioth.debian.org
Sat Mar 9 03:53:45 UTC 2013


    Date: Saturday, March 9, 2013 @ 03:53:39
  Author: cjohnston-guest
Revision: 23689

Fix url, update description

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

Modified: packages/python-mccabe/trunk/debian/control
===================================================================
--- packages/python-mccabe/trunk/debian/control	2013-03-09 02:59:30 UTC (rev 23688)
+++ packages/python-mccabe/trunk/debian/control	2013-03-09 03:53:39 UTC (rev 23689)
@@ -6,9 +6,9 @@
 Build-Depends: debhelper (>= 9), python-all, python3-all, python-setuptools,
 	python3-setuptools
 Standards-Version: 3.9.4
-Homepage: https://github.com/florentx/mccabe
+Homepage: https://github.com/flintwork/mccabe
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-mccabe/trunk/
-Vcs-Svn: svn://svn.debian.org/viewvc/python-modules/packages/python-mccabe/trunk/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-mccabe/trunk/
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.1
 
@@ -18,11 +18,14 @@
 Description: Python code complexity checker
  This module provides a plugin for the flake8 Python code checker to run the
  McCabe code complexity script against Python code.
+ .
+ This package contains Python 2 binaries.
 
 Package: python3-mccabe
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
-Description: Python code complexity checker
+Description: Python 3 code complexity checker
  This module provides a plugin for the flake8 Python code checker to run the
- McCabe code complexity script against Python code.
-
+ McCabe code complexity script against Python 3 code.
+ .
+ This package contains Python 3 binaries.




More information about the Python-modules-commits mailing list