diff -Nru a/rbot-0.9.15+post20100705+gitb3aa806/debian//clean b/rbot-0.9.15+post20100705+gitb3aa806/debian//clean
--- a/rbot-0.9.15+post20100705+gitb3aa806/debian//clean	2010-06-27 20:43:32.000000000 +0530
+++ b/rbot-0.9.15+post20100705+gitb3aa806/debian//clean	1970-01-01 05:30:00.000000000 +0530
@@ -1 +0,0 @@
-lib/rbot/pkgconfig.rb
diff -Nru a/rbot-0.9.15+post20100705+gitb3aa806/debian//control b/rbot-0.9.15+post20100705+gitb3aa806/debian//control
--- a/rbot-0.9.15+post20100705+gitb3aa806/debian//control	2010-06-28 22:55:30.000000000 +0530
+++ b/rbot-0.9.15+post20100705+gitb3aa806/debian//control	2010-07-11 02:03:26.724065000 +0530
@@ -4,7 +4,7 @@
 Maintainer: Marc Dequènes (Duck) <Duck@DuckCorp.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
 Build-Depends: cdbs (>= 0.4.53),
- debhelper (>= 7.0.1), ruby (>= 1.8), ruby-pkg-tools
+ debhelper (>= 7.0.1), ruby (>= 1.8), ruby-pkg-tools, rake, rubygems, libgettext-ruby1.8
 Build-Depends-Indep: xsltproc, docbook-xml, docbook-xsl
 Standards-Version: 3.8.4
 Homepage: http://ruby-rbot.org/
diff -Nru a/rbot-0.9.15+post20100705+gitb3aa806/debian//patches/debian-changes-0.9.15+post20100705+gitb3aa806-1 b/rbot-0.9.15+post20100705+gitb3aa806/debian//patches/debian-changes-0.9.15+post20100705+gitb3aa806-1
--- a/rbot-0.9.15+post20100705+gitb3aa806/debian//patches/debian-changes-0.9.15+post20100705+gitb3aa806-1	2010-07-06 00:32:06.000000000 +0530
+++ b/rbot-0.9.15+post20100705+gitb3aa806/debian//patches/debian-changes-0.9.15+post20100705+gitb3aa806-1	1970-01-01 05:30:00.000000000 +0530
@@ -1,49 +0,0 @@
-Description: Upstream changes introduced in version 0.9.15+post20100705+gitb3aa806-1
- This patch has been created by dpkg-source during the package build.
- Here's the last changelog entry, hopefully it gives details on why
- those changes were made:
- .
- rbot (0.9.15+post20100705+gitb3aa806-1) unstable; urgency=medium
- .
-   * New upstream release (after months of upstream pinging,
-     and thanks to tango_ ;-) (Closes: #551560):
-     + still a few problems, then using a git post-release snapshot
-     + removed obsolete patch 'reaction_plugin_security_update
-     + adapted manpages build, they are now included upstream
-     + build mo files
-     + removed toilet plugin, as the figlet plugin now has toilet
-       support
-     + depends on libtokyocabinet-ruby1.8 (alternative to BDB)
-     + set severity to medium, because rbot is broken with recent Ruby
-       Gettext
-     + updated copyright file
-     + updated Suggests/Recommends and REAME.Debian for plugins
-   * Added documentation package.
-   * Fixed package section.
- .
- The person named in the Author field signed this changelog entry.
-Author: Marc Dequènes (Duck) <Duck@DuckCorp.org>
-Bug-Debian: http://bugs.debian.org/551560
-
----
-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Origin: <vendor|upstream|other>, <url of original patch>
-Bug: <url in upstream bugtracker>
-Bug-Debian: http://bugs.debian.org/<bugnumber>
-Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
-Forwarded: <no|not-needed|url proving that it has been forwarded>
-Reviewed-By: <name and email of someone who approved the patch>
-Last-Update: <YYYY-MM-DD>
-
---- /dev/null
-+++ rbot-0.9.15+post20100705+gitb3aa806/lib/rbot/pkgconfig.rb
-@@ -0,0 +1,6 @@
-+module Irc
-+  module PKGConfig
-+    DATADIR = '/usr/share/rbot'
-+    COREDIR = '/usr/lib/ruby/1.8/rbot/core'
-+  end
-+end
diff -Nru a/rbot-0.9.15+post20100705+gitb3aa806/debian//patches/series b/rbot-0.9.15+post20100705+gitb3aa806/debian//patches/series
--- a/rbot-0.9.15+post20100705+gitb3aa806/debian//patches/series	2010-07-06 00:32:06.000000000 +0530
+++ b/rbot-0.9.15+post20100705+gitb3aa806/debian//patches/series	2010-07-11 02:05:12.774065000 +0530
@@ -1,2 +1 @@
 spell_module_use_aspell_not_ispell
-debian-changes-0.9.15+post20100705+gitb3aa806-1
diff -Nru a/rbot-0.9.15+post20100705+gitb3aa806/debian//rules b/rbot-0.9.15+post20100705+gitb3aa806/debian//rules
--- a/rbot-0.9.15+post20100705+gitb3aa806/debian//rules	2010-07-05 18:08:00.000000000 +0530
+++ b/rbot-0.9.15+post20100705+gitb3aa806/debian//rules	2010-07-11 02:05:42.784065000 +0530
@@ -32,4 +32,5 @@
 clean::
 	rm -rf data/locale
 	rm -f man/*.1
+	rm -f lib/rbot/pkgconfig.rb
 
