$NetBSD: patch-aa,v 1.2 2008/04/14 21:33:01 jlam Exp $ --- Rakefile.orig 2008-04-13 03:20:46.000000000 -0400 +++ Rakefile @@ -25,7 +25,6 @@ CLI_FILES = COMMON_FILES + FileList[ "cli/**/*", 'ChangeLog', 'bin/*', - 'doc/rdebug.1', 'test/**/data/*.cmd', 'test/**/data/*.right', 'test/**/*.rb', @@ -161,9 +160,6 @@ end Rake::GemPackageTask.new(base_spec) do |pkg| pkg.need_tar = true end -Rake::GemPackageTask.new(cli_spec) do |pkg| - pkg.need_tar = true -end task :default => [:package]