[Python-modules-commits] r23638 - in packages/mccabe/trunk/debian (7 files)
cjohnston-guest at users.alioth.debian.org
cjohnston-guest at users.alioth.debian.org
Sat Mar 2 20:32:30 UTC 2013
Date: Saturday, March 2, 2013 @ 20:32:28
Author: cjohnston-guest
Revision: 23638
Makes updates per review
Modified:
packages/mccabe/trunk/debian/changelog
packages/mccabe/trunk/debian/compat
packages/mccabe/trunk/debian/control
Deleted:
packages/mccabe/trunk/debian/mccabe.1
packages/mccabe/trunk/debian/mccabe3.1
packages/mccabe/trunk/debian/python-mccabe.manpages
packages/mccabe/trunk/debian/python3-mccabe.manpages
Modified: packages/mccabe/trunk/debian/changelog
===================================================================
--- packages/mccabe/trunk/debian/changelog 2013-03-02 17:42:44 UTC (rev 23637)
+++ packages/mccabe/trunk/debian/changelog 2013-03-02 20:32:28 UTC (rev 23638)
@@ -1,4 +1,4 @@
-mccabe (0.2-1) unstable; urgency=low
+python-mccabe (0.2-1) unstable; urgency=low
* Initial release (Closes: #702042)
Modified: packages/mccabe/trunk/debian/compat
===================================================================
--- packages/mccabe/trunk/debian/compat 2013-03-02 17:42:44 UTC (rev 23637)
+++ packages/mccabe/trunk/debian/compat 2013-03-02 20:32:28 UTC (rev 23638)
@@ -1 +1 @@
-8
+9
Modified: packages/mccabe/trunk/debian/control
===================================================================
--- packages/mccabe/trunk/debian/control 2013-03-02 17:42:44 UTC (rev 23637)
+++ packages/mccabe/trunk/debian/control 2013-03-02 20:32:28 UTC (rev 23638)
@@ -1,4 +1,4 @@
-Source: mccabe
+Source: python-mccabe
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
@@ -15,14 +15,14 @@
Package: python-mccabe
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
-Description: is a Python code complexity checker
+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.
Package: python3-mccabe
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
-Description: is a Python code complexity checker
+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.
Deleted: packages/mccabe/trunk/debian/mccabe.1
===================================================================
--- packages/mccabe/trunk/debian/mccabe.1 2013-03-02 17:42:44 UTC (rev 23637)
+++ packages/mccabe/trunk/debian/mccabe.1 2013-03-02 20:32:28 UTC (rev 23638)
@@ -1,24 +0,0 @@
-.\" Manpage for mccabe.
-.\" Contact chrisjohnston at ubuntu.com to correct errors or typos.
-.TH man 1 "2 March 2013" "1.0" "mccabe man page"
-.SH NAME
-mccabe \- is a Python code complexity checker
-.SH SYNOPSIS
-.B python -m mccabe
-[\fB\--min\fR \fICOMPLEXITY\fR]
-[\fB\-\--max-complexity\fR \fICOMPLEXITY\fR]
-.IR filename
-.SH DESCRIPTION
-This module provides a plugin for the flake8 Python code checker to run the
-McCabe code complexity script against Python code.
-.SH OPTIONS
-.TP
-.BR \--min " " \fICOMPLEXITY\fR
-Set the minimum complexity for output.
-Default is 2.
-.TP
-.BR \--max-complexity " " \fICOMPLEXITY\fR
-Set the McCabe complexity threshold.
-Default is off.
-.SH AUTHOR
-Chris Johnston (chrisjohnston at ubuntu.com)
Deleted: packages/mccabe/trunk/debian/mccabe3.1
===================================================================
--- packages/mccabe/trunk/debian/mccabe3.1 2013-03-02 17:42:44 UTC (rev 23637)
+++ packages/mccabe/trunk/debian/mccabe3.1 2013-03-02 20:32:28 UTC (rev 23638)
@@ -1,24 +0,0 @@
-.\" Manpage for mccabe.
-.\" Contact chrisjohnston at ubuntu.com to correct errors or typos.
-.TH man 1 "2 March 2013" "1.0" "mccabe man page"
-.SH NAME
-mccabe \- is a Python code complexity checker
-.SH SYNOPSIS
-.B python -m mccabe
-[\fB\--min\fR \fICOMPLEXITY\fR]
-[\fB\-\--max-complexity\fR \fICOMPLEXITY\fR]
-.IR filename
-.SH DESCRIPTION
-This module provides a plugin for the flake8 Python code checker to run the
-McCabe code complexity script against Python code.
-.SH OPTIONS
-.TP
-.BR \--min " " \fICOMPLEXITY\fR
-Set the minimum complexity for output.
-Default is 2.
-.TP
-.BR \--max-complexity " " \fICOMPLEXITY\fR
-Set the McCabe complexity threshold.
-Default is off.
-.SH AUTHOR
-Chris Johnston (chrisjohnston at ubuntu.com)
Deleted: packages/mccabe/trunk/debian/python-mccabe.manpages
===================================================================
--- packages/mccabe/trunk/debian/python-mccabe.manpages 2013-03-02 17:42:44 UTC (rev 23637)
+++ packages/mccabe/trunk/debian/python-mccabe.manpages 2013-03-02 20:32:28 UTC (rev 23638)
@@ -1 +0,0 @@
-debian/mccabe.1
Deleted: packages/mccabe/trunk/debian/python3-mccabe.manpages
===================================================================
--- packages/mccabe/trunk/debian/python3-mccabe.manpages 2013-03-02 17:42:44 UTC (rev 23637)
+++ packages/mccabe/trunk/debian/python3-mccabe.manpages 2013-03-02 20:32:28 UTC (rev 23638)
@@ -1 +0,0 @@
-debian/mccabe3.1
More information about the Python-modules-commits
mailing list