$NetBSD: patch-aa,v 1.3 2008/09/15 09:03:58 taca Exp $

--- Rakefile.orig	2008-09-15 13:30:42.000000000 +0900
+++ Rakefile
@@ -25,7 +25,6 @@ CLI_FILES = COMMON_FILES + FileList[
   "cli/**/*",
   'ChangeLog',
   'bin/*',
-  'doc/rdebug.1',
   'test/**/data/*.cmd',
   'test/**/data/*.right',
   'test/**/*.rb',
@@ -42,7 +41,6 @@ BASE_FILES = COMMON_FILES + FileList[
   'ext/extconf.rb',
   'ext/ruby_debug.c',
   'ext/ruby_debug.h',
-  'ext/win32/*',
   'lib/**/*',
   BASE_TEST_FILE_LIST,
 ]
@@ -161,9 +159,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]
 
