[Python-modules-commits] [python-mccabe] 05/09: wrap-and-sort -t -a

Ondřej Nový onovy at moszumanska.debian.org
Sun Aug 7 20:43:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

onovy pushed a commit to branch master
in repository python-mccabe.

commit 1b075f597a24a2921671e62954476ee4dd19bcce
Author: Ondřej Nový <onovy at debian.org>
Date:   Sun Aug 7 22:31:25 2016 +0200

    wrap-and-sort -t -a
---
 debian/changelog |  1 +
 debian/control   | 17 +++++++++++------
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8d65e13..dfda7ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-mccabe (0.5.2-2) UNRELEASED; urgency=medium
   * New upstream release
   * Fixed VCS URL (https)
   * Bumped required version of Python to 2.7 / 3.3
+  * wrap-and-sort -t -a
 
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 22:10:46 +0200
 
diff --git a/debian/control b/debian/control
index 4803c91..5ec0944 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,13 @@
 Source: python-mccabe
 Section: python
 Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> 
-Uploaders: Chris Johnston <chrisjohnston at ubuntu.com>
-Build-Depends: debhelper (>= 9), python-all, python3-all, python-setuptools,
-	python3-setuptools
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Chris Johnston <chrisjohnston at ubuntu.com>,
+Build-Depends: debhelper (>= 9),
+               python-all,
+               python-setuptools,
+               python3-all,
+               python3-setuptools,
 Standards-Version: 3.9.4
 Homepage: https://github.com/flintwork/mccabe
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-mccabe.git
@@ -14,7 +17,8 @@ X-Python3-Version: >= 3.3
 
 Package: python-mccabe
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends},
+         ${python:Depends},
 Description: Python code complexity checker (Python 2)
  This module provides a plugin for the flake8 Python code checker to run the
  McCabe code complexity script against Python code.
@@ -23,7 +27,8 @@ Description: Python code complexity checker (Python 2)
 
 Package: python3-mccabe
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends},
+         ${python3:Depends},
 Description: Python code complexity checker (Python 3)
  This module provides a plugin for the flake8 Python code checker to run the
  McCabe code complexity script against Python 3 code.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mccabe.git



More information about the Python-modules-commits mailing list