--- libtzinfo-ruby-0.3.19.orig/debian/copyright
+++ libtzinfo-ruby-0.3.19/debian/copyright
@@ -0,0 +1,31 @@
+Upstream source location: http://rubyforge.org/frs/?group_id=894
+
+Files: *
+Copyright: (c) 2005-2006, Philip Ross <phil.ross@gmail.com>
+License: MIT
+ Copyright (c) 2005-2006 Philip Ross
+
+ 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.
+
+Files: debian/*
+Copyright: (c) 2008, Roberto C. Sanchez <roberto@connexer.com>
+License: MIT
+ It is assumed that all contributors release their packaging works under the
+ same term as the module itself.
+
--- libtzinfo-ruby-0.3.19.orig/debian/compat
+++ libtzinfo-ruby-0.3.19/debian/compat
@@ -0,0 +1 @@
+5
--- libtzinfo-ruby-0.3.19.orig/debian/control
+++ libtzinfo-ruby-0.3.19/debian/control
@@ -0,0 +1,45 @@
+Source: libtzinfo-ruby
+Section: ruby
+Priority: extra
+Maintainer: Athena Capital Research <acr-debian@athenacr.com>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>, Roberto C. Sanchez <roberto@connexer.com>, Gunnar Wolf <gwolf@debian.org>
+Build-Depends: debhelper (>= 5), cdbs, ruby-pkg-tools (>= 0.17)
+Standards-Version: 3.8.4
+Homepage: http://tzinfo.rubyforge.org/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libtzinfo-ruby/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libtzinfo-ruby/
+
+Package: libtzinfo-ruby
+Architecture: all
+Depends: libtzinfo-ruby1.8, ${misc:Depends}
+Description: Ruby library for transformations between time zones
+ TZInfo is a Ruby library that uses the standard tz (Olson) database to provide
+ daylight savings aware transformations between times in different time zones.
+ The tz database is compiled into Ruby modules which are packaged in the
+ release. No external zoneinfo files are required at runtime.
+ .
+ This is a dependency package which depends on Debian's default Ruby version
+ (currently 1.8).
+
+Package: libtzinfo-ruby1.8
+Architecture: all
+Depends: libruby1.8, ${misc:Depends}
+Description: Ruby library for transformations between time zones (Ruby 1.8)
+ TZInfo is a Ruby library that uses the standard tz (Olson) database to provide
+ daylight savings aware transformations between times in different time zones.
+ The tz database is compiled into Ruby modules which are packaged in the
+ release. No external zoneinfo files are required at runtime.
+ .
+ This package is built for Ruby 1.8.
+
+Package: libtzinfo-ruby1.9.1
+Architecture: all
+Depends: libruby1.9.1, ${misc:Depends}
+Description: Ruby library for transformations between time zones (Ruby 1.9.1)
+ TZInfo is a Ruby library that uses the standard tz (Olson) database to provide
+ daylight savings aware transformations between times in different time zones.
+ The tz database is compiled into Ruby modules which are packaged in the
+ release. No external zoneinfo files are required at runtime.
+ .
+ This package is built for Ruby 1.9.1.
+
--- libtzinfo-ruby-0.3.19.orig/debian/rules
+++ libtzinfo-ruby-0.3.19/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+DEB_AUTO_CLEANUP_RCS := yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-common.mk
+
+binary/libtzinfo-ruby::
+	find debian/*/usr/lib/ruby/*/ -type f -name '*.rb' -exec chmod a-x {} \;
+
--- libtzinfo-ruby-0.3.19.orig/debian/libtzinfo-ruby1.8.install
+++ libtzinfo-ruby-0.3.19/debian/libtzinfo-ruby1.8.install
@@ -0,0 +1 @@
+lib/* usr/lib/ruby/1.8/
--- libtzinfo-ruby-0.3.19.orig/debian/libtzinfo-ruby1.9.1.install
+++ libtzinfo-ruby-0.3.19/debian/libtzinfo-ruby1.9.1.install
@@ -0,0 +1 @@
+lib/* usr/lib/ruby/1.9.1/
--- libtzinfo-ruby-0.3.19.orig/debian/libtzinfo-ruby1.9.1.dirs
+++ libtzinfo-ruby-0.3.19/debian/libtzinfo-ruby1.9.1.dirs
@@ -0,0 +1 @@
+usr/lib/ruby/1.9.1
--- libtzinfo-ruby-0.3.19.orig/debian/docs
+++ libtzinfo-ruby-0.3.19/debian/docs
@@ -0,0 +1 @@
+README
--- libtzinfo-ruby-0.3.19.orig/debian/libtzinfo-ruby1.8.dirs
+++ libtzinfo-ruby-0.3.19/debian/libtzinfo-ruby1.8.dirs
@@ -0,0 +1 @@
+usr/lib/ruby/1.8
--- libtzinfo-ruby-0.3.19.orig/debian/watch
+++ libtzinfo-ruby-0.3.19/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://rubyforge.org/frs/?group_id=894 .*tzinfo-(.*)\.tar.gz
--- libtzinfo-ruby-0.3.19.orig/debian/changelog
+++ libtzinfo-ruby-0.3.19/debian/changelog
@@ -0,0 +1,48 @@
+libtzinfo-ruby (0.3.19-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Roberto C. Sanchez <roberto@connexer.com>  Thu, 08 Apr 2010 16:19:03 -0400
+
+libtzinfo-ruby (0.3.16-1) unstable; urgency=low
+
+  * New upstream release
+  * Port the package to Ruby 1.9.1 (Closes: #569873)
+  * Added myself as an uploader
+  * Standards-version 3.8.3→3.8.4 (no changes needed)
+  * Removed simple-patchsys from debian/rules (was not used)
+
+ -- Gunnar Wolf <gwolf@debian.org>  Tue, 16 Feb 2010 15:43:03 -0600
+
+libtzinfo-ruby (0.3.14-1) unstable; urgency=low
+
+  * New upstream release
+  * Bump standards version to 3.8.3 (no changes)
+  * Make lintian happy:
+    + Have Build-Depends satisfy requirements for 'debian/rules clean'
+    + Add missing ${misc:Depends} dependency for each binary package
+  * Update package section to ruby to comply with new archive layout.
+
+  [ Lucas Nussbaum ]
+  * Fixed Vcs-* fields after pkg-ruby-extras SVN layout change.
+
+ -- Roberto C. Sanchez <roberto@connexer.com>  Thu, 27 Aug 2009 18:59:36 -0400
+
+libtzinfo-ruby (0.3.12-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Roberto C. Sanchez <roberto@connexer.com>  Tue, 18 Nov 2008 20:35:43 -0500
+
+libtzinfo-ruby (0.3.11-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Roberto C. Sanchez <roberto@connexer.com>  Wed, 29 Oct 2008 22:41:33 -0400
+
+libtzinfo-ruby (0.3.10-1) unstable; urgency=low
+
+  * Initial release (Closes: #499907)
+
+ -- Roberto C. Sanchez <roberto@connexer.com>  Tue, 23 Sep 2008 11:29:09 -0400
+
