--- libwww-delicious-ruby-0.3.0.orig/debian/control
+++ libwww-delicious-ruby-0.3.0/debian/control
@@ -0,0 +1,28 @@
+Source: libwww-delicious-ruby
+Section: ruby
+Priority: optional
+Maintainer: Christopher Lunsford <binarymutant@gmail.com>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>, Paul van Tilburg <paulvt@debian.org>
+Build-Depends: cdbs, debhelper (>= 5.0.38), ruby-pkg-tools (>=0.14)
+Standards-Version: 3.8.1
+Homepage: http://rubyforge.org/projects/www-delicious/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/packages/libwww-delicious-ruby/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/packages/libwww-delicious-ruby/trunk/
+
+Package: libwww-delicious-ruby
+Architecture: all
+Depends: libwww-delicious-ruby1.8, ${misc:Depends}
+Description: Ruby client for http://del.icio.us XML API
+ WWW::Delicious is a Ruby client for http://del.icio.us XML API.
+ It provides both read and write functionality. You can read user Posts, Tags
+ and Bundles but you can create new Posts, Tags and Bundles as well.
+ .
+ Metapackage for libwww-delicious-ruby1.8
+
+Package: libwww-delicious-ruby1.8
+Architecture: all
+Depends: ruby1.8, ${misc:Depends}
+Description: Ruby client for http://del.icio.us XML API
+ WWW::Delicious is a Ruby client for htt://del.icio.us XML API.
+ It provides both read and write functionality. You can read and create
+ user Posts, Tags, and Bundles.
--- libwww-delicious-ruby-0.3.0.orig/debian/changelog
+++ libwww-delicious-ruby-0.3.0/debian/changelog
@@ -0,0 +1,9 @@
+libwww-delicious-ruby (0.3.0-1) unstable; urgency=low
+
+ [ Christopher Lunsford ]
+ * Initial release (closes: #521382).
+
+ [ Paul van Tilburg ]
+ * debian/control: added myself to the uploaders.
+
+ -- Paul van Tilburg <paulvt@debian.org> Tue, 05 May 2009 19:28:24 +0200
--- libwww-delicious-ruby-0.3.0.orig/debian/watch
+++ libwww-delicious-ruby-0.3.0/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://rubyforge.org/frs/?group_id=6221 \
+.*/www-delicious-(.*)\.tar\.gz
--- libwww-delicious-ruby-0.3.0.orig/debian/compat
+++ libwww-delicious-ruby-0.3.0/debian/compat
@@ -0,0 +1 @@
+5
--- libwww-delicious-ruby-0.3.0.orig/debian/rules
+++ libwww-delicious-ruby-0.3.0/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
--- libwww-delicious-ruby-0.3.0.orig/debian/copyright
+++ libwww-delicious-ruby-0.3.0/debian/copyright
@@ -0,0 +1,37 @@
+This package was debianized by Christopher Lunsford <binarymutant@gmail.com> on
+Sun, 15 Feb 2009 06:34:02 -0500.
+
+It was downloaded from http://rubyforge.org/projects/www-delicious/
+
+Upstream Author:
+
+ Simone Carletti <weppos@weppos.net>
+
+Copyright:
+
+ Copyright © 2008-2009 Simon Carletti
+
+License:
+
+ 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 © 2009, Christopher Lunsford <binarymutant@gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.