[DRE-commits] [ruby-faker] 08/10: use system lib
    Praveen Arimbrathodiyil 
    praveen at moszumanska.debian.org
       
    Mon Oct 31 17:24:07 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-faker.
commit 9383ce84d7102173ac5fbe6919e1a49a8defdfbf
Author: Pirate Praveen <praveen at debian.org>
Date:   Mon Oct 31 20:22:14 2016 +0530
    use system lib
---
 debian/patches/set-available-locale.patch | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/patches/set-available-locale.patch b/debian/patches/set-available-locale.patch
index d4a8d08..d498c14 100644
--- a/debian/patches/set-available-locale.patch
+++ b/debian/patches/set-available-locale.patch
@@ -14,7 +14,8 @@ Index: ruby-faker/test/test_helper.rb
 +require 'pathname'
 +
  YAML::ENGINE.yamler = 'syck' if defined? YAML::ENGINE
- require File.expand_path(File.dirname(__FILE__) + '/../lib/faker')
+-require File.expand_path(File.dirname(__FILE__) + '/../lib/faker')
++require 'faker'
  
  # configure I18n
 -locales_path = File.expand_path(File.dirname(__FILE__) + '../lib/locales')
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-faker.git
    
    
More information about the Pkg-ruby-extras-commits
mailing list