--- libeventmachine-ruby-0.12.10.orig/debian/watch
+++ libeventmachine-ruby-0.12.10/debian/watch
@@ -0,0 +1,5 @@
+# See uscan(1) for format
+version=3
+
+http://rubyforge.org/frs/?group_id=1555&release_id=31185 \
+    /frs/download.php/\d+/eventmachine-([\d\.]*)\.gem
--- libeventmachine-ruby-0.12.10.orig/debian/control
+++ libeventmachine-ruby-0.12.10/debian/control
@@ -0,0 +1,63 @@
+Source: libeventmachine-ruby
+Section: ruby
+Priority: optional
+Maintainer: Daigo Moriwaki <daigo@debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>, Ryan Niebur <ryanryan52@gmail.com>
+Build-Depends: cdbs, debhelper (>= 7), ruby-pkg-tools, ruby1.8-dev
+Standards-Version: 3.8.4
+Homepage: http://rubyeventmachine.com/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libeventmachine-ruby/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libeventmachine-ruby/
+
+Package: libeventmachine-ruby1.8
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: libeventmachine-ruby-doc
+Description: Event-driven I/O library for high-performance threaded network programming
+ EventMachine implements a fast, single-threaded engine for arbitrary network
+ communications. It's extremely easy to use in Ruby. EventMachine wraps all
+ interactions with IP sockets, allowing programs to concentrate on the
+ implementation of network protocols. It can be used to create both network
+ servers and clients. To create a server or client, a Ruby program only needs
+ to specify the IP address and port, and provide a Module that implements the
+ communications protocol. Implementations of several standard network protocols
+ are provided with the package, primarily to serve as examples. The real goal
+ of EventMachine is to enable programs to easily interface with other programs
+ using TCP/IP, especially if custom protocols are required.
+
+Package: libeventmachine-ruby
+Architecture: all
+Depends: libeventmachine-ruby1.8 (>= ${source:Version}), libeventmachine-ruby1.8 (<< ${source:Version}.1~), ${misc:Depends}
+Description: Event-driven I/O library for high-performance threaded network programming
+ EventMachine implements a fast, single-threaded engine for arbitrary network
+ communications. It's extremely easy to use in Ruby. EventMachine wraps all
+ interactions with IP sockets, allowing programs to concentrate on the
+ implementation of network protocols. It can be used to create both network
+ servers and clients. To create a server or client, a Ruby program only needs
+ to specify the IP address and port, and provide a Module that implements the
+ communications protocol. Implementations of several standard network protocols
+ are provided with the package, primarily to serve as examples. The real goal
+ of EventMachine is to enable programs to easily interface with other programs
+ using TCP/IP, especially if custom protocols are required.
+ .
+ This is a dependency package which depends on Debian's default Ruby version
+ (currently 1.8.x).
+
+Package: libeventmachine-ruby-doc
+Section: doc
+Architecture: all
+Suggests: libeventmachine-ruby
+Depends: ${misc:Depends}
+Description: Event-driven I/O library for high-performance threaded network programming
+ EventMachine implements a fast, single-threaded engine for arbitrary network
+ communications. It's extremely easy to use in Ruby. EventMachine wraps all
+ interactions with IP sockets, allowing programs to concentrate on the
+ implementation of network protocols. It can be used to create both network
+ servers and clients. To create a server or client, a Ruby program only needs
+ to specify the IP address and port, and provide a Module that implements the
+ communications protocol. Implementations of several standard network protocols
+ are provided with the package, primarily to serve as examples. The real goal
+ of EventMachine is to enable programs to easily interface with other programs
+ using TCP/IP, especially if custom protocols are required.
+ .
+ This package contains documentations.
--- libeventmachine-ruby-0.12.10.orig/debian/rules
+++ libeventmachine-ruby-0.12.10/debian/rules
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+
+ruby_ver = 1.8
+
+DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/README
+DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/DEFERRABLES
+DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/EPOLL
+DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/KEYBOARD
+DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/LIGHTWEIGHT_CONCURRENCY
+DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/PURE_RUBY
+DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/RELEASE_NOTES
+DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/SMTP
+DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/SPAWNED_PROCESSES
+DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/TODO
+
+
--- libeventmachine-ruby-0.12.10.orig/debian/copyright
+++ libeventmachine-ruby-0.12.10/debian/copyright
@@ -0,0 +1,89 @@
+This package was debianized by Daigo Moriwaki <daigo@debian.org> on
+Tue, 07 Oct 2008 22:12:21 +0900.
+
+It was downloaded from <http://rubyeventmachine.com/>
+
+Upstream Author:
+
+    Francis Cianfrocca <blackhedd ... gmail.com>
+
+Copyright:
+
+    Copyright (C) 2006-08 by Francis Cianfrocca
+
+License:
+
+EventMachine is copyrighted free software owned by Francis Cianfrocca
+(blackhedd ... gmail.com). The Owner of this software permits you to
+redistribute and/or modify the software under either the terms of the GPL
+version 2, or the conditions below ("Ruby's License"):
+
+
+Ruby's License:
+
+Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.jp>.
+You can redistribute it and/or modify it under either the terms of the GPL
+(see the file GPL), or 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) give non-standard binaries non-standard names, with
+          instructions on where to get the original software distribution.
+
+       d) make other distribution arrangements with the author.
+
+  3. You may distribute the software in object code or binary form,
+     provided that you do at least ONE of the following:
+
+       a) distribute the binaries 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 binaries 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).  But some files in the distribution
+     are not written by the author, so that they are not under these terms.
+
+     For the list of those files and their copying conditions, see the
+     file LEGAL.
+
+  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.
+
+
+GNU General Public License, Version 2:
+
+On Debian systems, the complete text of the GNU General Public License,
+Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+
+The Debian packaging is Copyright 2008, Daigo Moriwaki <daigo@debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.
--- libeventmachine-ruby-0.12.10.orig/debian/compat
+++ libeventmachine-ruby-0.12.10/debian/compat
@@ -0,0 +1 @@
+7
--- libeventmachine-ruby-0.12.10.orig/debian/changelog
+++ libeventmachine-ruby-0.12.10/debian/changelog
@@ -0,0 +1,41 @@
+libeventmachine-ruby (0.12.10-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #577102)
+  * debian/control: 
+    - Bumped up Standards-Version to 3.8.4.
+  * debian/watch:
+    - The upstream seems to only distribute a gem package, no longer in the
+    *.tar.gz format. The watch file watches versions of gem packages.  Thanks
+    to Frederic Peters for letting me know.
+
+ -- Daigo Moriwaki <daigo@debian.org>  Sat, 10 Apr 2010 12:05:59 +0900
+
+libeventmachine-ruby (0.12.6-1) unstable; urgency=low
+
+  * New upstream version
+  * add myself to uploaders
+  * change Section to ruby
+  * change the -ruby and -doc packages to Architecture all as they are
+    architecture independent
+    - change the versioned dependency to make it binnmu-able
+  * fix copyright for debian packaging in debian/copyright
+  * depend on ${misc:Depends} for all packages
+  * debian policy 3.8.1
+  * update Vcs-* fields for the move from packages-wip to package
+  * update upstream copyright to 2008, as some files say that year
+
+ -- Ryan Niebur <ryanryan52@gmail.com>  Fri, 24 Apr 2009 21:49:36 -0700
+
+libeventmachine-ruby (0.12.4-1) unstable; urgency=low
+
+  * New upstream release.
+  * Initial release to Debian. (Closes: #501450)
+
+
+ -- Daigo Moriwaki <daigo@debian.org>  Sat, 21 Feb 2009 09:14:28 +0900
+
+libeventmachine-ruby (0.12.2-1) unstable; urgency=low
+
+  * Initial release. 
+
+ -- Daigo Moriwaki <daigo@debian.org>  Tue, 07 Oct 2008 22:29:37 +0900
