Hello,

There is a new upstream release 0.53 for sshuttle.
I have prepared a debdiff and I committed my changes to
git://git.debian.org/collab-maint/sshuttle.git.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
"Faith means not wanting to know what is true." -- Nietzsche
--- sshuttle-0.43a/debian/changelog     2010-12-20 07:57:23.000000000 -0430
+++ sshuttle-0.53/debian/changelog      2011-06-08 16:43:30.000000000 -0430
@@ -1,3 +1,22 @@
+sshuttle (0.53-0.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * New upstream release (Closes: #620914).
+  * Migrate from dh_pysupport to dh_python2 helper and add B-D on python.
+  * Add X-Python-Version: >= 2.4 to indicate minimal Python version expected.
+  * Make copyright file DEP-5 compliant.
+  * Add watch file and implement get-orig-source to pull tarball from Github.
+  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Add useful files to use with debhelper: clean, install and manpages.
+  * Add patch to document missing flag in manpage.
+  * Drop manpage from Debian in favor of the one provided by upstream.
+  * Update Homepage and Vcs-* fields. Vcs-* field should point to Debian
+    packaging repositories.
+  * Disabled debian-changes* patches since they don't apply cleanly anymore.
+    They weren't dropped because I don't know if upstream solved those issues.
+
+ -- Miguel Landaeta <mig...@miguel.cc>  Tue, 31 May 2011 21:28:52 -0430
+
 sshuttle (0.43a-1) unstable; urgency=low
 
   * New upstream version with patches from GIT
--- sshuttle-0.43a/debian/clean 1969-12-31 20:00:00.000000000 -0400
+++ sshuttle-0.53/debian/clean  2011-06-08 16:43:30.000000000 -0430
@@ -0,0 +1 @@
+sshuttle.8
--- sshuttle-0.43a/debian/control       2010-11-16 20:02:19.000000000 -0430
+++ sshuttle-0.53/debian/control        2011-06-08 16:43:30.000000000 -0430
@@ -2,20 +2,21 @@
 Section: net
 Priority: extra
 Maintainer: Javier Fernandez-Sanguino Pen~a <j...@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), pandoc
-Standards-Version: 3.8.4
-Homepage: http://github.com/apenwarr/sshuttle/
-Vcs-Git: git://github.com/apenwarr/sshuttle/archives/sshuttle-0.42
-Vcs-Browser: http://github.com/apenwarr/sshuttle/tree/master
+Build-Depends: debhelper (>= 7.0.50~), pandoc, python (>= 2.6.6-3~)
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.4
+Homepage: https://github.com/apenwarr/sshuttle/
+Vcs-Git: git://git.debian.org/collab-maint/sshuttle.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/sshuttle.git
 
 Package: sshuttle
 Architecture: all
-Depends: iptables, openssh-client | lsh-client | dropbear | ssh-client, 
python, ${python:Depends} 
+Depends: iptables, openssh-client | lsh-client | dropbear | ssh-client, 
python, ${python:Depends}, ${misc:Depends}
 Recommends: sudo
 Description: Transparent proxy server for VPN over SSH
- Sshuttle makes it possible to access remote networks using 
+ Sshuttle makes it possible to access remote networks using
  SSH. It creates a transparent proxy server, using iptables, that will forward
  all the traffic through an SSH tunnel to a remote copy of sshuttle.
  .
  It does not require installation on the remote server, which
- just needs to have python installed. 
+ just needs to have python installed.
--- sshuttle-0.43a/debian/copyright     2010-10-26 21:21:40.000000000 -0430
+++ sshuttle-0.53/debian/copyright      2011-06-08 16:43:30.000000000 -0430
@@ -1,36 +1,98 @@
-This work was packaged for Debian by Javier Fernandez-Sanguino 
<j...@debian.org>
-on Wed, 27 Oct 2010 02:50:49 +0200
-
-It was downloaded from http://github.com/apenwarr/sshuttle
-
-Upstream Author:
-    Avery Pennarun <apenw...@gmail.com>
-
-Copyright: 
-    Copyright (C) 2010 Avery Pennarun
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
+Upstream-Name: sshuttle
+Upstream-Contact: Avery Pennarun <apenw...@gmail.com>
+Source: https://github.com/apenwarr/sshuttle
+
+Files: *
+Copyright: © 2010-2011, Avery Pennarun <apenw...@gmail.com>
+License: LGPL-2
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+ .
+ This library 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
+ Library General Public License for more details.
+ .
+ You should have received a copy of the GNU Library General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
+ .
+ On Debian systems, the full text of the GNU Library General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/LGPL-2'.
 
+Files: compat/*
+Copyright: © 2003-2005, Peter Astrand <astr...@lysator.liu.se>
 License:
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library 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
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public
-    License along with this library; if not, write to the Free
-    Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-    02110-1301  USA
-
-You can find the LGPL version 2 at see "/usr/share/common-licenses/LGPL-2".
-
-The Debian packaging is:
-
-    Copyright (C) 2010 Javier Fernandez-Sanguino Pen~a <j...@debian.org>
-
-and is licensed under the GPL version 2 see "/usr/share/common-licenses/GPL-2".
-
+ PSF LICENSE AGREEMENT FOR PYTHON 2.4
+ ------------------------------------
+ .
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation
+ ("PSF"), and the Individual or Organization ("Licensee") accessing and
+ otherwise using Python 2.4 software in source or binary form and its
+ associated documentation.
+ .
+ 2. Subject to the terms and conditions of this License Agreement, PSF
+ hereby grants Licensee a nonexclusive, royalty-free, world-wide
+ license to reproduce, analyze, test, perform and/or display publicly,
+ prepare derivative works, distribute, and otherwise use Python 2.4
+ alone or in any derivative version, provided, however, that PSF's
+ License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
+ 2001, 2002, 2003, 2004 Python Software Foundation; All Rights Reserved"
+ are retained in Python 2.4 alone or in any derivative version prepared
+ by Licensee.
+ .
+ 3. In the event Licensee prepares a derivative work that is based on
+ or incorporates Python 2.4 or any part thereof, and wants to make
+ the derivative work available to others as provided herein, then
+ Licensee hereby agrees to include in any such work a brief summary of
+ the changes made to Python 2.4.
+ .
+ 4. PSF is making Python 2.4 available to Licensee on an "AS IS"
+ basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+ IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.4 WILL NOT
+ INFRINGE ANY THIRD PARTY RIGHTS.
+ .
+ 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
+ 2.4 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
+ A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.4,
+ OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+ .
+ 6. This License Agreement will automatically terminate upon a material
+ breach of its terms and conditions.
+ .
+ 7. Nothing in this License Agreement shall be deemed to create any
+ relationship of agency, partnership, or joint venture between PSF and
+ Licensee.  This License Agreement does not grant permission to use PSF
+ trademarks or trade name in a trademark sense to endorse or promote
+ products or services of Licensee, or any third party.
+ .
+ 8. By copying, installing or otherwise using Python 2.4, Licensee
+ agrees to be bound by the terms and conditions of this License
+ Agreement.
+
+Files: debian/*
+Copyright: © 2010, Javier Fernandez-Sanguino Pen~a <j...@debian.org>,
+ © 2011, Miguel Landaeta <mig...@miguel.cc>
+License: GPL-2+
+ This program 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, either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program 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 program.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
--- sshuttle-0.43a/debian/install       1969-12-31 20:00:00.000000000 -0400
+++ sshuttle-0.53/debian/install        2011-06-08 16:43:30.000000000 -0430
@@ -0,0 +1,3 @@
+*.py                     usr/lib/sshuttle
+compat                   usr/lib/sshuttle
+debian/scripts/sshuttle  usr/sbin
--- sshuttle-0.43a/debian/manpages      1969-12-31 20:00:00.000000000 -0400
+++ sshuttle-0.53/debian/manpages       2011-06-08 16:43:30.000000000 -0430
@@ -0,0 +1 @@
+sshuttle.8
--- sshuttle-0.43a/debian/orig-tar.sh   1969-12-31 20:00:00.000000000 -0400
+++ sshuttle-0.53/debian/orig-tar.sh    2011-06-08 16:43:30.000000000 -0430
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+PKG=sshuttle
+TAR=${PKG}_$2.orig.tar.gz
+
+# Just rename upstream source tarball
+mv ${PKG}-$2 $TAR
--- sshuttle-0.43a/debian/patches/manpage.diff  1969-12-31 20:00:00.000000000 
-0400
+++ sshuttle-0.53/debian/patches/manpage.diff   2011-06-08 16:43:30.000000000 
-0430
@@ -0,0 +1,27 @@
+Description: Document missing option in sshuttle manpage
+Author: Miguel Landaeta <mig...@miguel.cc>
+Forwarded: no
+Last-Update: 2011-04-04
+
+--- sshuttle-0.52.orig/sshuttle.md
++++ sshuttle-0.52/sshuttle.md
+@@ -1,6 +1,6 @@
+-% sshuttle(8) Sshuttle 0.46
++% sshuttle(8) Sshuttle 0.52
+ % Avery Pennarun <apenw...@gmail.com>
+-% 2011-01-25
++% 2011-04-04
+ 
+ # NAME
+ 
+@@ -71,6 +71,10 @@ entire subnet to the VPN.
+     are taken automatically from the server's routing
+     table.
+     
++--dns
++:   capture local DNS requests and forward to the remote DNS
++    server.
++    
+ --python
+ :   specify the name/path of the remote python interpreter. 
+     The default is just `python`, which means to use the
--- sshuttle-0.43a/debian/patches/series        2010-12-20 07:54:11.000000000 
-0430
+++ sshuttle-0.53/debian/patches/series 2011-06-08 16:43:30.000000000 -0430
@@ -1,2 +1,3 @@
-debian-changes-0.42-2
-debian-changes-0.43a-1
+#debian-changes-0.42-2
+#debian-changes-0.43a-1
+manpage.diff
--- sshuttle-0.43a/debian/rules 2010-11-16 20:16:44.000000000 -0430
+++ sshuttle-0.53/debian/rules  2011-06-08 16:43:30.000000000 -0430
@@ -1,21 +1,17 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
+%:
+       dh $@ --with python2
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+override_dh_auto_clean:
+override_dh_auto_install:
+override_dh_auto_test:
 
+override_dh_auto_build:
+       pandoc -s -r markdown -w man -o sshuttle.8 sshuttle.md
 
-%:
-       dh $@ 
+override_dh_install:
+       dh_install -Xstresstest.py
 
-#override_dh_auto_clean:
-#      rm -f debian/sshuttle.8
-#
-#override_dh_auto_build:
-#      docbook-to-man debian/sshuttle.sgml > debian/sshuttle.8
-
-override_dh_auto_install:
-       PREFIX=debian/sshuttle $(MAKE) install
-# Wrapper install - not required
-#      rm -f debian/sshuttle/usr/sbin/sshuttle
-#      install -m 755 debian/sshuttle.wrapper debian/sshuttle/usr/sbin/sshuttle
+get-orig-source:
+       cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
+       uscan --no-conf --rename --force-download --destdir $(CURDIR)
--- sshuttle-0.43a/debian/scripts/sshuttle      1969-12-31 20:00:00.000000000 
-0400
+++ sshuttle-0.53/debian/scripts/sshuttle       2011-06-08 16:43:30.000000000 
-0430
@@ -0,0 +1,3 @@
+#!/bin/sh
+DIR=/usr/lib/sshuttle
+exec python "$DIR/main.py" python "$@"
--- sshuttle-0.43a/debian/sshuttle.8    2010-11-06 07:34:32.000000000 -0430
+++ sshuttle-0.53/debian/sshuttle.8     1969-12-31 20:00:00.000000000 -0400
@@ -1,80 +0,0 @@
-.TH "SSHUTTLE" "8" 
-.SH "NAME" 
-sshuttle \(em create a transparent proxy to remotely acces other networks 
-.SH "SYNOPSIS" 
-.PP 
-\fBsshuttle\fR [\fB-l \fIip:\fR\fIport\fR\fP]  [\fB-r 
\fIusername@sshserver:port\fR\fP]  
-.SH "DESCRIPTION" 
-.PP 
-This manual page documents briefly the 
-\fBsshuttle\fR and \fBbar\fR       commands. 
-.PP 
-This manual page was written for the \fBDebian\fP distribution 
-because the original program does not have a manual page. 
-.PP 
-\fBsshuttle\fR is a program that 
-can be used to setup a transparent proxy server to connect 
-two networks by using a remote server you have an SSH account in 
-that is located in the remote network. In a sense, it acts like 
-a VPN connnection since all the traffic is transparently 
-forwarded between hosts in both networks. 
-.PP 
-Any TCP session initiated to one of the proxied IP addresses will be 
-captured by \fBsshuttle\fR and sent over an ssh session to the 
-remote copy of \fBsshuttle\fR, which will then regenerate the 
-connection on that end, and funnel the data back and forth through ssh. 
- 
-.PP 
-For \fBsshuttle\fR to work, the user has to 
-be root in the system that starts up the VPN connection. On the 
-other hand, \fBsshuttle\fR does not need to be installed in 
-the remote server, as the initial invocation will make it copy over to it. 
-However, a \fBpython\fR interpreter needs to be available there. 
-It does not require any administrative privileges in the remote machine, and 
-works even if TCP forwarding is disabled in the remote host. 
-.SH "OPTIONS" 
-.PP 
-These programs follow the usual GNU command line syntax, 
-with long options starting with two dashes (`\-').  A summary of 
-options is included below.  For a complete description, see the 
-\fBInfo\fP files. 
-.IP "\fB-l\fP           \fB\-\-listen\fP         " 10 
-Transparent proxy to the IP address and port number provided. 
-By default uses 0.0.0.0:0 (any IP address and any port). 
-.IP "\fB-H\fP           \fB\-\-auto-hosts\fP         " 10 
-Scan for remote hostnames and update local /etc/hosts. 
-.IP "\fB-N\fP           \fB\-\-auto-nets\fP         " 10 
-Automatically determine subnets to route. 
-.IP "\fB\-\-python\fP         " 10 
-Specify the name/path of the python interpreter on the remote 
-server (by default: python). 
-.IP "\fB-r\fP         \fB\-\-remote\fP         " 10 
-Define the SSH hostname (and optionally, the username too) of the remote 
sshuttle server. 
-.IP "\fB-x\fP         \fB\-\-exclude\fP         " 10 
-Exclude the subnet from the forwarding (can be used more than once). 
-.IP "\fB-v\fP         \fB\-\-verbose\fP         " 10 
-Increase debug message verbosity. 
-.IP "\fB\-\-seed-hosts\fP         " 10 
-When used together with \-H, use these hostnames for the initial 
-scan. The list of hosts has to be comma-separated. 
-.IP "\fB\-\-noserver\fP         " 10 
-Do not use a separate server process. Used mostly for debugging. 
-.SH "SEE ALSO" 
-.PP 
-ssh (1) 
-.PP 
-The documentation avialable at /usr/share/doc/sshuttle or the 
-online documentation available at http://github.com/apenwarr/sshuttle. 
-.SH "AUTHOR" 
-.PP 
-This manual page was written by Javier Fernandez-Sanguino Pen~a 
j...@debian.org for 
-the \fBDebian\fP system (and may be used by others).  Permission is 
-granted to copy, distribute and/or modify this document under 
-the terms of the GNU General Public License, Version 2 or any 
-later version published by the Free Software Foundation. 
- 
-.PP 
-On Debian systems, the complete text of the GNU General Public 
-License can be found in /usr/share/common-licenses/GPL-2. 
- 
-.\" created by instant / docbook-to-man, Sat 06 Nov 2010, 13:04 
--- sshuttle-0.43a/debian/sshuttle.manpages     2010-11-16 20:17:31.000000000 
-0430
+++ sshuttle-0.53/debian/sshuttle.manpages      1969-12-31 20:00:00.000000000 
-0400
@@ -1 +0,0 @@
-sshuttle.8
--- sshuttle-0.43a/debian/sshuttle.sgml 2010-10-26 21:05:43.000000000 -0430
+++ sshuttle-0.53/debian/sshuttle.sgml  1969-12-31 20:00:00.000000000 -0400
@@ -1,235 +0,0 @@
-<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
-
-<!-- Process this file with docbook-to-man to generate an nroff manual
-     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
-     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
-     less'.  A typical entry in a Makefile or Makefile.am is:
-
-manpage.1: manpage.sgml
-       docbook-to-man $< > $@
-
-
-       The docbook-to-man binary is found in the docbook-to-man package.
-       Please remember that if you create the nroff version in one of the
-       debian/rules file targets (such as build), you will need to include
-       docbook-to-man in your Build-Depends control field.
-
-  -->
-
-  <!ENTITY dhfirstname "<firstname>Javier</firstname>">
-  <!ENTITY dhsurname   "<surname>Fernandez-Sanguino</surname>">
-  <!ENTITY dhdate      "<date>October 27, 2010</date>">
-  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
-       allowed: see man(7), man(1). -->
-  <!ENTITY dhsection   "<manvolnum>8</manvolnum>">
-  <!ENTITY dhemail     "<email>j...@debian.org</email>">
-  <!ENTITY dhusername  "Javier Fernandez-Sanguino Pen~a">
-  <!ENTITY dhucpackage "<refentrytitle>SSHUTTLE</refentrytitle>">
-  <!ENTITY dhpackage   "sshuttle">
-
-  <!ENTITY debian      "<productname>Debian</productname>">
-  <!ENTITY gnu         "<acronym>GNU</acronym>">
-  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
-]>
-
-<refentry>
-  <refentryinfo>
-    <address>
-      &dhemail;
-    </address>
-    <author>
-      &dhfirstname;
-      &dhsurname;
-    </author>
-    <copyright>
-      <year>2010</year>
-      <holder>&dhusername;</holder>
-    </copyright>
-    &dhdate;
-  </refentryinfo>
-  <refmeta>
-    &dhucpackage;
-
-    &dhsection;
-  </refmeta>
-  <refnamediv>
-    <refname>&dhpackage;</refname>
-
-    <refpurpose>create a transparent proxy to remotely acces other 
networks</refpurpose>
-  </refnamediv>
-  <refsynopsisdiv>
-    <cmdsynopsis>
-      <command>&dhpackage;</command>
-
-      <arg><option>-l 
<replaceable>ip:</replaceable><replaceable>port</replaceable></option></arg>
-
-      <arg><option>-r 
<replaceable>username@sshserver:port</replaceable></option></arg>
-
-
-
-    </cmdsynopsis>
-  </refsynopsisdiv>
-  <refsect1>
-    <title>DESCRIPTION</title>
-
-    <para>This manual page documents briefly the
-      <command>&dhpackage;</command> and <command>bar</command>
-      commands.</para>
-
-    <para>This manual page was written for the &debian; distribution
-      because the original program does not have a manual page.</para>
-
-    <para><command>&dhpackage;</command> is a program that
-    can be used to setup a transparent proxy server to connect
-    two networks by using a remote server you have an SSH account in
-    that is located in the remote network. In a sense, it acts like
-    a VPN connnection since all the traffic is transparently
-    forwarded between hosts in both networks.</para>
-
-    <para>Any TCP session initiated to one of the proxied IP addresses will be
-captured by <command>&dhpackage;</command> and sent over an ssh session to the
-remote copy of <command>&dhpackage;</command>, which will then regenerate the
-connection on that end, and funnel the data back and forth through ssh.
-    </para>
-
-    <para>For <command>&dhpackage;</command> to work, the user has to
-    be root in the system that starts up the VPN connection. On the
-    other hand, <command>&dhpackage;</command> does not need to be installed in
-    the remote server, as the initial invocation will make it copy over to it.
-    However, a <command>python</command> interpreter needs to be available 
there.
-    It does not require any administrative privileges in the remote machine, 
and
-    works even if TCP forwarding is disabled in the remote host.</para>
-
-  </refsect1>
-  <refsect1>
-    <title>OPTIONS</title>
-
-    <para>These programs follow the usual &gnu; command line syntax,
-      with long options starting with two dashes (`-').  A summary of
-      options is included below.  For a complete description, see the
-      <application>Info</application> files.</para>
-
-    <variablelist>
-      <varlistentry>
-        <term><option>-l</option>
-          <option>--listen</option>
-        </term>
-        <listitem>
-          <para>Transparent proxy to the IP address and port number provided.
-By default uses 0.0.0.0:0 (any IP address and any port).</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>-H</option>
-          <option>--auto-hosts</option>
-        </term>
-        <listitem>
-          <para>Scan for remote hostnames and update local /etc/hosts.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>-N</option>
-          <option>--auto-nets</option>
-        </term>
-        <listitem>
-          <para>Automatically determine subnets to route.</para>
-        </listitem>
-      </varlistentry>
-    
-      <varlistentry>
-        <term><option>--python</option>
-        </term>
-        <listitem>
-          <para>Specify the name/path of the python interpreter on the remote
-server (by default: python).</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>-r</option>
-        <option>--remote</option>
-        </term>
-        <listitem>
-          <para>Define the SSH hostname (and optionally, the username too) of 
the remote sshuttle server.</para>
-        </listitem>
-      </varlistentry>
-    
-      <varlistentry>
-        <term><option>-x</option>
-        <option>--exclude</option>
-        </term>
-        <listitem>
-          <para>Exclude the subnet from the forwarding (can be used more than 
once).</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
-        <term><option>-v</option>
-        <option>--verbose</option>
-        </term>
-        <listitem>
-          <para>Increase debug message verbosity.</para>
-        </listitem>
-      </varlistentry>
-    
-      <varlistentry>
-        <term><option>--seed-hosts</option>
-        </term>
-        <listitem>
-          <para>When used together with -H, use these hostnames for the initial
-scan. The list of hosts has to be comma-separated.</para>
-        </listitem>
-      </varlistentry>
-    
-      <varlistentry>
-        <term><option>--noserver</option>
-        </term>
-        <listitem>
-          <para>Do not use a separate server process. Used mostly for 
debugging.</para>
-        </listitem>
-      </varlistentry>
-
-    </variablelist>
-  </refsect1>
-  <refsect1>
-    <title>SEE ALSO</title>
-
-    <para>ssh (1)</para>
-
-    <para>The documentation avialable at /usr/share/doc/&dhpackage; or the
-online documentation available at http://github.com/apenwarr/sshuttle.</para>
-
-
-  </refsect1>
-  <refsect1>
-    <title>AUTHOR</title>
-
-    <para>This manual page was written by &dhusername; &dhemail; for
-      the &debian; system (and may be used by others).  Permission is
-      granted to copy, distribute and/or modify this document under
-      the terms of the &gnu; General Public License, Version 2 or any
-      later version published by the Free Software Foundation.
-    </para>
-    <para>
-      On Debian systems, the complete text of the GNU General Public
-      License can be found in /usr/share/common-licenses/GPL-2.
-    </para>
-
-  </refsect1>
-</refentry>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:2
-sgml-indent-data:t
-sgml-parent-document:nil
-sgml-default-dtd-file:nil
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
--->
--- sshuttle-0.43a/debian/sshuttle.wrapper      2010-10-26 21:26:01.000000000 
-0430
+++ sshuttle-0.53/debian/sshuttle.wrapper       1969-12-31 20:00:00.000000000 
-0400
@@ -1,5 +0,0 @@
-#!/bin/sh
-# Simple wrapper for sshuttle python program
-
-cd /usr/lib/sshuttle/
-exec python main.py $*
--- sshuttle-0.43a/debian/watch 1969-12-31 20:00:00.000000000 -0400
+++ sshuttle-0.53/debian/watch  2011-06-08 16:43:30.000000000 -0430
@@ -0,0 +1,4 @@
+version=3
+https://github.com/apenwarr/sshuttle/downloads \
+ /apenwarr/sshuttle/tarball/sshuttle-([0-9\.]+) \
+ debian debian/orig-tar.sh

Reply via email to