debian/0000755000000000000000000000000012262651137007173 5ustar debian/watch0000644000000000000000000000011112262644643010221 0ustar version=3 http://pypi.python.org/packages/source/s/six/six-(.+)\.tar\.gz debian/python3-six.install0000644000000000000000000000002012262644643012764 0ustar usr/lib/python3 debian/rules0000755000000000000000000000110012262644643010247 0ustar #! /usr/bin/make -f %: dh $@ --with python2,python3 override_dh_auto_build: dh_auto_build set -e; for python in $$(py3versions -r); do \ $$python setup.py build; \ done override_dh_auto_test: py.test -v py.test-3 -v override_dh_auto_clean: dh_auto_clean find -name \*.pyc -print0 | xargs -0r rm -f find -name __pycache__ -print0 | xargs -0r rm -rf rm -rf build override_dh_auto_install: dh_auto_install set -e; for python in $$(py3versions -r); do \ $$python setup.py install --root=$(CURDIR)/debian/tmp \ --no-compile -O0 --install-layout=deb; \ done debian/copyright0000644000000000000000000000252712262647162011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: six Source: http://pypi.python.org/pypi/six/ Files: * Copyright: Copyright (c) 2010-2014 Benjamin Peterson License: Expat Files: debian/* Copyright: Copyright (C) 2012 Colin Watson 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. debian/source/0000755000000000000000000000000012262644643010477 5ustar debian/source/format0000644000000000000000000000001412262644643011705 0ustar 3.0 (quilt) debian/python-six.install0000644000000000000000000000002212262644643012703 0ustar usr/lib/python2.* debian/compat0000644000000000000000000000000212262644643010375 0ustar 7 debian/control0000644000000000000000000000262212262650645010603 0ustar Source: six Section: python Priority: optional Maintainer: Colin Watson Standards-Version: 3.9.5 Build-Depends: debhelper (>= 7.2.11~), python (>= 2.6.6-3~), python-all, python3 (>= 3.1.2-8~), python3-all, python-pytest, python3-pytest Homepage: http://pythonhosted.org/six/ Vcs-Git: git://anonscm.debian.org/users/cjwatson/six.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/cjwatson/six.git X-Python-Version: >= 2.5 X-Python3-Version: >= 3.0 Package: python-six Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: Python 2 and 3 compatibility library (Python 2 interface) Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. . This package provides Six on the Python 2 module path. It is complemented by python3-six. Package: python3-six Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Python 2 and 3 compatibility library (Python 3 interface) Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. . This package provides Six on the Python 3 module path. It is complemented by python-six. debian/changelog0000644000000000000000000000211512262650703011042 0ustar six (1.5.2-1) unstable; urgency=medium * New upstream release. * Switch to git; adjust Vcs-* fields. * Policy version 3.9.5: no changes required. -- Colin Watson Tue, 07 Jan 2014 01:00:45 +0000 six (1.4.1-1) unstable; urgency=low * New upstream release (closes: #721765). -- Colin Watson Wed, 04 Sep 2013 06:44:27 +0100 six (1.3.0-1) unstable; urgency=low * New upstream release. -- Colin Watson Sat, 27 Apr 2013 12:31:44 +0100 six (1.2.0-1) unstable; urgency=low * New upstream release. * Add a watch file. * Policy version 3.9.4: no changes required. * Run the upstream test suite. -- Colin Watson Fri, 21 Sep 2012 22:53:29 +0100 six (1.1.0-2) unstable; urgency=low * Convert to source format 3.0 (quilt). * Remove the build directory on clean. -- Colin Watson Tue, 17 Jan 2012 22:40:53 +0000 six (1.1.0-1) unstable; urgency=low * Initial release (closes: #656234). -- Colin Watson Tue, 17 Jan 2012 17:23:12 +0000