[DRE-commits] [ruby-uuid] 04/04: add - before uid in state_file

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri May 8 14:12:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-uuid.

commit 1b7334fc89b293f17932ee4f3b2040313edfaf13
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Dec 1 01:33:19 2014 +0530

    add - before uid in state_file
---
 debian/patches/uid-suffix-to-state-file.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/uid-suffix-to-state-file.patch b/debian/patches/uid-suffix-to-state-file.patch
index 02cf82e..041aade 100644
--- a/debian/patches/uid-suffix-to-state-file.patch
+++ b/debian/patches/uid-suffix-to-state-file.patch
@@ -7,7 +7,7 @@ Index: ruby-uuid/lib/uuid.rb
      end
  
 -    @state_file = File.join(state_dir, 'ruby-uuid')
-+    @state_file = File.join(state_dir, 'ruby-uuid'+Process.uid.to_s)
++    @state_file = File.join(state_dir, 'ruby-uuid-'+Process.uid.to_s)
  
      if !File.writable?(state_dir) || (File.exists?(@state_file) && !File.writable?(@state_file)) then
        @state_file = File.expand_path('.ruby-uuid', '~')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-uuid.git



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