debian/0000755000000000000000000000000012233456375007200 5ustar debian/source/0000755000000000000000000000000012223351135010463 5ustar debian/source/format0000644000000000000000000000001412223351135011671 0ustar 3.0 (quilt) debian/python-pyptlib.docs0000644000000000000000000000003112223351135013031 0ustar README.rst TODO doc/text debian/python-pyptlib.examples0000644000000000000000000000004612223351135013725 0ustar examples/client.py examples/server.py debian/control0000644000000000000000000000145712233456376010613 0ustar Source: pyptlib Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Jérémy Bobbio Section: python Priority: extra Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3~), python-setuptools, python-sphinx Standards-Version: 3.9.4 X-Python-Version: >= 2.7 Vcs-Git: git://anonscm.debian.org/collab-maint/pyptlib.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/pyptlib.git XS-Testsuite: autopkgtest Package: python-pyptlib Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: library for Tor pluggable transports written in Python pyptlib is a little Python library which understands the Tor pluggable transport managed-proxy protocol. It is useful for developers writing Tor pluggable transports in Python. debian/tests/0000755000000000000000000000000012233456372010337 5ustar debian/tests/control0000644000000000000000000000006112223351135011725 0ustar Tests: upstream-tests Restrictions: allow-stderr debian/tests/upstream-tests0000755000000000000000000000022712233456333013263 0ustar #!/bin/sh set -e export PYTHONPATH=`pwd`/pyptlib/test:$PYTHONPATH for test in $(find pyptlib/test -type f -name 'test_*.py'); do python $test done debian/copyright0000644000000000000000000000416712223351135011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pyptlib Upstream-Contact: George Kadianakis Source: https://git.torproject.org/pluggable-transports/pyptlib.git Files: * Copyright: Copyright 2012 Brandon Wiley Copyright 2012-2013 George Kadianakis License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . * Neither the names of the copyright owners nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: Copyright 2013 Jérémy Bobbio License: permissive Copying and distribution of this package, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. debian/changelog0000644000000000000000000000202312233456375011047 0ustar pyptlib (0.0.5-1ubuntu1) trusty; urgency=low * debian/tests/upstream-tests: Add pyptlib/test/ to PYTHONPATH so that the autopkgtest can find test.test_core. -- Martin Pitt Mon, 28 Oct 2013 13:47:28 +0100 pyptlib (0.0.5-1) unstable; urgency=low * New upstream version. -- Jérémy Bobbio Thu, 03 Oct 2013 22:23:49 +0200 pyptlib (0.0.4-1) unstable; urgency=low * New upstream version. * Add watch file. * Only run test files that actually contain tests. * Also use autopkgtest script to run the test suite at build time. -- Jérémy Bobbio Fri, 20 Sep 2013 15:39:02 +0200 pyptlib (0.0.3-2) unstable; urgency=low * Add autopkgtest support to run upstream test suite. * Call dh_python2 to get proper Python dependencies. -- Jérémy Bobbio Wed, 28 Aug 2013 20:34:15 +0200 pyptlib (0.0.3-1) unstable; urgency=low * Initial release. (Closes: #699921) -- Jérémy Bobbio Tue, 19 Feb 2013 23:18:11 +0100 debian/README.source0000644000000000000000000000145012223351135011342 0ustar README.source for the pyptlib package ===================================== pyptlib is managed in a Git repository using git-buildpackage. Upstream tarballs are imported using git-import-orig with: * `--pristine-tar` to record upstream tarball, * `--upstream-vcs-tag` to link upstream source repository. Quilt patches are managed using gbp-pq. Packaging practices also follow most of the advices provided by Russ Allbery at: The branches are organized as follow: * upstream: tracks the "master" branch of upstream repository [1] * patch-queue/*: branches exported to quilt patches (handled by gbp-pq) * master: export of patch-queue/* branches and Debian specific changes [1]  debian/rules0000755000000000000000000000040512223351135010242 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=python_distutils --with=python2 override_dh_installdocs: cd sphinx && make text dh_installdocs ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) override_dh_auto_test: PYTHONPATH=. debian/tests/upstream-tests endif debian/watch0000644000000000000000000000020112223351135010205 0ustar version=3 https://pypi.python.org/pypi/pyptlib \ https://pypi.python.org/packages/source/p/pyptlib/pyptlib-(.+)\.tar\.gz debian/gbp.conf0000644000000000000000000000004612223351135010602 0ustar [git-import-orig] pristine-tar = True debian/compat0000644000000000000000000000000212223351135010361 0ustar 8