--- libevent-loop-ruby-0.3.orig/debian/compat
+++ libevent-loop-ruby-0.3/debian/compat
@@ -0,0 +1 @@
+5
--- libevent-loop-ruby-0.3.orig/debian/copyright
+++ libevent-loop-ruby-0.3/debian/copyright
@@ -0,0 +1,44 @@
+This package was debianized by Florian Ragwitz <rafl@debian.org> on
+Mon, 13 Nov 2006 00:52:41 +0100. Maintenance was taken over by Gunnar
+Wolf on behalf of the pkg-ruby-extras group on Thu, 09 Apr 2009
+18:56:05 -0500.
+
+It was downloaded from http://www.brockman.se/software/ruby-event-loop/
+
+Upstream author: Daniel Brockman <daniel@brockman.se>
+
+Copyright (C) 2005, 2006  Daniel Brockman
+
+
+License of the code:
+
+  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 file 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.
+
+  On Debian GNU/Linux systems, the complete text of the GNU General
+  Public License can be found in `/usr/share/common-licenses/GPL'.
+
+License of the README files:
+
+  Permission is granted to copy, distribute and/or modify this document
+  under the terms of the GNU Free Documentation License, Version 1.2 or
+  any later version published by the Free Software Foundation; with no
+  Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
+  You should have received a copy of the license along with this
+  document; if not, write to the Free Software Foundation, 51 Franklin
+  Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+  On Debian GNU/Linux systems, the complete text of version 1.2 of the
+  GNU Free Documentation License can be found in
+  `/usr/share/common-licenses/GFDL-1.2'.
+
+The Debian packaging is (C) 2006, Florian Ragwitz <rafl@debian.org>,
+(C) 2009 Gunnar Wolf <gwolf@debian.org> and is licensed under the GPL,
+see `/usr/share/common-licenses/GPL'.
--- libevent-loop-ruby-0.3.orig/debian/libevent-loop-ruby1.8.docs
+++ libevent-loop-ruby-0.3/debian/libevent-loop-ruby1.8.docs
@@ -0,0 +1 @@
+README
--- libevent-loop-ruby-0.3.orig/debian/changelog
+++ libevent-loop-ruby-0.3/debian/changelog
@@ -0,0 +1,28 @@
+libevent-loop-ruby (0.3-3) unstable; urgency=low
+
+  [ Paul van Tilburg ]
+  * Section of this library should be libs.
+
+  [ Gunnar Wolf ]
+  * Taking over maintenance (Closes: #523181)
+  * Bumping up standards-version to 3.8.1.0
+  * Added misc:Depends to dependency information, following Lintian
+    advice
+  * Refered to GFDL in /usr/share/common-licenses, following Lintian
+    advice
+
+ -- Gunnar Wolf <gwolf@debian.org>  Thu, 09 Apr 2009 18:57:51 -0500
+
+libevent-loop-ruby (0.3-2) unstable; urgency=low
+
+  * Removed debian/control.in, updated debian/rules and debian/control
+    to drop the Uploaders rule.
+  * Added myself to the uploaders.
+
+ -- Paul van Tilburg <paulvt@debian.org>  Thu, 14 Jun 2007 10:37:10 +0100
+
+libevent-loop-ruby (0.3-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Florian Ragwitz <rafl@debian.org>  Mon, 13 Nov 2006 00:46:20 +0100
--- libevent-loop-ruby-0.3.orig/debian/rules
+++ libevent-loop-ruby-0.3/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
--- libevent-loop-ruby-0.3.orig/debian/watch
+++ libevent-loop-ruby-0.3/debian/watch
@@ -0,0 +1,2 @@
+version=2
+http://www.brockman.se/software/ruby-event-loop/event-loop-(.*)\.tar\.gz debian
--- libevent-loop-ruby-0.3.orig/debian/control
+++ libevent-loop-ruby-0.3/debian/control
@@ -0,0 +1,25 @@
+Source: libevent-loop-ruby
+Section: libs
+Priority: optional
+Maintainer: Gunnar Wolf <gwolf@debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>, Paul van Tilburg <paulvt@debian.org>
+Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends-Indep: ruby-pkg-tools, ruby1.8
+Standards-Version: 3.8.1.0
+
+Package: libevent-loop-ruby
+Architecture: all
+Depends: ${misc:Depends}, libevent-loop-ruby1.8
+Description: simple signal system and an event loop for Ruby
+ This is a library for building event-based programs with Ruby. It contains
+ both a simple signal system and an event loop that uses said signal system.
+ .
+ This package is an empty dummy package that always depends on a package built
+ for Debian's default Ruby version.
+
+Package: libevent-loop-ruby1.8
+Architecture: all
+Depends: ${misc:Depends}, ruby1.8
+Description: simple signal system and an event loop for Ruby
+ This is a library for building event-based programs with Ruby. It contains
+ both a simple signal system and an event loop that uses said signal system.
