--- libcmd-ruby-0.8.0.orig/debian/changelog
+++ libcmd-ruby-0.8.0/debian/changelog
@@ -0,0 +1,41 @@
+libcmd-ruby (0.8.0-3) unstable; urgency=low
+
+  * Adapted debian/control, debian/rules, and remove debian/control.in to
+    drop the Uploaders rule.
+
+ -- Paul van Tilburg <paulvt@debian.org>  Thu, 19 Apr 2007 00:12:13 +0200
+
+libcmd-ruby (0.8.0-2) unstable; urgency=low
+
+  * Updated the debian/watch file.  Long-time unfindable source seems
+    to have been moved to RubyForge.
+  * Updated description; package is no longer considerd to be a part
+    of the Debian/Ruby Stdlib Extras (libruby-extras meta package).
+
+ -- Paul van Tilburg <paulvt@debian.org>  Wed, 15 Nov 2006 23:42:48 +0100
+
+libcmd-ruby (0.8.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * Updated the download URL in debian/copyright.
+  * Bumped standards-version to 3.7.2:
+    - Moved the Build-Depends-Indep on cdbs and debhelper to Build-Depends
+      (see Debian Policy section 7.6).
+
+ -- Paul van Tilburg <paulvt@debian.org>  Sun, 21 May 2006 10:02:08 +0200
+
+libcmd-ruby (0.7.2-2) unstable; urgency=low
+
+  * Set the Maintainer field back to me.  I will be mainly responsible for
+    this package.
+  * Updated the team substvar to @RUBY_EXTRAS_TEAM@ in control, update
+    the Build-Depend-Indep on ruby-pkg-tools.
+  * Added debian/watch file. 
+
+ -- Paul van Tilburg <paulvt@debian.org>  Wed, 22 Mar 2006 22:06:46 +0100
+
+libcmd-ruby (0.7.2-1) unstable; urgency=low
+
+  * Initial Release (closes: #304509).
+
+ -- Paul van Tilburg <paulvt@debian.org>  Sat,  1 Aug 2005 20:18:00 +0200
--- libcmd-ruby-0.8.0.orig/debian/control
+++ libcmd-ruby-0.8.0/debian/control
@@ -0,0 +1,31 @@
+Source: libcmd-ruby
+Section: interpreters
+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 (>= 4.0.0)
+Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby1.8
+Standards-Version: 3.7.2
+
+Package: libcmd-ruby
+Architecture: all
+Depends: libcmd-ruby1.8
+Description: library for building line-oriented command interpreters in Ruby
+ This is a library for building line-oriented command interpreters in Ruby. 
+ Simply inherit from cmd's Cmd class, and methods whose names start with
+ "do_" become interactive commands.  cmd is inspired by the Python library
+ of the same name, but offers a distinctive Ruby feel and several
+ additional features.
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
+
+Package: libcmd-ruby1.8
+Architecture: all
+Depends: ruby1.8
+Description: library for building line-oriented command interpreters in Ruby 1.8
+ This is a library for building line-oriented command interpreters in Ruby. 
+ Simply inherit from cmd's Cmd class, and methods whose names start with
+ "do_" become interactive commands.  cmd is inspired by the Python library
+ of the same name, but offers a distinctive Ruby feel and several
+ additional features.
--- libcmd-ruby-0.8.0.orig/debian/compat
+++ libcmd-ruby-0.8.0/debian/compat
@@ -0,0 +1 @@
+4
--- libcmd-ruby-0.8.0.orig/debian/watch
+++ libcmd-ruby-0.8.0/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://rubyforge.org/frs/?group_id=618 .*cmd-(.*)\.tar\.gz
--- libcmd-ruby-0.8.0.orig/debian/libcmd-ruby1.8.examples
+++ libcmd-ruby-0.8.0/debian/libcmd-ruby1.8.examples
@@ -0,0 +1 @@
+example/*
--- libcmd-ruby-0.8.0.orig/debian/libcmd-ruby1.8.docs
+++ libcmd-ruby-0.8.0/debian/libcmd-ruby1.8.docs
@@ -0,0 +1 @@
+THANKS
--- libcmd-ruby-0.8.0.orig/debian/copyright
+++ libcmd-ruby-0.8.0/debian/copyright
@@ -0,0 +1,31 @@
+This package was debianized by Paul van Tilburg <paulvt@debian.org> on
+Sat,  1 Aug 2005 20:28:00 +0200.
+
+It was downloaded from http://vernix.org/marcel/code/cmd/
+
+Copyright Holder: Marcel Molina Jr. <marcel@vernix.org>
+
+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 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'.
--- libcmd-ruby-0.8.0.orig/debian/rules
+++ libcmd-ruby-0.8.0/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+#
+# CDBS file to build the Ruby Cmd package.
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
