[Python-modules-commits] r24456 - in packages/python-flake8/trunk (10 files)

cjohnston-guest at users.alioth.debian.org cjohnston-guest at users.alioth.debian.org
Sun May 19 21:55:54 UTC 2013


    Date: Sunday, May 19, 2013 @ 21:55:53
  Author: cjohnston-guest
Revision: 24456

[svn-inject] Applying Debian modifications (2.0-1) to trunk

Added:
  packages/python-flake8/trunk/debian/
  packages/python-flake8/trunk/debian/changelog
  packages/python-flake8/trunk/debian/compat
  packages/python-flake8/trunk/debian/control
  packages/python-flake8/trunk/debian/copyright
  packages/python-flake8/trunk/debian/docs
  packages/python-flake8/trunk/debian/rules
  packages/python-flake8/trunk/debian/source/
  packages/python-flake8/trunk/debian/source/format
  packages/python-flake8/trunk/debian/watch


Property changes on: packages/python-flake8/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-flake8/trunk/debian/changelog
===================================================================
--- packages/python-flake8/trunk/debian/changelog	                        (rev 0)
+++ packages/python-flake8/trunk/debian/changelog	2013-05-19 21:55:53 UTC (rev 24456)
@@ -0,0 +1,5 @@
+python-flake8 (2.0-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #661044)
+
+ -- Chris Johnston <chrisjohnston at ubuntu.com>  Sun, 19 May 2013 17:40:35 -0400

Added: packages/python-flake8/trunk/debian/compat
===================================================================
--- packages/python-flake8/trunk/debian/compat	                        (rev 0)
+++ packages/python-flake8/trunk/debian/compat	2013-05-19 21:55:53 UTC (rev 24456)
@@ -0,0 +1 @@
+9

Added: packages/python-flake8/trunk/debian/control
===================================================================
--- packages/python-flake8/trunk/debian/control	                        (rev 0)
+++ packages/python-flake8/trunk/debian/control	2013-05-19 21:55:53 UTC (rev 24456)
@@ -0,0 +1,38 @@
+Source: python-flake8
+Section: python
+Priority: optional
+Uploaders: Chris Johnston <chrisjohnston at ubuntu.com>
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9), python-all, python3-all, python-setuptools,
+        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/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-flake8/trunk/
+X-Python-Version: >= 2.6
+X-Python3-Version: >=3.1
+
+Package: python-flake8
+Architecture: any
+Depends:  ${misc:Depends}, ${python:Depends}, python-mccabe (>= 0.2),  pyflakes (>= 0.6.1),
+ pep8 (>= 1.4.3)
+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
+ PyFlakes extended options and just uses defaults. It displays the warnings in
+ a per-file, merged output.
+ .
+ This package provides Python 2 module bindings only.
+
+Package: python3-flake8
+Architecture: any
+Depends: ${misc:Depends}, ${python3:Depends}, python3-mccabe (>= 0.2), pyflakes (>= 0.6.1),
+ pep8 (>= 1.4.3)
+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
+ PyFlakes extended options and just uses defaults. It displays the warnings in
+ a per-file, merged output.
+ .
+ This package provides Python 3 module bindings only.
+

Added: packages/python-flake8/trunk/debian/copyright
===================================================================
--- packages/python-flake8/trunk/debian/copyright	                        (rev 0)
+++ packages/python-flake8/trunk/debian/copyright	2013-05-19 21:55:53 UTC (rev 24456)
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: flake8
+Source: http://bitbucket.org/tarek/flake8
+
+Files: *
+Copyright: 2011 Tarek Ziade <tarek at ziade.org>
+License: Expat
+
+Files: debian/*
+Copyright: 2013 Chris Johnston <chrisjohnston at ubuntu.com>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
+ this software and associated documentation files (the "Software"), to deal in
+ the Software without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is furnished to do
+ so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.

Added: packages/python-flake8/trunk/debian/docs
===================================================================
--- packages/python-flake8/trunk/debian/docs	                        (rev 0)
+++ packages/python-flake8/trunk/debian/docs	2013-05-19 21:55:53 UTC (rev 24456)
@@ -0,0 +1,2 @@
+CONTRIBUTORS.txt
+README.rst

Added: packages/python-flake8/trunk/debian/rules
===================================================================
--- packages/python-flake8/trunk/debian/rules	                        (rev 0)
+++ packages/python-flake8/trunk/debian/rules	2013-05-19 21:55:53 UTC (rev 24456)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+%:
+	dh $@  --with python2
+
+override_dh_auto_clean:
+	rm -rf flake8.egg-info
+	dh_auto_clean
+


Property changes on: packages/python-flake8/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-flake8/trunk/debian/source/format
===================================================================
--- packages/python-flake8/trunk/debian/source/format	                        (rev 0)
+++ packages/python-flake8/trunk/debian/source/format	2013-05-19 21:55:53 UTC (rev 24456)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-flake8/trunk/debian/watch
===================================================================
--- packages/python-flake8/trunk/debian/watch	                        (rev 0)
+++ packages/python-flake8/trunk/debian/watch	2013-05-19 21:55:53 UTC (rev 24456)
@@ -0,0 +1,3 @@
+version=3
+
+http://pypi.python.org/packages/source/f/flake8/flake8-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list