debian/0000755000000000000000000000000011726167406007200 5ustar debian/README.source0000644000000000000000000000024411726167406011357 0ustar Removed these files from the .orig.tar.gz. deleted: installers/tlslite-0.3.8.win32-py2.3.exe deleted: installers/tlslite-0.3.8.win32-py2.4.exe debian/control0000644000000000000000000000163111726167406010604 0ustar Source: tlslite Section: python Priority: optional Maintainer: Debian QA Group Standards-Version: 3.9.3 Build-Depends-Indep: debhelper (>= 7.0.50~), python-support Homepage: http://trevp.net/tlslite/ Vcs-Browser: http://git.debian.org/?p=collab-maint/tlslite.git Vcs-Git: git://git.debian.org/git/collab-maint/tlslite.git Package: python-tlslite Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: a pure Python SSL/TLS library TLS Lite is a pure Python library that implements SSL 3.0, TLS 1.0, and TLS 1.1. TLS Lite supports non-traditional authentication methods such as SRP, shared keys, and cryptoIDs in addition to X.509 certificates. TLS Lite is pure Python, however it can access OpenSSL, cryptlib, pycrypto, and GMPY for faster crypto operations. TLS Lite integrates with httplib, xmlrpclib, poplib, imaplib, smtplib, SocketServer, asyncore, and Twisted. debian/changelog0000644000000000000000000000050311726167406011050 0ustar tlslite (0.3.8-2) unstable; urgency=low * Add watch file. * Bump to Standards-Version 3.9.3. * Orphan the package. -- Clint Adams Thu, 08 Mar 2012 12:40:04 -0500 tlslite (0.3.8-1) unstable; urgency=low * Initial release. -- Clint Adams Tue, 09 Nov 2010 14:42:44 -0500 debian/source/0000755000000000000000000000000011726167406010500 5ustar debian/source/format0000644000000000000000000000001411726167406011706 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211726167406010376 0ustar 5 debian/pyversions0000644000000000000000000000000511726167406011337 0ustar 2.5- debian/copyright0000644000000000000000000000035111726167406011132 0ustar This is the Debian prepackaged version of TLS Lite This package was put together by Clint Adams with sources obtained from: http://trevp.net/tlslite/ The TLS Lite code has been released into the public domain. debian/watch0000644000000000000000000000015311726167406010230 0ustar version=3 https://github.com/trevp/tlslite/downloads/ /downloads/trevp/tlslite/tlslite-(\d[\d.]+)\.tar\.gz debian/rules0000755000000000000000000000041611726167406010261 0ustar #!/usr/bin/make -f %: dh $@ override_dh_install: dh_install mv $(CURDIR)/debian/python-tlslite/usr/bin/tls.py \ $(CURDIR)/debian/python-tlslite/usr/bin/tls mv $(CURDIR)/debian/python-tlslite/usr/bin/tlsdb.py \ $(CURDIR)/debian/python-tlslite/usr/bin/tlsdb