debian/0000755000000000000000000000000011577674475007215 5ustar debian/docs0000644000000000000000000000000711545725721010047 0ustar README debian/control0000644000000000000000000000135311552315676010606 0ustar Source: python-torctl Section: python Priority: optional Maintainer: Ulises Vitulli Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: python, python-support (>= 0.4) Standards-Version: 3.9.2.0 Homepage: https://gitweb.torproject.org/pytorctl.git XS-Python-Version: >= 2.4 Package: python-torctl Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-socksipy, python-geoip Description: Tor control library for Python TorCtl is a Python Tor controller with extensions to support path building and various constraints on node and path selection, as well as statistics gathering . There are a few more extras including SQL support for retrieving stats, GeoIP localization support, between others. debian/rules0000755000000000000000000000172411577674334010273 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: dh_testdir touch $@ clean: dh_testdir dh_testroot rm -f build-stamp [ ! -f Makefile ] || $(MAKE) clean dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs usr/share/pyshared/TorCtl dh_install __init__.py GeoIPSupport.py PathSupport.py StatsSupport.py \ TorCtl.py TorUtil.py usr/share/pyshared/TorCtl # Build architecture-dependent files here. binary-indep: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs README dh_installexamples example.py ScanSupport.py SQLSupport.py dh_pysupport dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary-arch: build install binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/changelog0000644000000000000000000000065011577674462011064 0ustar python-torctl (20110618git-1) unstable; urgency=low * New upstream git snapshot, fixes several relevant issues. * Adding examples. * Adding recommended targets for port-scripts. -- Ulises Vitulli Mon, 20 Jun 2011 13:26:15 -0300 python-torctl (20110308git-1) unstable; urgency=low * Initial release (Closes: #620503). -- Ulises Vitulli Sat, 02 Apr 2011 19:09:54 -0300 debian/compat0000644000000000000000000000000211545717120010367 0ustar 7 debian/source/0000755000000000000000000000000011545717120010471 5ustar debian/source/format0000644000000000000000000000001411545717120011677 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000373311552314471011132 0ustar This package was debianized by Dererk on Sat, 02 Apr 2011 19:09:54 -0300. It was downloaded from https://gitweb.torproject.org/pytorctl.git Upstream author: Mike Perry (mikeperry@torproject.org) Copyright © 2005, Nick Mathewson, Roger Dingledine Copyright © 2007-2010, Mike Perry License: 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. The Debian packaging is © 2009-2010, Dererk and is licensed under the GPL license. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'.