~ubuntu-branches/ubuntu/vivid/yapra/vivid

« back to all changes in this revision

Viewing changes to debian/patches/90_independent_of_rubygems

  • Committer: Package Import Robot
  • Author(s): Taku YASUI
  • Date: 2012-03-26 00:33:47 UTC
  • Revision ID: package-import@ubuntu.com-20120326003347-hnepw83oytxvc9em
Tags: 0.1.2-6
* Use quilt instead of dpatch
* Bump Standards-Version to 3.9.3
* Moved repository to svn.debian.org
  - svn://svn.debian.org/svn/collab-maint/deb-maint/yapra

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## 90_independent_of_rubygems.dpatch by Taku YASUI <tach@debian.org>
 
2
## DP: No description.
 
3
 
 
4
diff -urNad trunk~/lib/yapra.rb trunk/lib/yapra.rb
 
5
--- trunk~/lib/yapra.rb 2009-06-23 21:39:50.000000000 +0900
 
6
+++ trunk/lib/yapra.rb  2009-09-08 01:42:02.914339024 +0900
 
7
@@ -37,6 +37,6 @@
 
8
 require 'rss/2.0'
 
9
 require 'rss/dublincore'
 
10
 require 'rss/maker'
 
11
-require 'rubygems'
 
12
+#require 'rubygems'
 
13
 
 
14
 require 'yapra/inflector'