--- libxml-simple-ruby-1.0.12.orig/debian/compat
+++ libxml-simple-ruby-1.0.12/debian/compat
@@ -0,0 +1 @@
+5
--- libxml-simple-ruby-1.0.12.orig/debian/watch
+++ libxml-simple-ruby-1.0.12/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+http://rubyforge.org/frs/?group_id=638 .*/xml-simple-(.*)\.gem
--- libxml-simple-ruby-1.0.12.orig/debian/copyright
+++ libxml-simple-ruby-1.0.12/debian/copyright
@@ -0,0 +1,74 @@
+This package was debianized by Deepak Tripathi <apenguinlinux@gmail.com> on
+Thu Aug  9 17:54:44 IST 2007.
+
+It was downloaded from http://rubyforge.org/projects/xml-simple/
+
+Upstream Author: Maik Schmidt <contact@maik-schmidt.de>
+
+
+Copyright (c) 2003-2009 Maik Schmidt <contact@maik-schmidt.de>.
+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'.
--- libxml-simple-ruby-1.0.12.orig/debian/install
+++ libxml-simple-ruby-1.0.12/debian/install
@@ -0,0 +1,2 @@
+lib/xmlsimple.rb usr/lib/ruby/1.8/
+debian/xmlsimple.rb usr/lib/ruby/1.8/lib/
--- libxml-simple-ruby-1.0.12.orig/debian/xmlsimple.rb
+++ libxml-simple-ruby-1.0.12/debian/xmlsimple.rb
@@ -0,0 +1 @@
+require 'xmlsimple'
--- libxml-simple-ruby-1.0.12.orig/debian/control
+++ libxml-simple-ruby-1.0.12/debian/control
@@ -0,0 +1,16 @@
+Source: libxml-simple-ruby
+Section: ruby
+Priority: optional
+Maintainer: Deepak Tripathi <apenguinlinux@gmail.com> 
+Uploaders: Ryan Niebur <ryanryan52@gmail.com>
+Build-Depends: debhelper (>= 5), cdbs
+Standards-Version: 3.8.1
+Homepage: http://xml-simple.rubyforge.org/
+
+Package: libxml-simple-ruby
+Architecture: all
+Depends: ${misc:Depends}, libruby1.8
+Description: Simple Ruby API for reading and writing XML
+ Class XmlSimple offers an easy API to read and write XML. It is a Ruby
+ translation of Grant McLean's Perl module XML::Simple.  Simply put, it
+ automatically converts XML documents into a Ruby hash.
--- libxml-simple-ruby-1.0.12.orig/debian/changelog
+++ libxml-simple-ruby-1.0.12/debian/changelog
@@ -0,0 +1,31 @@
+libxml-simple-ruby (1.0.12-1) unstable; urgency=low
+
+  * New Upsteam realese (Closes: #518434)
+  * Fix loading stub to not cause warnings as often (Closes: #514581)
+  * Bumped Standards version to 3.8.1
+  * Change debian/rule
+  	- buildcore.mk and simple-patches.mk is not required
+  * Changes in debian/control
+  	- remove ${shlibs-Depends} and added {$misd-Depends}
+        - Added Uploade rto Ryan
+        - changed section to ruby
+        - replace ruby to libruby1.8 in Build-Depends 
+
+ -- Deepak Tripathi <apenguinlinux@gmail.com>  Sat, 25 Apr 2009 22:45:10 +0530
+
+libxml-simple-ruby (1.0.11-2) unstable; urgency=low
+
+  * Fix for bad description in control file, Apply patch (Closes: #439746)
+  	+ Changes in debian/control
+  * Change path for library to install (Closes: #491730)
+  	+ Changes in debian/rules (Apply patch provided by Ryan52)
+  * Added debian/watch file.
+  * Bumped Standards version to 3.8.0
+
+ -- Deepak Tripathi <apenguinlinux@gmail.com>  Sat, 15 Nov 2008 12:17:46 +0530
+
+libxml-simple-ruby (1.0.11-1) unstable; urgency=low
+
+  * Initial release (Closes: #426205)
+
+ -- Deepak Tripathi <apenguinlinux@gmail.com>  Sat, 22 Jan 2005 20:15:47 -0500
--- libxml-simple-ruby-1.0.12.orig/debian/rules
+++ libxml-simple-ruby-1.0.12/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
