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

« back to all changes in this revision

Viewing changes to debian/patches/90_independent_of_rubygems.dpatch

  • 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
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 90_independent_of_rubygems.dpatch by Taku YASUI <tach@debian.org>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: No description.
6
 
 
7
 
@DPATCH@
8
 
diff -urNad trunk~/lib/yapra.rb trunk/lib/yapra.rb
9
 
--- trunk~/lib/yapra.rb 2009-06-23 21:39:50.000000000 +0900
10
 
+++ trunk/lib/yapra.rb  2009-09-08 01:42:02.914339024 +0900
11
 
@@ -37,6 +37,6 @@
12
 
 require 'rss/2.0'
13
 
 require 'rss/dublincore'
14
 
 require 'rss/maker'
15
 
-require 'rubygems'
16
 
+#require 'rubygems'
17
 
 
18
 
 require 'yapra/inflector'