--- libhtml-htmltokenizer-ruby-1.0.orig/debian/dirs
+++ libhtml-htmltokenizer-ruby-1.0/debian/dirs
@@ -0,0 +1 @@
+/usr/lib/ruby/1.8/html
--- libhtml-htmltokenizer-ruby-1.0.orig/debian/control
+++ libhtml-htmltokenizer-ruby-1.0/debian/control
@@ -0,0 +1,16 @@
+Source: libhtml-htmltokenizer-ruby
+Section: admin
+Priority: optional
+Maintainer: Deepak Tripathi <apenguinlinux@gmail.com> 
+Build-Depends: debhelper (>= 5), cdbs, ruby
+Standards-Version: 3.7.2
+
+Package: libhtml-htmltokenizer-ruby
+Architecture: all
+Depends: ${shlibs:Depends}
+Description: simple HTML tokenizer/parser for Ruby
+ libhtml-htmltokenizer-ruby is a port of Perl's
+ HTML::TokeParser::Simple to Ruby.  It is a simple HTML parsing
+ class which takes a string and parses out tokens.
+ .
+ Homepage: http://rubyforge.org/projects/htmltokenizer
--- libhtml-htmltokenizer-ruby-1.0.orig/debian/rules
+++ libhtml-htmltokenizer-ruby-1.0/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/buildcore.mk
+
+#build/libhtml-htmltokenizer-ruby::
+#	ruby install.rb config --site-ruby=$(DEB_DESTDIR)/usr/lib/ruby/1.8
+#	ruby install.rb setup
+
+install/libhtml-htmltokenizer-ruby::
+	cp lib/html/htmltokenizer.rb $(DEB_DESTDIR)/usr/lib/ruby/1.8/html
--- libhtml-htmltokenizer-ruby-1.0.orig/debian/changelog
+++ libhtml-htmltokenizer-ruby-1.0/debian/changelog
@@ -0,0 +1,26 @@
+libhtml-htmltokenizer-ruby (1.0-3) unstable; urgency=low
+
+  * New maintainer (Closes: #335700).
+  * Add Homepage in debian/control.
+
+ -- Deepak Tripathi <apenguinlinux@gmail.com>  Sun, 29 Jul 2007 01:21:58 +0530
+
+libhtml-htmltokenizer-ruby (1.0-2) unstable; urgency=low
+
+  * Orphan package, set maintainer to the QA group.
+
+ -- Andres Salomon <dilinger@debian.org>  Tue, 25 Oct 2005 01:37:36 -0400
+
+libhtml-htmltokenizer-ruby (1.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * Update my email address.
+  * Update build to work w/ new gems packaging.
+
+ -- Andres Salomon <dilinger@debian.org>  Fri, 05 Aug 2005 13:54:43 -0400
+
+libhtml-htmltokenizer-ruby (0.93-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Andres Salomon <dilinger@voxel.net>  Sat, 22 Jan 2005 20:15:47 -0500
--- libhtml-htmltokenizer-ruby-1.0.orig/debian/compat
+++ libhtml-htmltokenizer-ruby-1.0/debian/compat
@@ -0,0 +1 @@
+5
--- libhtml-htmltokenizer-ruby-1.0.orig/debian/copyright
+++ libhtml-htmltokenizer-ruby-1.0/debian/copyright
@@ -0,0 +1,75 @@
+This package was debianized by Andres Salomon <dilinger@debian.org> on
+Sat, 22 Jan 2005 22:19:06 -0500
+
+It was downloaded from http://rubyforge.org/projects/htmltokenizer/
+
+Upstream Author: Ben Giddings <bg-rubyraa@infofiend.com>
+
+It is now maintained by Deepak Tripathi <apenguinlinux@gmail.com>
+
+Copyright (c) 2003 Ben Giddings <bg-rubyraa@infofiend.com>
+Licensed under the same conditions as Ruby.
+
+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:
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
