.gitignore
.travis.yml
CHANGELOG.txt
LICENSE.txt
MANIFEST.in
README.rst
RELEASE_NOTES.txt
Vagrantfile.debian-7-wheezy.rb
Vagrantfile.debian-8-jessie.rb
Vagrantfile.ubuntu-12.04-precise.rb
Vagrantfile.ubuntu-14.04-trusty.rb
debian_changelog.txt
setup.py
stdeb.cfg
test-pypi-install.sh
test.sh
test2and3.sh
scripts/py2dsc
scripts/py2dsc-deb
scripts/pypi-download
scripts/pypi-install
stdeb3/__init__.py
stdeb3/cli_runner.py
stdeb3/downloader.py
stdeb3/transport.py
stdeb3/util.py
stdeb3.egg-info/PKG-INFO
stdeb3.egg-info/SOURCES.txt
stdeb3.egg-info/dependency_links.txt
stdeb3.egg-info/top_level.txt
stdeb3/command/__init__.py
stdeb3/command/bdist_deb.py
stdeb3/command/common.py
stdeb3/command/debianize.py
stdeb3/command/install_deb.py
stdeb3/command/sdist_dsc.py
test_data/py2_only_pkg/setup.py
test_data/py2_only_pkg/py2_only_pkg/__init__.py
test_data/py2_only_pkg/py2_only_pkg/py2_module.py
test_data/py3_only_pkg/MANIFEST
test_data/py3_only_pkg/setup.py
test_data/py3_only_pkg/py3_only_pkg/__init__.py
test_data/py3_only_pkg/py3_only_pkg/py3_module.py
test_data/simple_pkg/MANIFEST
test_data/simple_pkg/setup.py
test_data/simple_pkg/simple_pkg/__init__.py