--- libmarkaby-ruby-0.5.orig/debian/changelog
+++ libmarkaby-ruby-0.5/debian/changelog
@@ -0,0 +1,7 @@
+libmarkaby-ruby (0.5-1) unstable; urgency=low
+
+  * Initial release. (Closes: #396890)
+  * Added patch 01_remove-gem-requirement since it runs perfectly without
+    them.
+
+ -- Paul van Tilburg <paulvt@debian.org>  Fri,  3 Nov 2006 15:21:39 +0100
--- libmarkaby-ruby-0.5.orig/debian/watch
+++ libmarkaby-ruby-0.5/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+http://rubyforge.org/frs/?group_id=1271 .*markaby-(.*)\.t.*
--- libmarkaby-ruby-0.5.orig/debian/control
+++ libmarkaby-ruby-0.5/debian/control
@@ -0,0 +1,38 @@
+Source: libmarkaby-ruby
+Section: libs
+Priority: optional
+Maintainer: Paul van Tilburg <paulvt@debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8), ruby1.8
+Standards-Version: 3.7.2
+
+Package: libmarkaby-ruby
+Architecture: all
+Depends: libmarkaby-ruby1.8
+Description: a templating engine for writing HTML pages in pure Ruby
+ With Markaby, HTML is generated by mapping method calls to HTML elements,
+ object attributes to element classes or HTML IDs and block arguments to
+ the contents of the elements.
+ .
+ This engine is an alternative to ERb (see: liberb-ruby) which weaves the
+ two languages together.  It is also a replacement for templating
+ languages which use primitive languages that blend with HTML. 
+ .
+  Homepage: http://code.whytheluckystiff.net/markaby/
+ .
+ This is a dependency package which depends on Debian's default Ruby
+ version (currently 1.8).
+
+Package: libmarkaby-ruby1.8
+Architecture: all
+Depends: libbuilder-ruby1.8, libruby1.8
+Description: a templating engine for writing HTML pages in pure Ruby
+ With Markaby, HTML is generated by mapping method calls to HTML elements,
+ object attributes to element classes or HTML IDs and block arguments to
+ the contents of the elements.
+ .
+ This engine is an alternative to ERb (see: liberb-ruby) which weaves the
+ two languages together.  It is also a replacement for templating
+ languages which use primitive languages that blend with HTML. 
+ .
+  Homepage: http://code.whytheluckystiff.net/markaby/
--- libmarkaby-ruby-0.5.orig/debian/rules
+++ libmarkaby-ruby-0.5/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+#
+# CDBS file to build the Markaby package.
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
--- libmarkaby-ruby-0.5.orig/debian/compat
+++ libmarkaby-ruby-0.5/debian/compat
@@ -0,0 +1 @@
+5
--- libmarkaby-ruby-0.5.orig/debian/copyright
+++ libmarkaby-ruby-0.5/debian/copyright
@@ -0,0 +1,30 @@
+This package was debianized by Paul van Tilburg <paulvt@debian.org> on
+Fri,  3 Nov 2006 16:24:01 +0100.
+
+It was downloaded from: http://rubyforge.org/frs/?group_id=1271
+
+Copyright: (c) 2006 Why the lucky stiff <why@whytheluckystiff.net>
+
+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 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 setup.rb file included in the package's source is released under the GNU
+LGPL. On Debian systems, the complete text of the GNU Lesser General Public
+can be found in `/usr/share/common-licenses/LGPL'.
--- libmarkaby-ruby-0.5.orig/debian/patches/01_remove-gem-requirement.diff
+++ libmarkaby-ruby-0.5/debian/patches/01_remove-gem-requirement.diff
@@ -0,0 +1,29 @@
+--- /home/paul/Sources/markaby/lib/markaby.rb	2006-11-03 14:23:46.000000000 +0100
++++ lib/markaby.rb	2006-11-04 21:57:25.000000000 +0100
+@@ -4,7 +4,6 @@
+ # as well as the full set of Markaby classes.
+ #
+ # For a full list of features and instructions, see the README.
+-$:.unshift File.expand_path(File.dirname(__FILE__))
+ 
+ # Markaby is a module containing all of the great Markaby classes that
+ # do such an excellent job.
+@@ -25,7 +24,6 @@
+ end
+ 
+ unless defined?(Builder)
+-  require 'rubygems'
+   require 'builder'
+ end
+ 
+--- /home/paul/Sources/markaby/Rakefile	2006-11-03 14:23:46.000000000 +0100
++++ Rakefile	2007-10-07 10:29:18.000000000 +0200
+@@ -1,7 +1,7 @@
+ require 'rake'
+ require 'rake/testtask'
+ require 'rake/clean'
+-require 'rake/gempackagetask'
++#require 'rake/gempackagetask'
+ require 'rake/rdoctask'
+ require 'tools/rakehelp'
+ require 'fileutils'
