From fcf6a8630b7ae818e7719d6e811d01d9359388c3 Mon Sep 17 00:00:00 2001 From: ficus Date: Tue, 2 Oct 2012 16:44:03 +0200 Subject: remove unused told TUI --- packages/torouter-web/debian/README | 6 - packages/torouter-web/debian/README.Debian | 8 -- packages/torouter-web/debian/changelog | 11 -- packages/torouter-web/debian/compat | 1 - packages/torouter-web/debian/control | 13 -- packages/torouter-web/debian/copyright | 36 ----- packages/torouter-web/debian/dirs | 1 - packages/torouter-web/debian/postinst | 39 ------ packages/torouter-web/debian/postrm | 37 ------ packages/torouter-web/debian/preinst | 35 ----- packages/torouter-web/debian/prerm | 38 ------ packages/torouter-web/debian/rules | 6 - packages/torouter-web/debian/source/format | 1 - packages/torouter-web/debian/torouter-tui.default | 10 -- packages/torouter-web/debian/torouter-tui.init | 155 ---------------------- 15 files changed, 397 deletions(-) delete mode 100644 packages/torouter-web/debian/README delete mode 100644 packages/torouter-web/debian/README.Debian delete mode 100644 packages/torouter-web/debian/changelog delete mode 100644 packages/torouter-web/debian/compat delete mode 100644 packages/torouter-web/debian/control delete mode 100644 packages/torouter-web/debian/copyright delete mode 100644 packages/torouter-web/debian/dirs delete mode 100644 packages/torouter-web/debian/postinst delete mode 100644 packages/torouter-web/debian/postrm delete mode 100644 packages/torouter-web/debian/preinst delete mode 100644 packages/torouter-web/debian/prerm delete mode 100755 packages/torouter-web/debian/rules delete mode 100644 packages/torouter-web/debian/source/format delete mode 100644 packages/torouter-web/debian/torouter-tui.default delete mode 100644 packages/torouter-web/debian/torouter-tui.init (limited to 'packages/torouter-web/debian') diff --git a/packages/torouter-web/debian/README b/packages/torouter-web/debian/README deleted file mode 100644 index cda2d60..0000000 --- a/packages/torouter-web/debian/README +++ /dev/null @@ -1,6 +0,0 @@ -The Debian Package torouter-tui ----------------------------- - -This package is for the Torouter Web UI project from the Tor Project. - - -- Jacob Appelbaum Wed, 17 Aug 2011 17:15:08 -0400 diff --git a/packages/torouter-web/debian/README.Debian b/packages/torouter-web/debian/README.Debian deleted file mode 100644 index 27e430c..0000000 --- a/packages/torouter-web/debian/README.Debian +++ /dev/null @@ -1,8 +0,0 @@ -torouter for Debian -------------------- - -This is a package for Debian that converts a DreamPlug into a Torouter. - -It will configure the system without prompting the user for any input. - - -- Jacob Appelbaum Wed, 27 Jul 2011 09:51:21 -0400 diff --git a/packages/torouter-web/debian/changelog b/packages/torouter-web/debian/changelog deleted file mode 100644 index 3522869..0000000 --- a/packages/torouter-web/debian/changelog +++ /dev/null @@ -1,11 +0,0 @@ -torouter-tui (0.0.1-2) unstable; urgency=low - - * Fix python-daemon dependancy problem - - -- Bryan Newbold Tue, 11 Sep 2012 14:47:35 +0200 - -torouter-tui (0.0.1-1) unstable; urgency=low - - * Initial release (Closes: #nnnn) - - -- Jacob Appelbaum Wed, 17 Aug 2011 16:58:00 -0400 diff --git a/packages/torouter-web/debian/compat b/packages/torouter-web/debian/compat deleted file mode 100644 index 7f8f011..0000000 --- a/packages/torouter-web/debian/compat +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/packages/torouter-web/debian/control b/packages/torouter-web/debian/control deleted file mode 100644 index 8a949ef..0000000 --- a/packages/torouter-web/debian/control +++ /dev/null @@ -1,13 +0,0 @@ -Source: torouter-tui -Section: unknown -Priority: extra -Maintainer: Jacob Appelbaum -Build-Depends: debhelper (>= 7.0.50~), python-dev -Standards-Version: 3.9.1 -Homepage: - -Package: torouter-tui -Architecture: all -Depends: ${misc:Depends}, python, python-webpy, python-daemon -Description: Torouter web UI - This package provides the Torouter web UI. diff --git a/packages/torouter-web/debian/copyright b/packages/torouter-web/debian/copyright deleted file mode 100644 index eeef3f2..0000000 --- a/packages/torouter-web/debian/copyright +++ /dev/null @@ -1,36 +0,0 @@ -Format: http://dep.debian.net/deps/dep5 -Upstream-Name: torouter -Source: - -Files: * -Copyright: 2011 Arturo Filasto' -License: BSD-3-Clause - -Files: debian/* -Copyright: 2011 Jacob Appelbaum -License: BSD-3-Clause - -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: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. 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. - 3. Neither the name of the University 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 REGENTS 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 REGENTS 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. diff --git a/packages/torouter-web/debian/dirs b/packages/torouter-web/debian/dirs deleted file mode 100644 index e772481..0000000 --- a/packages/torouter-web/debian/dirs +++ /dev/null @@ -1 +0,0 @@ -usr/bin diff --git a/packages/torouter-web/debian/postinst b/packages/torouter-web/debian/postinst deleted file mode 100644 index 97e9113..0000000 --- a/packages/torouter-web/debian/postinst +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh -# postinst script for torouter -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `configure' -# * `abort-upgrade' -# * `abort-remove' `in-favour' -# -# * `abort-remove' -# * `abort-deconfigure' `in-favour' -# `removing' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - configure) - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 diff --git a/packages/torouter-web/debian/postrm b/packages/torouter-web/debian/postrm deleted file mode 100644 index 632ac80..0000000 --- a/packages/torouter-web/debian/postrm +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh -# postrm script for torouter -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `remove' -# * `purge' -# * `upgrade' -# * `failed-upgrade' -# * `abort-install' -# * `abort-install' -# * `abort-upgrade' -# * `disappear' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - ;; - - *) - echo "postrm called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 diff --git a/packages/torouter-web/debian/preinst b/packages/torouter-web/debian/preinst deleted file mode 100644 index 1cc598e..0000000 --- a/packages/torouter-web/debian/preinst +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh -# preinst script for torouter -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `install' -# * `install' -# * `upgrade' -# * `abort-upgrade' -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - install|upgrade) - ;; - - abort-upgrade) - ;; - - *) - echo "preinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 diff --git a/packages/torouter-web/debian/prerm b/packages/torouter-web/debian/prerm deleted file mode 100644 index 4bb95dd..0000000 --- a/packages/torouter-web/debian/prerm +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/sh -# prerm script for torouter -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `remove' -# * `upgrade' -# * `failed-upgrade' -# * `remove' `in-favour' -# * `deconfigure' `in-favour' -# `removing' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - remove|upgrade|deconfigure) - ;; - - failed-upgrade) - ;; - - *) - echo "prerm called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 diff --git a/packages/torouter-web/debian/rules b/packages/torouter-web/debian/rules deleted file mode 100755 index e92c9cb..0000000 --- a/packages/torouter-web/debian/rules +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- -export DH_VERBOSE=1 - -%: - dh $@ diff --git a/packages/torouter-web/debian/source/format b/packages/torouter-web/debian/source/format deleted file mode 100644 index 89ae9db..0000000 --- a/packages/torouter-web/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native) diff --git a/packages/torouter-web/debian/torouter-tui.default b/packages/torouter-web/debian/torouter-tui.default deleted file mode 100644 index f0fa807..0000000 --- a/packages/torouter-web/debian/torouter-tui.default +++ /dev/null @@ -1,10 +0,0 @@ -# Defaults for torouter-web initscript -# sourced by /etc/init.d/torouter-web -# installed at /etc/default/torouter-web by the maintainer scripts - -# -# This is a POSIX shell fragment -# - -# When the package is configured - we set this accordingly -# ARGS="" diff --git a/packages/torouter-web/debian/torouter-tui.init b/packages/torouter-web/debian/torouter-tui.init deleted file mode 100644 index 7b7a0a0..0000000 --- a/packages/torouter-web/debian/torouter-tui.init +++ /dev/null @@ -1,155 +0,0 @@ -#! /bin/sh -### BEGIN INIT INFO -# Provides: torouter-tui -# Required-Start: $network $syslog -# Required-Stop: $syslog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: torouter-tui initscript -# Description: This file starts the torouter-tui python web UI. -### END INIT INFO - -# Author: Jacob Appelbaum -# - -# Do NOT "set -e" - -# PATH should only include /usr/* if it runs after the mountnfs.sh script -PATH=/sbin:/usr/sbin:/bin:/usr/bin -DESC="torouter-tui python web UI" -NAME=runui.py -DAEMON=/usr/bin/$NAME -DAEMON_ARGS="" -PIDFILE=/var/run/torouter-tui.pid -SCRIPTNAME=/etc/init.d/torouter-tui - -# Exit if the package is not installed -[ -x "$DAEMON" ] || exit 0 - -# Read configuration variable file if it is present -[ -r /etc/default/$NAME ] && . /etc/default/$NAME - -# Load the VERBOSE setting and other rcS variables -. /lib/init/vars.sh - -# Define LSB log_* functions. -# Depend on lsb-base (>= 3.0-6) to ensure that this file is present. -. /lib/lsb/init-functions - -# -# Function that starts the daemon/service -# -do_start() -{ - # Return - # 0 if daemon has been started - # 1 if daemon was already running - # 2 if daemon could not be started - start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --test > /dev/null \ - || return 1 - start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON -- \ - $DAEMON_ARGS \ - || return 2 - # Add code here, if necessary, that waits for the process to be ready - # to handle requests from services started subsequently which depend - # on this one. As a last resort, sleep for some time. -} - -# -# Function that stops the daemon/service -# -do_stop() -{ - # Return - # 0 if daemon has been stopped - # 1 if daemon was already stopped - # 2 if daemon could not be stopped - # other if a failure occurred - start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE --name $NAME - RETVAL="$?" - [ "$RETVAL" = 2 ] && return 2 - # Wait for children to finish too if this is a daemon that forks - # and if the daemon is only ever run from this initscript. - # If the above conditions are not satisfied then add some other code - # that waits for the process to drop all resources that could be - # needed by services started subsequently. A last resort is to - # sleep for some time. - start-stop-daemon --stop --quiet --oknodo --retry=0/30/KILL/5 --exec $DAEMON - [ "$?" = 2 ] && return 2 - # Many daemons don't delete their pidfiles when they exit. - rm -f $PIDFILE - return "$RETVAL" -} - -# -# Function that sends a SIGHUP to the daemon/service -# -do_reload() { - # - # If the daemon can reload its configuration without - # restarting (for example, when it is sent a SIGHUP), - # then implement that here. - # - start-stop-daemon --stop --signal 1 --quiet --pidfile $PIDFILE --name $NAME - return 0 -} - -case "$1" in - start) - [ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME" - do_start - case "$?" in - 0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;; - 2) [ "$VERBOSE" != no ] && log_end_msg 1 ;; - esac - ;; - stop) - [ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME" - do_stop - case "$?" in - 0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;; - 2) [ "$VERBOSE" != no ] && log_end_msg 1 ;; - esac - ;; - status) - status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $? - ;; - #reload|force-reload) - # - # If do_reload() is not implemented then leave this commented out - # and leave 'force-reload' as an alias for 'restart'. - # - #log_daemon_msg "Reloading $DESC" "$NAME" - #do_reload - #log_end_msg $? - #;; - restart|force-reload) - # - # If the "reload" option is implemented then remove the - # 'force-reload' alias - # - log_daemon_msg "Restarting $DESC" "$NAME" - do_stop - case "$?" in - 0|1) - do_start - case "$?" in - 0) log_end_msg 0 ;; - 1) log_end_msg 1 ;; # Old process is still running - *) log_end_msg 1 ;; # Failed to start - esac - ;; - *) - # Failed to stop - log_end_msg 1 - ;; - esac - ;; - *) - #echo "Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload}" >&2 - echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2 - exit 3 - ;; -esac - -: -- cgit v1.2.3