[Python-modules-commits] r28513 - in packages/python-flake8/trunk/debian (4 files)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Sun Apr 13 15:59:35 UTC 2014


    Date: Sunday, April 13, 2014 @ 15:59:34
  Author: zigo
Revision: 28513

Added py{3,}dist-overrides for pyflakes and ran wrap-and-sort.

Added:
  packages/python-flake8/trunk/debian/py3dist-overrides
  packages/python-flake8/trunk/debian/pydist-overrides
Modified:
  packages/python-flake8/trunk/debian/changelog
  packages/python-flake8/trunk/debian/control

Modified: packages/python-flake8/trunk/debian/changelog
===================================================================
--- packages/python-flake8/trunk/debian/changelog	2014-04-12 18:04:31 UTC (rev 28512)
+++ packages/python-flake8/trunk/debian/changelog	2014-04-13 15:59:34 UTC (rev 28513)
@@ -1,3 +1,10 @@
+python-flake8 (2.1.0-2) unstable; urgency=medium
+
+  * Added debian/py{3,}dist-overrides for pyflakes.
+  * Ran wrap-and-sort.
+
+ -- Thomas Goirand <zigo at debian.org>  Sun, 13 Apr 2014 15:59:54 +0000
+
 python-flake8 (2.1.0-1) unstable; urgency=low
 
   * Team upload.

Modified: packages/python-flake8/trunk/debian/control
===================================================================
--- packages/python-flake8/trunk/debian/control	2014-04-12 18:04:31 UTC (rev 28512)
+++ packages/python-flake8/trunk/debian/control	2014-04-13 15:59:34 UTC (rev 28513)
@@ -2,17 +2,17 @@
 Section: python
 Priority: optional
 Uploaders: Chris Johnston <chrisjohnston at ubuntu.com>,
- Thomas Goirand <zigo at debian.org>
+           Thomas Goirand <zigo at debian.org>
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 9),
- python-all,
- python-setuptools,
- python3-all,
- python3-setuptools,
- pyflakes (>= 0.7.3),
- pep8 (>= 1.4.6),
- python3-pep8 (>= 1.4.6),
- python3-mccabe (>= 0.2.1)
+               pep8 (>= 1.4.6),
+               pyflakes (>= 0.7.3),
+               python-all,
+               python-setuptools,
+               python3-all,
+               python3-mccabe (>= 0.2.1),
+               python3-pep8 (>= 1.4.6),
+               python3-setuptools
 Standards-Version: 3.9.4
 Homepage: http://bitbucket.org/tarek/flake8
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-flake8/trunk/
@@ -24,10 +24,10 @@
 Package: python-flake8
 Architecture: any
 Depends: pep8 (>= 1.4.6),
- pyflakes (>= 0.7.3),
- python-mccabe (>= 0.2.1),
- ${misc:Depends},
- ${python:Depends}
+         pyflakes (>= 0.7.3),
+         python-mccabe (>= 0.2.1),
+         ${misc:Depends},
+         ${python:Depends}
 Description: code checker using pep8 and pyflakes
  Flake8 is a wrapper around PyFlakes, pep8, and Ned's McCabe script. Flake8
  runs all tools by launching the single 'flake8' script, but ignores pep8 and
@@ -39,11 +39,11 @@
 Package: python3-flake8
 Architecture: any
 Depends: pep8 (>= 1.4.6),
- pyflakes (>= 0.7.3),
- python-flake8,
- python3-mccabe (>= 0.2.1),
- ${misc:Depends},
- ${python3:Depends}
+         pyflakes (>= 0.7.3),
+         python-flake8,
+         python3-mccabe (>= 0.2.1),
+         ${misc:Depends},
+         ${python3:Depends}
 Description: code checker using pep8 and pyflakes (Python 3)
  Flake8 is a wrapper around PyFlakes, pep8, and Ned's McCabe script. Flake8
  runs all tools by launching the single 'flake8' script, but ignores pep8 and

Added: packages/python-flake8/trunk/debian/py3dist-overrides
===================================================================
--- packages/python-flake8/trunk/debian/py3dist-overrides	                        (rev 0)
+++ packages/python-flake8/trunk/debian/py3dist-overrides	2014-04-13 15:59:34 UTC (rev 28513)
@@ -0,0 +1 @@
+pyflakes pyflakes

Added: packages/python-flake8/trunk/debian/pydist-overrides
===================================================================
--- packages/python-flake8/trunk/debian/pydist-overrides	                        (rev 0)
+++ packages/python-flake8/trunk/debian/pydist-overrides	2014-04-13 15:59:34 UTC (rev 28513)
@@ -0,0 +1 @@
+pyflakes pyflakes




More information about the Python-modules-commits mailing list