debian/0000755000000000000000000000000011757037530007176 5ustar debian/NEWS0000644000000000000000000000312511757033206007672 0ustar tor-arm (1.4.4.1-1) unstable; urgency=low Besides normal bug fixing and some minor features, this release introduces two mayor and interesting huge features: - Control Socket support - Control Port interpretor . Having "Control Socket" enabled by default on Tor package lets us to turn to almost zero configuration required for arm users to run Tor . This means we are be able to speak, through a local Unix socket, with Tor directly with no extra authentication required . Although this could appear to be frightening, basic POSIX permissions are still required to access this socket, which, except in the case you screw up your system, is fair enough . To put things into perspective, most of all services on your system, even the more sensible ones, have been secured this way over many decades, so don't get stressed out! :-) . In rlation to Control Port interpretor, this is a new page or standalone prompt that gives raw control port access with several usability improvements, between others: . - Tab completion - History scrollback - IRC-styled commands: * /help option which provides usage information for all of the tor/interpretor commands and tor configuration options * /info option for querying relay information via fingerprint, nickname, or IP address * /find option which searches the backlog for the given regex * /events option which displays any events that we've listened for * /write option which dumps the interpretor backlog to a file -- Ulises Vitulli Wed, 05 Oct 2011 13:02:36 -0300 debian/control0000644000000000000000000000173311757036036010605 0ustar Source: tor-arm Section: comm Priority: extra Maintainer: Ulises Vitulli Build-Depends: debhelper (>= 5), python-support (>= 0.6), cdbs (>= 0.4.90~), python Standards-Version: 3.9.3 X-Python-Version: >= 2.5 Vcs-Git: git://git.torproject.org/arm.git Vcs-Browser: https://gitweb.torproject.org/arm.git Homepage: http://www.atagar.com/arm/ Package: tor-arm Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-torctl Suggests: tor XB-Python-Version: ${python:Versions} Description: terminal status monitor for tor The anonymizing relay monitor (arm) is a terminal status monitor for Tor relays, intended for command-line aficionados, ssh connections, and anyone stuck with a tty terminal. This works much like top does for system usage, providing real time statistics for: . - bandwidth, cpu, and memory usage - relay's current configuration - logged events - connection details (ip, hostname, fingerprint, and consensus data) - etc. . debian/rules0000755000000000000000000000047611757036261010265 0ustar #!/usr/bin/make -f # -*- makefile -*- DEB_PYTHON_PRIVATE_MODULES_DIRS += /usr/share/arm DEB_PYTHON2_MODULE_PACKAGES = tor-arm include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk binary-post-install/tor-arm:: find debian/tor-arm -name 'arm-*egg-info' -exec rm -v '{}' + debian/README.source0000644000000000000000000000037411757033206011355 0ustar To rebuild this deb run the following... git clone git://git.torproject.org/arm.git cd arm git checkout -b release remotes/origin/release git checkout -b packaging remotes/origin/packaging ./deb-prep-sh cd release_deb ./debian/make-deb debian/changelog0000644000000000000000000000524111757037517011057 0ustar tor-arm (1.4.5.0-1) unstable; urgency=low * New upstream release. * The 'just-one-application-and-bye-bye-cockrouches' dupload. * Transitioned to DHPython2. - debian/pycompat: Deprecated, dropped. - debian/rules: Reformated to allow DEB_PYTHON2_MODULE_PACKAGES. - debian/rules: Dropped DEB_PYTHON_SYSTEM. - debian/control: Switch to X-Python-Version meta field. - debian/control: Bump up dependency on cdbs >= 0.4.90~. * Updated Standard-version to 3.9.3 (no changes needed). -- Ulises Vitulli Tue, 22 May 2012 22:02:06 -0300 tor-arm (1.4.4.1-1) unstable; urgency=low * The 'Shoooockin' dupload. * New upstream release. * Mayor milestone, this version enables ControlSocket interaction with tor. * Switch package format to 3.0 (quilt). -- Ulises Vitulli Wed, 05 Oct 2011 12:21:31 -0300 tor-arm (1.4.3.0-1) unstable; urgency=low * New upstream release. * Fix bad path on manpage (Closes: #631358). -- Ulises Vitulli Thu, 11 Aug 2011 13:04:34 -0300 tor-arm (1.4.2.4-1) unstable; urgency=low * Upstream release 1.4.2.4. * Updated Standard-version to 3.9.2.0 (no changes needed). * Including pkg building instructions at README.source (closes: #623311). * Adding Vcs-Git and Vcs-Browser control fields (closes: #623312). -- Damian Johnson Sat, 22 Apr 2011 1:30:43 -0700 tor-arm (1.4.1.2-2) unstable; urgency=low * Stripping out bundle TorCtl library, added run-time dep on python-torctl. * Temporarly patching setuptools scripts to use system-wide TorCtl lib. * Adding myself as Uploader. -- Ulises Vitulli Wed, 20 Apr 2011 11:36:17 -0300 tor-arm (1.4.1.2-1) unstable; urgency=low * Upstream release 1.4.1.2. -- Damian Johnson Sat, 15 Jan 2011 1:30:43 -0700 tor-arm (1.4.1.0-1) unstable; urgency=low * Upstream release 1.4.1.0. -- Damian Johnson Fri, 7 Jan 2011 23:30:43 -0700 tor-arm (1.4.0.1-2) unstable; urgency=low * Fixing lintian issue with spacing in the rules file (discussed in #607281). -- Damian Johnson Tue, 16 Dec 2010 23:30:43 -0700 tor-arm (1.4.0.1-1) unstable; urgency=low * Upstream release 1.4.0.1. -- Damian Johnson Tue, 30 Nov 2010 23:30:43 -0700 tor-arm (1.4.0.0-1) unstable; urgency=low * Upstream release 1.4.0.0. -- Damian Johnson Tue, 30 Nov 2010 22:30:43 -0700 tor-arm (1.3.7.0-1) unstable; urgency=low * Initial release (upstream version 1.3.7-1, closes: #603056). -- Damian Johnson Wed, 6 Oct 2010 22:30:43 -0700 debian/make-deb0000644000000000000000000000005711757033206010564 0ustar #!/bin/sh debuild fakeroot debian/rules clean debian/compat0000644000000000000000000000000211757033206010370 0ustar 5 debian/source/0000755000000000000000000000000011757033206010472 5ustar debian/source/format0000644000000000000000000000001411757033206011700 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000516211757033206011131 0ustar This package was debianized by Damian Johnson Tue, 08 Jun 2010 19:06:24 +0200 It was downloaded from: http://www.atagar.com/arm Upstream Authors: Damian Johnson Copyright: Copyright (C) 2010 by Damian Johnson License: GPL This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 3 of the License. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, see . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. =============================================================================== psutil is distributed under BSD license reproduced below. Copyright (c) 2009, Jay Loden, Dave Daeschler, Giampaolo Rodola' All rights reserved. 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 name of the psutil authors 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.