--- libnet-netrc-ruby-0.2.2.orig/debian/control
+++ libnet-netrc-ruby-0.2.2/debian/control
@@ -0,0 +1,21 @@
+Source: libnet-netrc-ruby
+Section: ruby
+Priority: extra
+Maintainer: Tatsuki Sugiura <sugi@nemui.org>
+Build-Depends: debhelper (>= 5), ruby-pkg-tools, cdbs, ruby1.8, ruby1.9.1
+Homepage: http://rubyforge.org/projects/net-netrc/
+Standards-Version: 3.8.4
+
+Package: libnet-netrc-ruby1.8
+Architecture: all
+Depends: libruby1.8, ${misc:Depends}
+Description: Pure Ruby library to parse .netrc file
+ Net::Netrc is a pure Ruby library to parse .net file compat with
+ ftp(1) / netrc(5).
+
+Package: libnet-netrc-ruby1.9.1
+Architecture: all
+Depends: libruby1.9.1, ${misc:Depends}
+Description: Pure Ruby library to parse .netrc file
+ Net::Netrc is a pure Ruby library to parse .net file compat with
+ ftp(1) / netrc(5).
--- libnet-netrc-ruby-0.2.2.orig/debian/rules
+++ libnet-netrc-ruby-0.2.2/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-netrc-ruby-0.2.2.orig/debian/watch
+++ libnet-netrc-ruby-0.2.2/debian/watch
@@ -0,0 +1,23 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage 
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php libnet-netrc-(.*)\.tar\.gz
+http://rubyforge.org/frs/?group_id=1165&release_id=3840 .*/?net-netrc-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/libnet-netrc-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/libnet-netrc-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for debscripts >= 2.9
+# http://sf.net/libnet-netrc/libnet-netrc-(.*)\.tar\.gz
+
+
--- libnet-netrc-ruby-0.2.2.orig/debian/changelog
+++ libnet-netrc-ruby-0.2.2/debian/changelog
@@ -0,0 +1,20 @@
+libnet-netrc-ruby (0.2.2-1) unstable; urgency=medium
+
+  * New upstream release
+  * Add ruby 1.9.1 package, drop 1.9.
+  * Change package section to ruby.
+
+ -- Tatsuki Sugiura <sugi@nemui.org>  Tue, 23 Feb 2010 17:52:35 +0900
+
+libnet-netrc-ruby (0.2.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Tatsuki Sugiura <sugi@nemui.org>  Tue, 01 Apr 2008 19:28:42 +0900
+
+libnet-netrc-ruby (0.2.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #440467)
+
+ -- Tatsuki Sugiura <sugi@nemui.org>  Sun, 02 Sep 2007 04:50:24 +0900
+
--- libnet-netrc-ruby-0.2.2.orig/debian/libnet-netrc-ruby1.8.docs
+++ libnet-netrc-ruby-0.2.2/debian/libnet-netrc-ruby1.8.docs
@@ -0,0 +1,3 @@
+NEWS
+README
+TODO
--- libnet-netrc-ruby-0.2.2.orig/debian/compat
+++ libnet-netrc-ruby-0.2.2/debian/compat
@@ -0,0 +1 @@
+5
--- libnet-netrc-ruby-0.2.2.orig/debian/libnet-netrc-ruby1.9.1.docs
+++ libnet-netrc-ruby-0.2.2/debian/libnet-netrc-ruby1.9.1.docs
@@ -0,0 +1,3 @@
+NEWS
+README
+TODO
--- libnet-netrc-ruby-0.2.2.orig/debian/copyright
+++ libnet-netrc-ruby-0.2.2/debian/copyright
@@ -0,0 +1,72 @@
+This package was debianized by Tatsuki Sugiura <sugi@nemui.org> on
+Sun, 02 Sep 2007 04:50:24 +0900.
+
+It was downloaded from <http://rubyforge.org/projects/net-netrc/>
+
+Upstream Author: 
+
+    Robert J. Showalter <bshow@rubyforge.org>
+
+Copyright: 
+
+    Robert J. Showalter <bshow@rubyforge.org>
+
+License:
+
+    Ruby License
+
+The Debian packaging is (C) 2007, Tatsuki Sugiura <sugi@nemui.org>.
+
+Net::Netrc is copyrighted free software by Robert J. Showalter
+<bshow@rubyforge.org>.  You can redistribute it and/or modify it
+under the conditions below:
+
+  1. You may make and give away verbatim copies of the source form of the
+     software without restriction, provided that you duplicate all of the
+     original copyright notices and associated disclaimers.
+
+  2. You may modify your copy of the software in any way, provided that
+     you do at least ONE of the following:
+
+       a) place your modifications in the Public Domain or otherwise
+          make them Freely Available, such as by posting said
+          modifications to Usenet or an equivalent medium, or by allowing
+          the author to include your modifications in the software.
+
+       b) use the modified software only within your corporation or
+          organization.
+
+       c) rename any non-standard executables so the names do not conflict
+          with standard executables, which must also be provided.
+
+       d) make other distribution arrangements with the author.
+
+  3. You may distribute the software in object code or executable
+     form, provided that you do at least ONE of the following:
+
+       a) distribute the executables and library files of the software,
+          together with instructions (in the manual page or equivalent)
+          on where to get the original distribution.
+
+       b) accompany the distribution with the machine-readable source of
+          the software.
+
+       c) give non-standard executables non-standard names, with
+          instructions on where to get the original software distribution.
+
+       d) make other distribution arrangements with the author.
+
+  4. You may modify and include the part of the software into any other
+     software (possibly commercial).
+
+  5. The scripts and library files supplied as input to or produced as 
+     output from the software do not automatically fall under the
+     copyright of the software, but belong to whomever generated them, 
+     and may be sold commercially, and may be aggregated with this
+     software.
+
+  6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+     IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+     PURPOSE.
+
