--- libnet-ssh2-ruby-2.0.15.orig/debian/copyright
+++ libnet-ssh2-ruby-2.0.15/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-ssh2-ruby-2.0.15.orig/debian/compat
+++ libnet-ssh2-ruby-2.0.15/debian/compat
@@ -0,0 +1 @@
+7
--- libnet-ssh2-ruby-2.0.15.orig/debian/rules
+++ libnet-ssh2-ruby-2.0.15/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-ssh2-ruby-2.0.15.orig/debian/watch
+++ libnet-ssh2-ruby-2.0.15/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://rubyforge.org/frs/?group_id=274 \
+.*/net-ssh-(2.*)\.tgz
--- libnet-ssh2-ruby-2.0.15.orig/debian/control
+++ libnet-ssh2-ruby-2.0.15/debian/control
@@ -0,0 +1,42 @@
+Source: libnet-ssh2-ruby
+Section: ruby
+Priority: optional
+Maintainer: Christopher Lunsford <binarymutant@gmail.com>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 7), 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-ssh2-ruby/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libnet-ssh2-ruby/
+
+Package: libnet-ssh2-ruby
+Architecture: all
+Depends: libnet-ssh2-ruby1.8, ${misc:Depends}
+Description: Ruby implementation of the SSH2 client protocol
+ Net::SSH is a pure-Ruby implementation of the SSH2 client protocol. It allows
+ you to write programs that invoke and interact with processes on remote
+ servers, via SSH2.
+ .
+ Metapackage for libnet-ssh2-ruby1.8
+
+Package: libnet-ssh2-ruby1.8
+Architecture: all
+Replaces: libnet-ssh-ruby1.8
+Depends: ruby1.8, ${misc:Depends}
+Description: Ruby implementation of the SSH2 client protocol
+ Net::SSH is a pure-Ruby implementation of the SSH2 client protocol. It allows
+ you to write programs that invoke and interact with processes on remote
+ servers, via SSH2.
+ .
+ This package is built for Ruby 1.8.
+
+Package: libnet-ssh2-ruby1.9.1
+Architecture: all
+Provides: libnet-ssh2-ruby
+Depends: ruby1.9.1, ${misc:Depends}
+Description: Ruby implementation of the SSH2 client protocol
+ Net::SSH is a pure-Ruby implementation of the SSH2 client protocol. It allows
+ you to write programs that invoke and interact with processes on remote
+ servers, via SSH2.
+ .
+ This package is built for Ruby 1.9.1.
--- libnet-ssh2-ruby-2.0.15.orig/debian/changelog
+++ libnet-ssh2-ruby-2.0.15/debian/changelog
@@ -0,0 +1,19 @@
+libnet-ssh2-ruby (2.0.15-1) unstable; urgency=low
+
+  * Team upload.
+  * New upstream version.
+  * debian/control:
+    + Bump Standards-Version to 3.8.4 (no changes needed).
+    + Drop 1.9 package, add 1.9.1 package (Closes: #569872).
+
+ -- Marco Rodrigues <gothicx@sapo.pt>  Wed, 24 Feb 2010 21:26:22 +0000
+
+libnet-ssh2-ruby (2.0.13-1) unstable; urgency=low
+
+  [ Christopher Lunsford ]
+  * Initial release (Closes: #543302)
+
+  [ Ryan Niebur ]
+  * fix watch file
+
+ -- Christopher Lunsford <binarymutant@gmail.com>  Sun, 23 Aug 2009 17:40:00 -0400
