--- libnet-sftp2-ruby-2.0.3.orig/debian/compat
+++ libnet-sftp2-ruby-2.0.3/debian/compat
@@ -0,0 +1 @@
+7
--- libnet-sftp2-ruby-2.0.3.orig/debian/copyright
+++ libnet-sftp2-ruby-2.0.3/debian/copyright
@@ -0,0 +1,36 @@
+This package was debianized by Christopher Lunsford <binarymutant@gmail.com> on
+Sun, 23 Aug 2009 06:02:42 -0500.
+
+It was downloaded from <http://net-ssh.rubyforge.org/>
+
+Upstream authors:
+
+    Jamis Buck <jamis@37signals.com>
+
+Copyright:
+
+    Copyright © 2008 by Jamis Buck
+
+License:
+
+    Permission is hereby granted, free of charge, to any person obtaining
+    a copy of this software and associated documentation files (the
+    "Software"), to deal in the Software without restriction, including
+    without limitation the rights to use, copy, modify, merge, publish,
+    distribute, sublicense, and/or sell copies of the Software, and to
+    permit persons to whom the Software is furnished to do so, subject to
+    the following conditions:
+
+    The above copyright notice and this permission notice shall be
+    included in all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+The Debian packaging is © 2009, Christopher Lunsford <binarymutant@gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.
--- libnet-sftp2-ruby-2.0.3.orig/debian/changelog
+++ libnet-sftp2-ruby-2.0.3/debian/changelog
@@ -0,0 +1,14 @@
+libnet-sftp2-ruby (2.0.3-1) unstable; urgency=low
+
+  * New upstream version
+  * Drop 1.9 package, add 1.9.1 package for Ruby 1.9.1 transition
+  * Add myself to uploaders
+  * Standards-version 3.8.3→3.8.4 (no changes)
+
+ -- Gunnar Wolf <gwolf@debian.org>  Tue, 23 Mar 2010 20:53:27 -0600
+
+libnet-sftp2-ruby (2.0.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #543319)
+
+ -- Christopher Lunsford <binarymutant@gmail.com>  Sun, 23 Aug 2009 17:40:00 -0400
--- libnet-sftp2-ruby-2.0.3.orig/debian/rules
+++ libnet-sftp2-ruby-2.0.3/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
--- libnet-sftp2-ruby-2.0.3.orig/debian/watch
+++ libnet-sftp2-ruby-2.0.3/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://rubyforge.org/frs/?group_id=274 \
+.*/net-sftp-(2.*)\.tar\.gz
--- libnet-sftp2-ruby-2.0.3.orig/debian/control
+++ libnet-sftp2-ruby-2.0.3/debian/control
@@ -0,0 +1,41 @@
+Source: libnet-sftp2-ruby
+Section: ruby
+Priority: optional
+Maintainer: Christopher Lunsford <binarymutant@gmail.com>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>, Gunnar Wolf <gwolf@debian.org>
+Build-Depends: debhelper (>= 7), cdbs, ruby1.8, ruby1.9.1, ruby-pkg-tools
+Standards-Version: 3.8.4
+Homepage: http://net-ssh.rubyforge.org/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libnet-sftp2-ruby/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libnet-sftp2-ruby/
+
+Package: libnet-sftp2-ruby
+Architecture: all
+Depends: libnet-sftp2-ruby1.8, ${misc:Depends}
+Description: Ruby implementation of the SFTP protocol
+ Net::SFTP is a pure-Ruby implementation of the SFTP protocol (specifically,
+ versions 1 through 6 of the SFTP protocol). Note that this is the "Secure File
+ Transfer Protocol", typically run over an SSH connection, and has nothing to
+ do with the FTP protocol.
+ .
+ Metapackage for libnet-sftp2-ruby1.8
+
+Package: libnet-sftp2-ruby1.8
+Architecture: all
+Replaces: libnet-sftp-ruby1.8
+Depends: libnet-ssh2-ruby1.8, ruby1.8, ${misc:Depends}
+Description: Ruby implementation of the SFTP protocol
+ Net::SFTP is a pure-Ruby implementation of the SFTP protocol (specifically,
+ versions 1 through 6 of the SFTP protocol). Note that this is the "Secure File
+ Transfer Protocol", typically run over an SSH connection, and has nothing to
+ do with the FTP protocol.
+
+Package: libnet-sftp2-ruby1.9.1
+Architecture: all
+Depends: libnet-ssh2-ruby1.9.1, ruby1.9.1, ${misc:Depends}
+Description: Ruby implementation of the SFTP protocol
+ Net::SFTP is a pure-Ruby implementation of the SFTP protocol (specifically,
+ versions 1 through 6 of the SFTP protocol). Note that this is the "Secure File
+ Transfer Protocol", typically run over an SSH connection, and has nothing to
+ do with the FTP protocol.
+
