--- libdataobjects-sqlite3-ruby-0.10.2.orig/debian/copyright
+++ libdataobjects-sqlite3-ruby-0.10.2/debian/copyright
@@ -0,0 +1,34 @@
+This work was packaged for Debian by:
+
+  Deepak Tripathi <apenguinlinux@gmail.com> on Sun May  2 16:06:47 UTC 2010
+
+It was downloaded from <URL:http://rubyforge.org/projects/dorb>
+
+Upstream Authors: Copyright (c) 2007, 2008, 2009 Yehuda Katz, Dirkjan Bussink
+
+Copyright:
+
+  Copyright (c) 2007, 2008, 2009 Yehuda Katz, Dirkjan Bussink
+
+  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:
+  Copyright (C) 2010 Deepak Tripathi <apenguinlinux@gmail.com> and is licensed
+  under the GPL, see `/usr/share/common-licenses/GPL-2'.
--- libdataobjects-sqlite3-ruby-0.10.2.orig/debian/changelog
+++ libdataobjects-sqlite3-ruby-0.10.2/debian/changelog
@@ -0,0 +1,48 @@
+libdataobjects-sqlite3-ruby (0.10.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/watch
+      + updated from alioth gemwatch.
+  * debian/control
+      + corrected typo error.
+      + updated depends to libddataobjects-ruby1.9 to 1.9.1.
+
+ -- Deepak Tripathi <apenguinlinux@gmail.com>  Tue, 01 Jun 2010 15:35:15 +0530
+
+libdataobjects-sqlite3-ruby (0.10.1.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bumped standard version
+  * Update debian/copyright
+  * Added debian/source/format
+  * Modified debian/watch for .gem
+  * Ported to ruby1.9.1
+  * debian/control
+     + added DM-Upload field.
+     + added Homepage and Vcs-* entry
+     + keeping under pkg-ruby-extras group. 
+     + taking over from Sebestien.
+
+  
+ -- Deepak Tripathi <apenguinlinux@gmail.com>  Mon, 10 May 2010 08:26:37 +0000 
+ 
+libdataobjects-sqlite3-ruby (0.9.11-1) unstable; urgency=low
+
+  * New upstream release.
+  * Added debian/watch file.
+  * Conform to latest policy.
+
+ -- Sebastien Delafond <seb@debian.org>  Wed, 19 Aug 2009 11:47:23 +0200
+
+libdataobjects-sqlite3-ruby (0.2.5-2) unstable; urgency=low
+
+  * Depend on libdataobjects-ruby1.8
+
+ -- Sebastien Delafond <seb@debian.org>  Mon, 12 May 2008 15:24:14 -0700
+
+
+libdataobjects-sqlite3-ruby (0.2.5-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Sebastien Delafond <seb@debian.org>  Mon, 12 May 2008 14:57:06 -0700
--- libdataobjects-sqlite3-ruby-0.10.2.orig/debian/compat
+++ libdataobjects-sqlite3-ruby-0.10.2/debian/compat
@@ -0,0 +1 @@
+7
--- libdataobjects-sqlite3-ruby-0.10.2.orig/debian/watch
+++ libdataobjects-sqlite3-ruby-0.10.2/debian/watch
@@ -0,0 +1,3 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/do_sqlite3 .*/do_sqlite3-(.*).tar.gz
--- libdataobjects-sqlite3-ruby-0.10.2.orig/debian/control
+++ libdataobjects-sqlite3-ruby-0.10.2/debian/control
@@ -0,0 +1,42 @@
+Source: libdataobjects-sqlite3-ruby
+Section: ruby
+Priority: optional
+Maintainer: Deepak Tripathi <apenguinlinux@gmail.com>
+DM-Upload-Allowed: yes
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7), cdbs, ruby1.8-dev, ruby1.8, ruby1.9.1, ruby1.9.1-dev, libsetup-ruby1.8, ruby-pkg-tools (>= 0.17), libsqlite3-dev
+Standards-Version: 3.8.4
+Homepage: http://rubyforge.org/projects/dorb 
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libdataobjects-sqlite3-ruby/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libdataobjects-sqlite3-ruby
+
+Package: libdataobjects-sqlite3-ruby1.8
+Architecture: any
+Depends: libdataobjects-ruby1.8, ${shlibs:Depends}, ${misc:Depends}
+Description: sqlite3 adapter for libdataobjects-ruby1.8
+ The purpose of DO.rb is to rewrite existing Ruby database drivers to
+ conform to a single interface. At present, PostgreSQL, MySQL, and
+ SQLite adapters are available (as separate packages).
+ .
+ This is the sqlite3 adapter for 1.8.
+
+Package: libdataobjects-sqlite3-ruby1.9.1
+Architecture: any
+Depends: libdataobjects-ruby1.9.1, ${shlibs:Depends}, ${misc:Depends}
+Description: sqlite3 adapter for libdataobjects-ruby1.9.1
+ The purpose of DO.rb is to rewrite existing Ruby database drivers to
+ conform to a single interface. At present, PostgreSQL, MySQL, and
+ SQLite adapters are available (as separate packages).
+ .
+ This is the sqlite3 adapter for 1.9.1.
+
+Package: libdataobjects-sqlite3-ruby
+Architecture: any
+Depends: libdataobjects-sqlite3-ruby1.8, ${shlibs:Depends}, ${misc:Depends}
+Description: sqlite3 adapter for libdataobjects-ruby1.8
+ The purpose of DO.rb is to rewrite existing Ruby database drivers to
+ conform to a single interface. At present, PostgreSQL, MySQL, and
+ SQLite adapters are available (as separate packages).
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
--- libdataobjects-sqlite3-ruby-0.10.2.orig/debian/rules
+++ libdataobjects-sqlite3-ruby-0.10.2/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
--- libdataobjects-sqlite3-ruby-0.10.2.orig/debian/source/format
+++ libdataobjects-sqlite3-ruby-0.10.2/debian/source/format
@@ -0,0 +1 @@
+1.0
