debian/0000755000000000000000000000000012156160166007172 5ustar debian/compat0000644000000000000000000000000212156160166010370 0ustar 7 debian/source/0000755000000000000000000000000012156160166010472 5ustar debian/source/format0000644000000000000000000000001412156160166011700 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000001212156160166010036 0ustar README.rstdebian/changelog0000644000000000000000000000136212156160166011046 0ustar autopep8 (0.9.1-2) unstable; urgency=low * Update package short description to be correct (Closes: #711960) * Set version depends on pep8 (Closes: #712084) -- Micah Anderson Wed, 12 Jun 2013 16:46:32 -0400 autopep8 (0.9.1-1) unstable; urgency=low * Upgrade to new version (Closes: #710681) * Fix copyright -- Micah Anderson Tue, 11 Jun 2013 09:11:44 -0400 autopep8 (0.8.7-2) unstable; urgency=low * Remove full GPLv3 text from debian/copyright, point to common-licenses -- Micah Anderson Thu, 09 May 2013 15:32:52 -0400 autopep8 (0.8.7-1) unstable; urgency=low * Initial package (Closes: #707615) -- Micah Anderson Wed, 08 May 2013 14:35:49 -0400 debian/control0000644000000000000000000000130012156160166010567 0ustar Source: autopep8 Maintainer: Micah Anderson Section: python Priority: optional Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7.4.3) Standards-Version: 3.9.4 Homepage: https://pypi.python.org/pypi/autopep8/ Package: python-autopep8 Architecture: all Depends: pep8 (>= 1.4.5), ${misc:Depends}, ${python:Depends} Description: tool that automatically formats Python code to conform to PEP 8 autopep8 automatically formats Python code to conform to the PEP 8 style guide. It uses the pep8 utility to determine what parts of the code needs to be formatted. autopep8 is capable of fixing most of the formatting issues that can be reported by pep8. debian/clean0000644000000000000000000000002412156160166010173 0ustar autopep8.egg-info/* debian/copyright0000644000000000000000000000303712156160166011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: autopep8 Source: https://pypi.python.org/pypi/autopep8 Files: * Copyright: 2010-2011 Hideo Hattori Copyright: 2011-2013 Steven Myint 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. Files: debian/* Copyright: Copyright 2013 Micah Anderson License: GPL-3+ . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/rules0000755000000000000000000000011612156160166010250 0ustar #!/usr/bin/make -f %: dh $@ --with python2 --buildsystem=python_distutils