[DRE-commits] r2379 - in packages/libgems-ruby/trunk/debian: . patches

daigo at alioth.debian.org daigo at alioth.debian.org
Tue Dec 25 15:17:22 UTC 2007


Author: daigo
Date: 2007-12-25 15:17:22 +0000 (Tue, 25 Dec 2007)
New Revision: 2379

Removed:
   packages/libgems-ruby/trunk/debian/patches/02_rakefile.dpatch
Modified:
   packages/libgems-ruby/trunk/debian/changelog
   packages/libgems-ruby/trunk/debian/patches/00list
Log:
Rakfile is no longer used

Modified: packages/libgems-ruby/trunk/debian/changelog
===================================================================
--- packages/libgems-ruby/trunk/debian/changelog	2007-12-25 15:13:10 UTC (rev 2378)
+++ packages/libgems-ruby/trunk/debian/changelog	2007-12-25 15:17:22 UTC (rev 2379)
@@ -1,8 +1,6 @@
 libgems-ruby (1.0.1-1) unstable; urgency=low
 
   * New upstream release.
-  * Added debian/patches/02_rakefile.dpatch: rubygems is not required for
-    Rakefile. 
   * debian/control: depends rdoc1.8 instead of rake. Explicitly use 
     rdoc1.8 to generate documentations because rake depends on RubyGems.
 

Modified: packages/libgems-ruby/trunk/debian/patches/00list
===================================================================
--- packages/libgems-ruby/trunk/debian/patches/00list	2007-12-25 15:13:10 UTC (rev 2378)
+++ packages/libgems-ruby/trunk/debian/patches/00list	2007-12-25 15:17:22 UTC (rev 2379)
@@ -1,5 +1,4 @@
 01_default_gem_path.dpatch
-02_rakefile.dpatch
 03_disable_update_system.dpatch
 08_tighter_search_regex.dpatch
 21_avoid_ioseek.dpatch

Deleted: packages/libgems-ruby/trunk/debian/patches/02_rakefile.dpatch
===================================================================
--- packages/libgems-ruby/trunk/debian/patches/02_rakefile.dpatch	2007-12-25 15:13:10 UTC (rev 2378)
+++ packages/libgems-ruby/trunk/debian/patches/02_rakefile.dpatch	2007-12-25 15:17:22 UTC (rev 2379)
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_rakefile.dpatch by Daigo Moriwaki <daigo at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: rubygems is not required.
-
- at DPATCH@
-diff -urNad trunk~/Rakefile trunk/Rakefile
---- trunk~/Rakefile	2007-12-21 10:33:11.000000000 +0900
-+++ trunk/Rakefile	2007-12-25 21:15:37.000000000 +0900
-@@ -6,7 +6,7 @@
- # See LICENSE.txt for permissions.
- #++
- 
--require 'rubygems'
-+#require 'rubygems'
- require 'rake/clean'
- require 'rake/testtask'
- require 'rake/packagetask'




More information about the Pkg-ruby-extras-commits mailing list