debian/0000755000000000000000000000000012302376470007172 5ustar debian/copyright0000644000000000000000000000241412173523270011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-scripttest Source: https://pypi.python.org/pypi/ScriptTest/ Files: * Copyright: 2005 - 2007 Ian Bicking License: MIT License: MIT 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/changelog0000644000000000000000000000055112302376470011045 0ustar python-scripttest (1.2-1build1) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:52:56 +0000 python-scripttest (1.2-1) unstable; urgency=low * Initial release. (Closes: #716667) -- Thomas Bechtold Thu, 11 Jul 2013 10:07:19 +0200 debian/compat0000644000000000000000000000000212173523270010366 0ustar 9 debian/control0000644000000000000000000000274312173524054010602 0ustar Source: python-scripttest Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Thomas Bechtold Standards-Version: 3.9.4 Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-6~), python-setuptools, python3-setuptools X-Python-Version: >= 2.6 X-Python3-Version: >= 3.0 Homepage: http://pythonpaste.org/scripttest/ Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-scripttest/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-scripttest/trunk/ Package: python-scripttest Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: Helper to test command-line scripts - python 2.x ScriptTest is a library to help you test your interactive command-line applications. With it you can easily run the command (in a subprocess) and see the output (stdout, stderr) and any file modifications. . This package contains the Python 2.x module. Package: python3-scripttest Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Helper to test command-line scripts - python 3.x ScriptTest is a library to help you test your interactive command-line applications. With it you can easily run the command (in a subprocess) and see the output (stdout, stderr) and any file modifications. . This package contains the Python 3.x module. debian/rules0000755000000000000000000000144512173523270010254 0ustar #!/usr/bin/make -f PYVERS := $(shell pyversions -r) PY3VERS := $(shell py3versions -r) %: dh $@ --with python2,python3 override_dh_auto_build: set -ex; \ for py in $(PYVERS) $(PY3VERS); do \ $$py setup.py build; \ done override_dh_auto_install: set -ex; \ for py in $(PYVERS); do \ $$py setup.py install --skip-build --no-compile \ --root debian/python-scripttest \ --install-layout=deb; \ done set -ex; \ for py in $(PY3VERS); do \ $$py setup.py install --skip-build --no-compile \ --root debian/python3-scripttest \ --install-layout=deb; \ done override_dh_clean: dh_clean rm -rf build dist PKG-INFO ScriptTest.egg-info rm -rf scripttest/__pycache__ find -name '*.py[co]' -delete debian/source/0000755000000000000000000000000012173523270010470 5ustar debian/source/format0000644000000000000000000000001412173523270011676 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000013312173523270010216 0ustar version=3 http://pypi.python.org/packages/source/S/ScriptTest/ScriptTest-([\d.]*)\.tar.gz