--- pep8-1.4.4.orig/debian/compat +++ pep8-1.4.4/debian/compat @@ -0,0 +1 @@ +7 --- pep8-1.4.4.orig/debian/rules +++ pep8-1.4.4/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --with=python2 --- pep8-1.4.4.orig/debian/changelog +++ pep8-1.4.4/debian/changelog @@ -0,0 +1,58 @@ +pep8 (1.4.4-1~raring1) raring; urgency=low + + * New upstream release. (Closes: #694443) + + -- David Watson Wed, 06 Mar 2013 13:52:24 +0000 + +pep8 (1.2-1) unstable; urgency=low + + * New upstream release + + -- David Watson Wed, 20 Jun 2012 15:37:05 +0100 + +pep8 (1.0.1-1) unstable; urgency=low + + * New upstream release. + * Update Standards version, no changes needed. + + -- David Watson Thu, 26 Apr 2012 17:22:13 +0100 + +pep8 (0.6.1-2) unstable; urgency=low + + * Revert depends change. (Closes: #637920) + * Update Standards version, no changes needed. + + -- David Watson Mon, 15 Aug 2011 20:56:11 +0100 + +pep8 (0.6.1-1) unstable; urgency=low + + * New upstream release. (Closes: #635562) + * Remove depends on python-setuptools. (Closes: #581019) + * Update Standards version, no changes needed. + + -- David Watson Sat, 06 Aug 2011 21:27:14 +0100 + +pep8 (0.5.0-1) unstable; urgency=low + + * New upstream release + * Updated Standards version, no changes needed. + + -- David Watson Wed, 16 Mar 2010 19:18:00 +0000 + +pep8 (0.4.2-3) unstable; urgency=low + + * Improve short and long descriptions. (Closes: #554944) + + -- David Watson Fri, 22 Jan 2010 16:30:48 +0000 + +pep8 (0.4.2-2) unstable; urgency=low + + * Add missing depends on python-setuptools. Closes (#552259). + + -- David Watson Mon, 26 Oct 2009 10:11:29 +0000 + +pep8 (0.4.2-1) unstable; urgency=low + + * Initial release (Closes: #552081) + + -- David Watson Fri, 23 Oct 2009 10:11:07 +0100 --- pep8-1.4.4.orig/debian/pep8.manpages +++ pep8-1.4.4/debian/pep8.manpages @@ -0,0 +1 @@ +debian/pep8.1 --- pep8-1.4.4.orig/debian/docs +++ pep8-1.4.4/debian/docs @@ -0,0 +1 @@ +README.rst --- pep8-1.4.4.orig/debian/pep8.1 +++ pep8-1.4.4/debian/pep8.1 @@ -0,0 +1,48 @@ +.TH PEP8 "1" "October 2009" "pep8 0.4.2" "User Commands" +.SH NAME +pep8 \- A tool to check your Python code against some of the style conventions in PEP 8. +.SH SYNOPSIS +.B pep8 +[\fIoptions\fR] \fIinput \fR... +.SH OPTIONS +.TP +\fB\-h\fR, \fB\-\-help\fR +show this help message and exit +.TP +\fB\-v\fR, \fB\-\-verbose\fR +print status messages, or debug with \fB\-vv\fR +.TP +\fB\-q\fR, \fB\-\-quiet\fR +report only file names, or nothing with \fB\-qq\fR +.TP +\fB\-\-exclude\fR=\fIpatterns\fR +skip matches (default .svn,CVS,*.pyc,*.pyo) +.TP +\fB\-\-filename\fR=\fIpatterns\fR +only check matching files (e.g. *.py) +.TP +\fB\-\-ignore\fR=\fIerrors\fR +skip errors and warnings (e.g. E4,W) +.TP +\fB\-\-repeat\fR +show all occurrences of the same error +.TP +\fB\-\-show\-source\fR +show source code for each error +.TP +\fB\-\-show\-pep8\fR +show text of PEP 8 for each error +.TP +\fB\-\-statistics\fR +count errors and warnings +.TP +\fB\-\-benchmark\fR +measure processing speed +.TP +\fB\-\-testsuite\fR=\fIdir\fR +run regression tests from dir +.TP +\fB\-\-doctest\fR +run doctest on myself +.SH AUTHOR +This manual page was written by David Watson . --- pep8-1.4.4.orig/debian/copyright +++ pep8-1.4.4/debian/copyright @@ -0,0 +1,43 @@ +This work was packaged for Debian by: + + David Watson on Fri, 23 Oct 2009 10:11:07 +0100 + +It was downloaded from http://pypi.python.org/pypi/pep8 + +Upstream Author: + + Johann C. Rocholl + +Copyright: + + Copyright (C) 2006 Johann C. Rocholl + +License: + + 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. + + +The Debian packaging is: + + Copyright (C) 2009 David Watson + +and is licensed under the GPL version 3, +see `/usr/share/common-licenses/GPL-3'. --- pep8-1.4.4.orig/debian/control +++ pep8-1.4.4/debian/control @@ -0,0 +1,15 @@ +Source: pep8 +Section: python +Priority: optional +Maintainer: David Watson +Build-Depends: debhelper (>= 7), python-all, python-setuptools +Standards-Version: 3.9.3 +Homepage: http://pypi.python.org/pypi/pep8 + +Package: pep8 +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-setuptools +Description: Python PEP 8 code style checker + Features a plugin architecture allowing for adding new checks is easily. + Parseable output listing line numbers of the error location. Consists of + just one Python file, and requires only stdlib. --- pep8-1.4.4.orig/debian/watch +++ pep8-1.4.4/debian/watch @@ -0,0 +1,4 @@ +version=3 + +# Current version from Python cheeseshop. +http://pypi.python.org/packages/source/p/pep8/pep8-(.+).tar.gz --- pep8-1.4.4.orig/debian/source/format +++ pep8-1.4.4/debian/source/format @@ -0,0 +1 @@ +1.0 --- pep8-1.4.4.orig/pep8.egg-info/SOURCES.txt +++ pep8-1.4.4/pep8.egg-info/SOURCES.txt @@ -2,6 +2,7 @@ MANIFEST.in README.rst pep8.py +setup.cfg setup.py docs/Makefile docs/advanced.rst