Author: atagar Date: 2010-11-16 17:12:06 +0000 (Tue, 16 Nov 2010) New Revision: 23809
Modified: arm/resources/build/debian/changelog arm/resources/build/debian/control arm/resources/build/debian/rules Log: More changes for deb builds: making short description start with a lowercase letter using a proper bulleted list in the long description (thanks to weasel) removing excess changelog entries and just making it for the debian releases removing verbose flag for deb builds Modified: arm/resources/build/debian/changelog =================================================================== --- arm/resources/build/debian/changelog 2010-11-16 16:24:58 UTC (rev 23808) +++ arm/resources/build/debian/changelog 2010-11-16 17:12:06 UTC (rev 23809) @@ -1,42 +1,6 @@ tor-arm (1.3.7-1) unstable; urgency=low - * added: installation/removal scripts and man page (thanks to kaner) - * added: scripts and resources for making deb and rpm releases - * added: path prefix option for chroot jails (requested by asn) - * added: customizable graph size (requested by voidzero) - * added: incremental y-axis measurements to the graph (requested by voidzero) - * added: caching for static GETINFO parameter - * added: logging for the refresh rate metric - * change: full rewrite of the log panel - * change: using PidFile entry to fetch pid if available (idea by arma) - * change: dropping irrelevant information from the header when not running... - * change: updated torctl version to the current git head release - * change: measuring by bits for transfer rates (config can set it back... - * change: home/end keys jump to start/end of all scroll areas - * change: trimmed last couple letters off downloaded/uploaded labels - * change: dropping the 'frequentRefresh' parameter in favor of just doing... - * fix: shifting bandwidth prepopulation by a sampling interval to account... - * fix: making rdns resolution disabled by defaut due to possible... - * fix: skipping bandwidth prepopulation if not running as a relay... - * fix: bandwidth stats above the graph weren't getting reset by sighups... - * fix: config and connection panels were failing to parse a torrc with... - * fix: remapping torrc aliases so GETCONF calls don't fail - * fix: crashing error in bandwidth panel for wide screen displays... - * fix: changing debian arch to all rather than any (suggestion by murb) - * fix: had case sensitive check for the torrc logging types (caught by asn) - * fix: crashing error when ExitPolicy was undefined (caught by asn) - * fix: dumping a stacktrace to /tmp and exiting immediately if exceptions... - * fix: connection panel failed to handle family entries identified by its... - * fix: race condition between heartbeat detection and getting the first... - * fix: refreshing after popups to make the interface seem more responsive - * fix: crashing and minor display issues if orport was left unset - * fix (10/7/10, r23463): crashing from type issue in the graph panel - * for more information see http://www.atagar.com/arm/log.php - + * Initial release (upstream version 1.3.7-1). + -- Damian Johnson (www.atagar.com) <[email protected]> Wed, 6 Oct 2010 22:30:43 -0700 -tor-arm (1.3.6-1) unstable; urgency=low - - * Initial release. - - -- Damian Johnson (www.atagar.com) <[email protected]> Mon, 30 Aug 2010 08:13:43 -0700 Modified: arm/resources/build/debian/control =================================================================== --- arm/resources/build/debian/control 2010-11-16 16:24:58 UTC (rev 23808) +++ arm/resources/build/debian/control 2010-11-16 17:12:06 UTC (rev 23809) @@ -10,19 +10,15 @@ Architecture: all Depends: ${misc:Depends}, ${python:Depends} Suggests: tor -Description: Terminal tor status monitor +Description: terminal tor status monitor 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 + - bandwidth, cpu, and memory usage + - relay's current configuration + - logged events + - connection details (ip, hostname, fingerprint, and consensus data) + - etc . - relay's current configuration - . - logged events - . - connection details (ip, hostname, fingerprint, and consensus data) - . - etc - . Modified: arm/resources/build/debian/rules =================================================================== --- arm/resources/build/debian/rules 2010-11-16 16:24:58 UTC (rev 23808) +++ arm/resources/build/debian/rules 2010-11-16 17:12:06 UTC (rev 23809) @@ -1,6 +1,5 @@ #!/usr/bin/make -f # -*- makefile -*- -export DH_VERBOSE=1 DEB_PYTHON_SYSTEM := pysupport
