#! /bin/sh /usr/share/dpatch/dpatch-run
## 03-remove-irb_tioga.dpatch by <fourmond@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Suppress the installation of the irb_tioga script,
## DP: as I don't think it makes really sense
@DPATCH@
diff -urNad libtioga-ruby-1.5~/split/extconf.rb libtioga-ruby-1.5/split/extconf.rb
--- libtioga-ruby-1.5~/split/extconf.rb 2007-03-09 11:00:24.000000000 +0100
+++ libtioga-ruby-1.5/split/extconf.rb 2007-04-14 22:29:50.000000000 +0200
@@ -85,7 +85,7 @@
# Installing scripts
declare_exec 'scripts/tioga'
-declare_exec 'scripts/irb_tioga'
+# declare_exec 'scripts/irb_tioga'
if Config::CONFIG["target"] =~ /darwin/i